Shades of Dark Violet #9E0EDB
Tints of Dark Violet #9E0EDB
RGB
CMYK
RGB Variations
Color information
#9E0EDB (or 0x9E0EDB) is known color: Dark Violet. HEX triplet: 9E, 0E and DB. RGB value is (158,14,219). Sum of RGB (Red+Green+Blue) = 158+14+219=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0EDB is #61F124. Grayscale: #4F4F4F. Windows color (decimal): -6418725 or 14356126. OLE color: 14356126.
HSL color Cylindrical-coordinate representation of color #9E0EDB: hue angle of 282.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0EDB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 14 | 219 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.14 |
| HSL | 282.15º | 0.88% | 0.46% | - |
| HSV(B) | 282.15º | 0.94% | 0.86% | - |
| XYZ | 27.04 | 12.7 | 68.04 | - |
| YUV | 80.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 219 | 0.28 | 0.94 | 0 | 0.14 | 282.15 | 0.88 | 0.46 |
| Hex | 9E | E | DB | 1C | 5E | 0 | E | 11A | 58 | 2E |
| Octal | 236 | 16 | 333 | 34 | 136 | 0 | 16 | 432 | 130 | 56 |
| Binary | 10011110 | 1110 | 11011011 | 11100 | 1011110 | 0 | 1110 | 100011010 | 1011000 | 101110 |
Color Harmonies of #9E0EDB
Complementary color
Monochromatic Colors of #9E0EDB
Black with #9E0EDB
Text Example
Text Example
White with #9E0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0EDB; }
p { color: rgb(158,14,219); }
H1.HeaderClassName
{
color: #9E0EDB;
}
.AnyTagClassName
{
color: #9E0EDB;
}
</style>
background-color css
<style>
a { background-color: #9E0EDB; }
a { background-color: rgb(158,14,219); }
div.DivClassName
{
background-color: #9E0EDB;
}
.BgClassName
{
background-color: #9E0EDB;
}
</style>
border-color css
<style>
span { border-color: #9E0EDB; }
span { border-color: rgb(158,14,219); }
td.TdClassName
{
border-color: #9E0EDB;
}
.TagClassName
{
border-color: #9E0EDB;
}
</style>