Shades of Dark Violet #9E00EB
Tints of Dark Violet #9E00EB
RGB
CMYK
RGB Variations
Color information
#9E00EB (or 0x9E00EB) is known color: Dark Violet. HEX triplet: 9E, 00 and EB. RGB value is (158,0,235). Sum of RGB (Red+Green+Blue) = 158+0+235=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E00EB is #61FF14. Grayscale: #494949. Windows color (decimal): -6422293 or 15401118. OLE color: 15401118.
HSL color Cylindrical-coordinate representation of color #9E00EB: hue angle of 280.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00EB is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 0 | 235 | - |
| CMYK | 0.33 | 1 | 0 | 0.08 |
| HSL | 280.34º | 1% | 0.46% | - |
| HSV(B) | 280.34º | 1% | 0.92% | - |
| XYZ | 29.1 | 13.27 | 79.62 | - |
| YUV | 74.03 | 218.85 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 235 | 0.33 | 1 | 0 | 0.08 | 280.34 | 1 | 0.46 |
| Hex | 9E | 0 | EB | 21 | 64 | 0 | 8 | 118 | 64 | 2E |
| Octal | 236 | 0 | 353 | 41 | 144 | 0 | 10 | 430 | 144 | 56 |
| Binary | 10011110 | 0 | 11101011 | 100001 | 1100100 | 0 | 1000 | 100011000 | 1100100 | 101110 |
Color Harmonies of #9E00EB
Complementary color
Monochromatic Colors of #9E00EB
Black with #9E00EB
Text Example
Text Example
White with #9E00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00EB; }
p { color: rgb(158,0,235); }
H1.HeaderClassName
{
color: #9E00EB;
}
.AnyTagClassName
{
color: #9E00EB;
}
</style>
background-color css
<style>
a { background-color: #9E00EB; }
a { background-color: rgb(158,0,235); }
div.DivClassName
{
background-color: #9E00EB;
}
.BgClassName
{
background-color: #9E00EB;
}
</style>
border-color css
<style>
span { border-color: #9E00EB; }
span { border-color: rgb(158,0,235); }
td.TdClassName
{
border-color: #9E00EB;
}
.TagClassName
{
border-color: #9E00EB;
}
</style>