Shades of Dark Violet #9F0EEA
Tints of Dark Violet #9F0EEA
RGB
CMYK
RGB Variations
Color information
#9F0EEA (or 0x9F0EEA) is known color: Dark Violet. HEX triplet: 9F, 0E and EA. RGB value is (159,14,234). Sum of RGB (Red+Green+Blue) = 159+14+234=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0EEA is #60F115. Grayscale: #515151. Windows color (decimal): -6353174 or 15339167. OLE color: 15339167.
HSL color Cylindrical-coordinate representation of color #9F0EEA: hue angle of 279.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0EEA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 14 | 234 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.08 |
| HSL | 279.55º | 0.89% | 0.49% | - |
| HSV(B) | 279.55º | 0.94% | 0.92% | - |
| XYZ | 29.31 | 13.63 | 78.93 | - |
| YUV | 82.44 | 213.54 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 234 | 0.32 | 0.94 | 0 | 0.08 | 279.55 | 0.89 | 0.49 |
| Hex | 9F | E | EA | 20 | 5E | 0 | 8 | 118 | 59 | 31 |
| Octal | 237 | 16 | 352 | 40 | 136 | 0 | 10 | 430 | 131 | 61 |
| Binary | 10011111 | 1110 | 11101010 | 100000 | 1011110 | 0 | 1000 | 100011000 | 1011001 | 110001 |
Color Harmonies of #9F0EEA
Complementary color
Monochromatic Colors of #9F0EEA
Black with #9F0EEA
Text Example
Text Example
White with #9F0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0EEA; }
p { color: rgb(159,14,234); }
H1.HeaderClassName
{
color: #9F0EEA;
}
.AnyTagClassName
{
color: #9F0EEA;
}
</style>
background-color css
<style>
a { background-color: #9F0EEA; }
a { background-color: rgb(159,14,234); }
div.DivClassName
{
background-color: #9F0EEA;
}
.BgClassName
{
background-color: #9F0EEA;
}
</style>
border-color css
<style>
span { border-color: #9F0EEA; }
span { border-color: rgb(159,14,234); }
td.TdClassName
{
border-color: #9F0EEA;
}
.TagClassName
{
border-color: #9F0EEA;
}
</style>