Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
blueviolet | 9E33FC | #9E33FC | 158, 51, 252 | 61.96, 20, 98.82 | 37.3, 79.76, 0, 1.18 | 271.94029850746, 79.761904761905, 98.823529411765 |
Color #9e33fc is blueviolet. In RGB: 61.96, 20, 98.82. In CMYK: 37.3, 79.76, 0, 1.18.
div { background: #9e33fc; color: #000; }
div { background: #9e33fc; color: #fff; }
div { background: linear-gradient(to bottom, #8006DF 0%, #BC52FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #BC52FF 0%, #8006DF 100%); color: #000; }
div { background: linear-gradient(to bottom, #8006DF 0%, #BC52FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BC52FF 0%, #8006DF 100%); color: #fff; }
div { border: 1px solid #9e33fc; }
div { border: 5px solid #9e33fc; }
div { border: 1px dashed #9e33fc; }
div { border: 5px dashed #9e33fc; }
div { border: 1px dotted #9e33fc; }
div { border: 5px dotted #9e33fc; }