Shades of Dark Violet #9E12E7
Tints of Dark Violet #9E12E7
RGB
CMYK
RGB Variations
Color information
#9E12E7 (or 0x9E12E7) is known color: Dark Violet. HEX triplet: 9E, 12 and E7. RGB value is (158,18,231). Sum of RGB (Red+Green+Blue) = 158+18+231=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E12E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E12E7 is #61ED18. Grayscale: #535353. Windows color (decimal): -6417689 or 15143582. OLE color: 15143582.
HSL color Cylindrical-coordinate representation of color #9E12E7: hue angle of 279.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E12E7 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 18 | 231 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.09 |
| HSL | 279.44º | 0.86% | 0.49% | - |
| HSV(B) | 279.44º | 0.92% | 0.91% | - |
| XYZ | 28.74 | 13.47 | 76.69 | - |
| YUV | 84.14 | 210.88 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 231 | 0.32 | 0.92 | 0 | 0.09 | 279.44 | 0.86 | 0.49 |
| Hex | 9E | 12 | E7 | 20 | 5C | 0 | 9 | 117 | 56 | 31 |
| Octal | 236 | 22 | 347 | 40 | 134 | 0 | 11 | 427 | 126 | 61 |
| Binary | 10011110 | 10010 | 11100111 | 100000 | 1011100 | 0 | 1001 | 100010111 | 1010110 | 110001 |
Color Harmonies of #9E12E7
Complementary color
Monochromatic Colors of #9E12E7
Black with #9E12E7
Text Example
Text Example
White with #9E12E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E12E7; }
p { color: rgb(158,18,231); }
H1.HeaderClassName
{
color: #9E12E7;
}
.AnyTagClassName
{
color: #9E12E7;
}
</style>
background-color css
<style>
a { background-color: #9E12E7; }
a { background-color: rgb(158,18,231); }
div.DivClassName
{
background-color: #9E12E7;
}
.BgClassName
{
background-color: #9E12E7;
}
</style>
border-color css
<style>
span { border-color: #9E12E7; }
span { border-color: rgb(158,18,231); }
td.TdClassName
{
border-color: #9E12E7;
}
.TagClassName
{
border-color: #9E12E7;
}
</style>