Shades of Dark Violet #9F0DEB
Tints of Dark Violet #9F0DEB
RGB
CMYK
RGB Variations
Color information
#9F0DEB (or 0x9F0DEB) is known color: Dark Violet. HEX triplet: 9F, 0D and EB. RGB value is (159,13,235). Sum of RGB (Red+Green+Blue) = 159+13+235=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F0DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0DEB is #60F214. Grayscale: #515151. Windows color (decimal): -6353429 or 15404447. OLE color: 15404447.
HSL color Cylindrical-coordinate representation of color #9F0DEB: hue angle of 279.46º degrees, saturation: 0.9, 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 #9F0DEB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 13 | 235 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.08 |
| HSL | 279.46º | 0.9% | 0.49% | - |
| HSV(B) | 279.46º | 0.94% | 0.92% | - |
| XYZ | 29.44 | 13.66 | 79.68 | - |
| YUV | 81.96 | 214.37 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 235 | 0.32 | 0.94 | 0 | 0.08 | 279.46 | 0.9 | 0.49 |
| Hex | 9F | D | EB | 20 | 5E | 0 | 8 | 117 | 5A | 31 |
| Octal | 237 | 15 | 353 | 40 | 136 | 0 | 10 | 427 | 132 | 61 |
| Binary | 10011111 | 1101 | 11101011 | 100000 | 1011110 | 0 | 1000 | 100010111 | 1011010 | 110001 |
Color Harmonies of #9F0DEB
Complementary color
Monochromatic Colors of #9F0DEB
Black with #9F0DEB
Text Example
Text Example
White with #9F0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DEB; }
p { color: rgb(159,13,235); }
H1.HeaderClassName
{
color: #9F0DEB;
}
.AnyTagClassName
{
color: #9F0DEB;
}
</style>
background-color css
<style>
a { background-color: #9F0DEB; }
a { background-color: rgb(159,13,235); }
div.DivClassName
{
background-color: #9F0DEB;
}
.BgClassName
{
background-color: #9F0DEB;
}
</style>
border-color css
<style>
span { border-color: #9F0DEB; }
span { border-color: rgb(159,13,235); }
td.TdClassName
{
border-color: #9F0DEB;
}
.TagClassName
{
border-color: #9F0DEB;
}
</style>