Shades of Dark Violet #9E11E7
Tints of Dark Violet #9E11E7
RGB
CMYK
RGB Variations
Color information
#9E11E7 (or 0x9E11E7) is known color: Dark Violet. HEX triplet: 9E, 11 and E7. RGB value is (158,17,231). Sum of RGB (Red+Green+Blue) = 158+17+231=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E11E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E11E7 is #61EE18. Grayscale: #525252. Windows color (decimal): -6417945 or 15143326. OLE color: 15143326.
HSL color Cylindrical-coordinate representation of color #9E11E7: hue angle of 279.53º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E11E7 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 17 | 231 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.09 |
| HSL | 279.53º | 0.86% | 0.49% | - |
| HSV(B) | 279.53º | 0.93% | 0.91% | - |
| XYZ | 28.72 | 13.44 | 76.68 | - |
| YUV | 83.56 | 211.21 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 231 | 0.32 | 0.93 | 0 | 0.09 | 279.53 | 0.86 | 0.49 |
| Hex | 9E | 11 | E7 | 20 | 5D | 0 | 9 | 118 | 56 | 31 |
| Octal | 236 | 21 | 347 | 40 | 135 | 0 | 11 | 430 | 126 | 61 |
| Binary | 10011110 | 10001 | 11100111 | 100000 | 1011101 | 0 | 1001 | 100011000 | 1010110 | 110001 |
Color Harmonies of #9E11E7
Complementary color
Monochromatic Colors of #9E11E7
Black with #9E11E7
Text Example
Text Example
White with #9E11E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E11E7; }
p { color: rgb(158,17,231); }
H1.HeaderClassName
{
color: #9E11E7;
}
.AnyTagClassName
{
color: #9E11E7;
}
</style>
background-color css
<style>
a { background-color: #9E11E7; }
a { background-color: rgb(158,17,231); }
div.DivClassName
{
background-color: #9E11E7;
}
.BgClassName
{
background-color: #9E11E7;
}
</style>
border-color css
<style>
span { border-color: #9E11E7; }
span { border-color: rgb(158,17,231); }
td.TdClassName
{
border-color: #9E11E7;
}
.TagClassName
{
border-color: #9E11E7;
}
</style>