Shades of Dark Violet #9F02EA
Tints of Dark Violet #9F02EA
RGB
CMYK
RGB Variations
Color information
#9F02EA (or 0x9F02EA) is known color: Dark Violet. HEX triplet: 9F, 02 and EA. RGB value is (159,2,234). Sum of RGB (Red+Green+Blue) = 159+2+234=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F02EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F02EA is #60FD15. Grayscale: #4A4A4A. Windows color (decimal): -6356246 or 15336095. OLE color: 15336095.
HSL color Cylindrical-coordinate representation of color #9F02EA: hue angle of 280.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02EA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 2 | 234 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.08 |
| HSL | 280.6º | 0.98% | 0.46% | - |
| HSV(B) | 280.6º | 0.99% | 0.92% | - |
| XYZ | 29.17 | 13.35 | 78.88 | - |
| YUV | 75.39 | 217.51 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 234 | 0.32 | 0.99 | 0 | 0.08 | 280.6 | 0.98 | 0.46 |
| Hex | 9F | 2 | EA | 20 | 63 | 0 | 8 | 119 | 62 | 2E |
| Octal | 237 | 2 | 352 | 40 | 143 | 0 | 10 | 431 | 142 | 56 |
| Binary | 10011111 | 10 | 11101010 | 100000 | 1100011 | 0 | 1000 | 100011001 | 1100010 | 101110 |
Color Harmonies of #9F02EA
Complementary color
Monochromatic Colors of #9F02EA
Black with #9F02EA
Text Example
Text Example
White with #9F02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02EA; }
p { color: rgb(159,2,234); }
H1.HeaderClassName
{
color: #9F02EA;
}
.AnyTagClassName
{
color: #9F02EA;
}
</style>
background-color css
<style>
a { background-color: #9F02EA; }
a { background-color: rgb(159,2,234); }
div.DivClassName
{
background-color: #9F02EA;
}
.BgClassName
{
background-color: #9F02EA;
}
</style>
border-color css
<style>
span { border-color: #9F02EA; }
span { border-color: rgb(159,2,234); }
td.TdClassName
{
border-color: #9F02EA;
}
.TagClassName
{
border-color: #9F02EA;
}
</style>