Shades of Dark Violet #9F11EB
Tints of Dark Violet #9F11EB
RGB
CMYK
RGB Variations
Color information
#9F11EB (or 0x9F11EB) is known color: Dark Violet. HEX triplet: 9F, 11 and EB. RGB value is (159,17,235). Sum of RGB (Red+Green+Blue) = 159+17+235=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F11EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F11EB is #60EE14. Grayscale: #535353. Windows color (decimal): -6352405 or 15405471. OLE color: 15405471.
HSL color Cylindrical-coordinate representation of color #9F11EB: hue angle of 279.08º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F11EB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 17 | 235 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.08 |
| HSL | 279.08º | 0.87% | 0.49% | - |
| HSV(B) | 279.08º | 0.93% | 0.92% | - |
| XYZ | 29.49 | 13.77 | 79.7 | - |
| YUV | 84.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 235 | 0.32 | 0.93 | 0 | 0.08 | 279.08 | 0.87 | 0.49 |
| Hex | 9F | 11 | EB | 20 | 5D | 0 | 8 | 117 | 57 | 31 |
| Octal | 237 | 21 | 353 | 40 | 135 | 0 | 10 | 427 | 127 | 61 |
| Binary | 10011111 | 10001 | 11101011 | 100000 | 1011101 | 0 | 1000 | 100010111 | 1010111 | 110001 |
Color Harmonies of #9F11EB
Complementary color
Monochromatic Colors of #9F11EB
Black with #9F11EB
Text Example
Text Example
White with #9F11EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F11EB; }
p { color: rgb(159,17,235); }
H1.HeaderClassName
{
color: #9F11EB;
}
.AnyTagClassName
{
color: #9F11EB;
}
</style>
background-color css
<style>
a { background-color: #9F11EB; }
a { background-color: rgb(159,17,235); }
div.DivClassName
{
background-color: #9F11EB;
}
.BgClassName
{
background-color: #9F11EB;
}
</style>
border-color css
<style>
span { border-color: #9F11EB; }
span { border-color: rgb(159,17,235); }
td.TdClassName
{
border-color: #9F11EB;
}
.TagClassName
{
border-color: #9F11EB;
}
</style>