Shades of Dark Violet #9E02F2
Tints of Dark Violet #9E02F2
RGB
CMYK
RGB Variations
Color information
#9E02F2 (or 0x9E02F2) is known color: Dark Violet. HEX triplet: 9E, 02 and F2. RGB value is (158,2,242). Sum of RGB (Red+Green+Blue) = 158+2+242=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E02F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E02F2 is #61FD0D. Grayscale: #4B4B4B. Windows color (decimal): -6421774 or 15860382. OLE color: 15860382.
HSL color Cylindrical-coordinate representation of color #9E02F2: hue angle of 279º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02F2 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 2 | 242 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.05 |
| HSL | 279º | 0.98% | 0.48% | - |
| HSV(B) | 279º | 0.99% | 0.95% | - |
| XYZ | 30.15 | 13.72 | 85.06 | - |
| YUV | 76 | 221.68 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 242 | 0.35 | 0.99 | 0 | 0.05 | 279 | 0.98 | 0.48 |
| Hex | 9E | 2 | F2 | 23 | 63 | 0 | 5 | 117 | 62 | 30 |
| Octal | 236 | 2 | 362 | 43 | 143 | 0 | 5 | 427 | 142 | 60 |
| Binary | 10011110 | 10 | 11110010 | 100011 | 1100011 | 0 | 101 | 100010111 | 1100010 | 110000 |
Color Harmonies of #9E02F2
Complementary color
Monochromatic Colors of #9E02F2
Black with #9E02F2
Text Example
Text Example
White with #9E02F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02F2; }
p { color: rgb(158,2,242); }
H1.HeaderClassName
{
color: #9E02F2;
}
.AnyTagClassName
{
color: #9E02F2;
}
</style>
background-color css
<style>
a { background-color: #9E02F2; }
a { background-color: rgb(158,2,242); }
div.DivClassName
{
background-color: #9E02F2;
}
.BgClassName
{
background-color: #9E02F2;
}
</style>
border-color css
<style>
span { border-color: #9E02F2; }
span { border-color: rgb(158,2,242); }
td.TdClassName
{
border-color: #9E02F2;
}
.TagClassName
{
border-color: #9E02F2;
}
</style>