Shades of Dark Violet #9E00E8
Tints of Dark Violet #9E00E8
RGB
CMYK
RGB Variations
Color information
#9E00E8 (or 0x9E00E8) is known color: Dark Violet. HEX triplet: 9E, 00 and E8. RGB value is (158,0,232). Sum of RGB (Red+Green+Blue) = 158+0+232=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E00E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E00E8 is #61FF17. Grayscale: #484848. Windows color (decimal): -6422296 or 15204510. OLE color: 15204510.
HSL color Cylindrical-coordinate representation of color #9E00E8: hue angle of 280.86º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00E8 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 0 | 232 | - |
| CMYK | 0.32 | 1 | 0 | 0.09 |
| HSL | 280.86º | 1% | 0.45% | - |
| HSV(B) | 280.86º | 1% | 0.91% | - |
| XYZ | 28.67 | 13.1 | 77.36 | - |
| YUV | 73.69 | 217.35 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 232 | 0.32 | 1 | 0 | 0.09 | 280.86 | 1 | 0.45 |
| Hex | 9E | 0 | E8 | 20 | 64 | 0 | 9 | 119 | 64 | 2D |
| Octal | 236 | 0 | 350 | 40 | 144 | 0 | 11 | 431 | 144 | 55 |
| Binary | 10011110 | 0 | 11101000 | 100000 | 1100100 | 0 | 1001 | 100011001 | 1100100 | 101101 |
Color Harmonies of #9E00E8
Complementary color
Monochromatic Colors of #9E00E8
Black with #9E00E8
Text Example
Text Example
White with #9E00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00E8; }
p { color: rgb(158,0,232); }
H1.HeaderClassName
{
color: #9E00E8;
}
.AnyTagClassName
{
color: #9E00E8;
}
</style>
background-color css
<style>
a { background-color: #9E00E8; }
a { background-color: rgb(158,0,232); }
div.DivClassName
{
background-color: #9E00E8;
}
.BgClassName
{
background-color: #9E00E8;
}
</style>
border-color css
<style>
span { border-color: #9E00E8; }
span { border-color: rgb(158,0,232); }
td.TdClassName
{
border-color: #9E00E8;
}
.TagClassName
{
border-color: #9E00E8;
}
</style>