Shades of Dark Violet #9E11CF
Tints of Dark Violet #9E11CF
RGB
CMYK
RGB Variations
Color information
#9E11CF (or 0x9E11CF) is known color: Dark Violet. HEX triplet: 9E, 11 and CF. RGB value is (158,17,207). Sum of RGB (Red+Green+Blue) = 158+17+207=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E11CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E11CF is #61EE30. Grayscale: #505050. Windows color (decimal): -6417969 or 13570462. OLE color: 13570462.
HSL color Cylindrical-coordinate representation of color #9E11CF: hue angle of 284.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E11CF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 17 | 207 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.19 |
| HSL | 284.53º | 0.85% | 0.44% | - |
| HSV(B) | 284.53º | 0.92% | 0.81% | - |
| XYZ | 25.56 | 12.17 | 60.03 | - |
| YUV | 80.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 207 | 0.24 | 0.92 | 0 | 0.19 | 284.53 | 0.85 | 0.44 |
| Hex | 9E | 11 | CF | 18 | 5C | 0 | 13 | 11D | 55 | 2C |
| Octal | 236 | 21 | 317 | 30 | 134 | 0 | 23 | 435 | 125 | 54 |
| Binary | 10011110 | 10001 | 11001111 | 11000 | 1011100 | 0 | 10011 | 100011101 | 1010101 | 101100 |
Color Harmonies of #9E11CF
Complementary color
Monochromatic Colors of #9E11CF
Black with #9E11CF
Text Example
Text Example
White with #9E11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E11CF; }
p { color: rgb(158,17,207); }
H1.HeaderClassName
{
color: #9E11CF;
}
.AnyTagClassName
{
color: #9E11CF;
}
</style>
background-color css
<style>
a { background-color: #9E11CF; }
a { background-color: rgb(158,17,207); }
div.DivClassName
{
background-color: #9E11CF;
}
.BgClassName
{
background-color: #9E11CF;
}
</style>
border-color css
<style>
span { border-color: #9E11CF; }
span { border-color: rgb(158,17,207); }
td.TdClassName
{
border-color: #9E11CF;
}
.TagClassName
{
border-color: #9E11CF;
}
</style>