Shades of Dark Violet #9E02DF
Tints of Dark Violet #9E02DF
RGB
CMYK
RGB Variations
Color information
#9E02DF (or 0x9E02DF) is known color: Dark Violet. HEX triplet: 9E, 02 and DF. RGB value is (158,2,223). Sum of RGB (Red+Green+Blue) = 158+2+223=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02DF is #61FD20. Grayscale: #494949. Windows color (decimal): -6421793 or 14615198. OLE color: 14615198.
HSL color Cylindrical-coordinate representation of color #9E02DF: hue angle of 282.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02DF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 2 | 223 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.13 |
| HSL | 282.35º | 0.98% | 0.44% | - |
| HSV(B) | 282.35º | 0.99% | 0.87% | - |
| XYZ | 27.44 | 12.64 | 70.81 | - |
| YUV | 73.84 | 212.18 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 223 | 0.29 | 0.99 | 0 | 0.13 | 282.35 | 0.98 | 0.44 |
| Hex | 9E | 2 | DF | 1D | 63 | 0 | D | 11A | 62 | 2C |
| Octal | 236 | 2 | 337 | 35 | 143 | 0 | 15 | 432 | 142 | 54 |
| Binary | 10011110 | 10 | 11011111 | 11101 | 1100011 | 0 | 1101 | 100011010 | 1100010 | 101100 |
Color Harmonies of #9E02DF
Complementary color
Monochromatic Colors of #9E02DF
Black with #9E02DF
Text Example
Text Example
White with #9E02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02DF; }
p { color: rgb(158,2,223); }
H1.HeaderClassName
{
color: #9E02DF;
}
.AnyTagClassName
{
color: #9E02DF;
}
</style>
background-color css
<style>
a { background-color: #9E02DF; }
a { background-color: rgb(158,2,223); }
div.DivClassName
{
background-color: #9E02DF;
}
.BgClassName
{
background-color: #9E02DF;
}
</style>
border-color css
<style>
span { border-color: #9E02DF; }
span { border-color: rgb(158,2,223); }
td.TdClassName
{
border-color: #9E02DF;
}
.TagClassName
{
border-color: #9E02DF;
}
</style>