Shades of Dark Violet #9E02DC
Tints of Dark Violet #9E02DC
RGB
CMYK
RGB Variations
Color information
#9E02DC (or 0x9E02DC) is known color: Dark Violet. HEX triplet: 9E, 02 and DC. RGB value is (158,2,220). Sum of RGB (Red+Green+Blue) = 158+2+220=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E02DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02DC is #61FD23. Grayscale: #484848. Windows color (decimal): -6421796 or 14418590. OLE color: 14418590.
HSL color Cylindrical-coordinate representation of color #9E02DC: hue angle of 282.94º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02DC is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 2 | 220 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.14 |
| HSL | 282.94º | 0.98% | 0.44% | - |
| HSV(B) | 282.94º | 0.99% | 0.86% | - |
| XYZ | 27.04 | 12.48 | 68.69 | - |
| YUV | 73.5 | 210.68 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 220 | 0.28 | 0.99 | 0 | 0.14 | 282.94 | 0.98 | 0.44 |
| Hex | 9E | 2 | DC | 1C | 63 | 0 | E | 11B | 62 | 2C |
| Octal | 236 | 2 | 334 | 34 | 143 | 0 | 16 | 433 | 142 | 54 |
| Binary | 10011110 | 10 | 11011100 | 11100 | 1100011 | 0 | 1110 | 100011011 | 1100010 | 101100 |
Color Harmonies of #9E02DC
Complementary color
Monochromatic Colors of #9E02DC
Black with #9E02DC
Text Example
Text Example
White with #9E02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02DC; }
p { color: rgb(158,2,220); }
H1.HeaderClassName
{
color: #9E02DC;
}
.AnyTagClassName
{
color: #9E02DC;
}
</style>
background-color css
<style>
a { background-color: #9E02DC; }
a { background-color: rgb(158,2,220); }
div.DivClassName
{
background-color: #9E02DC;
}
.BgClassName
{
background-color: #9E02DC;
}
</style>
border-color css
<style>
span { border-color: #9E02DC; }
span { border-color: rgb(158,2,220); }
td.TdClassName
{
border-color: #9E02DC;
}
.TagClassName
{
border-color: #9E02DC;
}
</style>