Shades of Dark Violet #9F0FEA
Tints of Dark Violet #9F0FEA
RGB
CMYK
RGB Variations
Color information
#9F0FEA (or 0x9F0FEA) is known color: Dark Violet. HEX triplet: 9F, 0F and EA. RGB value is (159,15,234). Sum of RGB (Red+Green+Blue) = 159+15+234=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0FEA is #60F015. Grayscale: #525252. Windows color (decimal): -6352918 or 15339423. OLE color: 15339423.
HSL color Cylindrical-coordinate representation of color #9F0FEA: hue angle of 279.45º degrees, saturation: 0.88, 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 #9F0FEA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 15 | 234 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.08 |
| HSL | 279.45º | 0.88% | 0.49% | - |
| HSV(B) | 279.45º | 0.94% | 0.92% | - |
| XYZ | 29.32 | 13.65 | 78.93 | - |
| YUV | 83.02 | 213.21 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 234 | 0.32 | 0.94 | 0 | 0.08 | 279.45 | 0.88 | 0.49 |
| Hex | 9F | F | EA | 20 | 5E | 0 | 8 | 117 | 58 | 31 |
| Octal | 237 | 17 | 352 | 40 | 136 | 0 | 10 | 427 | 130 | 61 |
| Binary | 10011111 | 1111 | 11101010 | 100000 | 1011110 | 0 | 1000 | 100010111 | 1011000 | 110001 |
Color Harmonies of #9F0FEA
Complementary color
Monochromatic Colors of #9F0FEA
Black with #9F0FEA
Text Example
Text Example
White with #9F0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FEA; }
p { color: rgb(159,15,234); }
H1.HeaderClassName
{
color: #9F0FEA;
}
.AnyTagClassName
{
color: #9F0FEA;
}
</style>
background-color css
<style>
a { background-color: #9F0FEA; }
a { background-color: rgb(159,15,234); }
div.DivClassName
{
background-color: #9F0FEA;
}
.BgClassName
{
background-color: #9F0FEA;
}
</style>
border-color css
<style>
span { border-color: #9F0FEA; }
span { border-color: rgb(159,15,234); }
td.TdClassName
{
border-color: #9F0FEA;
}
.TagClassName
{
border-color: #9F0FEA;
}
</style>