Shades of Dark Violet #9E02CF
Tints of Dark Violet #9E02CF
RGB
CMYK
RGB Variations
Color information
#9E02CF (or 0x9E02CF) is known color: Dark Violet. HEX triplet: 9E, 02 and CF. RGB value is (158,2,207). Sum of RGB (Red+Green+Blue) = 158+2+207=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E02CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02CF is #61FD30. Grayscale: #474747. Windows color (decimal): -6421809 or 13566622. OLE color: 13566622.
HSL color Cylindrical-coordinate representation of color #9E02CF: hue angle of 285.66º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02CF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 2 | 207 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.19 |
| HSL | 285.66º | 0.98% | 0.41% | - |
| HSV(B) | 285.66º | 0.99% | 0.81% | - |
| XYZ | 25.38 | 11.82 | 59.97 | - |
| YUV | 72.01 | 204.18 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 207 | 0.24 | 0.99 | 0 | 0.19 | 285.66 | 0.98 | 0.41 |
| Hex | 9E | 2 | CF | 18 | 63 | 0 | 13 | 11E | 62 | 29 |
| Octal | 236 | 2 | 317 | 30 | 143 | 0 | 23 | 436 | 142 | 51 |
| Binary | 10011110 | 10 | 11001111 | 11000 | 1100011 | 0 | 10011 | 100011110 | 1100010 | 101001 |
Color Harmonies of #9E02CF
Complementary color
Monochromatic Colors of #9E02CF
Black with #9E02CF
Text Example
Text Example
White with #9E02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02CF; }
p { color: rgb(158,2,207); }
H1.HeaderClassName
{
color: #9E02CF;
}
.AnyTagClassName
{
color: #9E02CF;
}
</style>
background-color css
<style>
a { background-color: #9E02CF; }
a { background-color: rgb(158,2,207); }
div.DivClassName
{
background-color: #9E02CF;
}
.BgClassName
{
background-color: #9E02CF;
}
</style>
border-color css
<style>
span { border-color: #9E02CF; }
span { border-color: rgb(158,2,207); }
td.TdClassName
{
border-color: #9E02CF;
}
.TagClassName
{
border-color: #9E02CF;
}
</style>