Shades of Dark Violet #9F0EEB
Tints of Dark Violet #9F0EEB
RGB
CMYK
RGB Variations
Color information
#9F0EEB (or 0x9F0EEB) is known color: Dark Violet. HEX triplet: 9F, 0E and EB. RGB value is (159,14,235). Sum of RGB (Red+Green+Blue) = 159+14+235=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0EEB is #60F114. Grayscale: #515151. Windows color (decimal): -6353173 or 15404703. OLE color: 15404703.
HSL color Cylindrical-coordinate representation of color #9F0EEB: hue angle of 279.37º 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 #9F0EEB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 14 | 235 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.08 |
| HSL | 279.37º | 0.89% | 0.49% | - |
| HSV(B) | 279.37º | 0.94% | 0.92% | - |
| XYZ | 29.45 | 13.68 | 79.69 | - |
| YUV | 82.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 235 | 0.32 | 0.94 | 0 | 0.08 | 279.37 | 0.89 | 0.49 |
| Hex | 9F | E | EB | 20 | 5E | 0 | 8 | 117 | 59 | 31 |
| Octal | 237 | 16 | 353 | 40 | 136 | 0 | 10 | 427 | 131 | 61 |
| Binary | 10011111 | 1110 | 11101011 | 100000 | 1011110 | 0 | 1000 | 100010111 | 1011001 | 110001 |
Color Harmonies of #9F0EEB
Complementary color
Monochromatic Colors of #9F0EEB
Black with #9F0EEB
Text Example
Text Example
White with #9F0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0EEB; }
p { color: rgb(159,14,235); }
H1.HeaderClassName
{
color: #9F0EEB;
}
.AnyTagClassName
{
color: #9F0EEB;
}
</style>
background-color css
<style>
a { background-color: #9F0EEB; }
a { background-color: rgb(159,14,235); }
div.DivClassName
{
background-color: #9F0EEB;
}
.BgClassName
{
background-color: #9F0EEB;
}
</style>
border-color css
<style>
span { border-color: #9F0EEB; }
span { border-color: rgb(159,14,235); }
td.TdClassName
{
border-color: #9F0EEB;
}
.TagClassName
{
border-color: #9F0EEB;
}
</style>