Shades of Dark Violet #9E10DB
Tints of Dark Violet #9E10DB
RGB
CMYK
RGB Variations
Color information
#9E10DB (or 0x9E10DB) is known color: Dark Violet. HEX triplet: 9E, 10 and DB. RGB value is (158,16,219). Sum of RGB (Red+Green+Blue) = 158+16+219=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10DB is #61EF24. Grayscale: #505050. Windows color (decimal): -6418213 or 14356638. OLE color: 14356638.
HSL color Cylindrical-coordinate representation of color #9E10DB: hue angle of 281.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E10DB is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 16 | 219 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.14 |
| HSL | 281.97º | 0.86% | 0.46% | - |
| HSV(B) | 281.97º | 0.93% | 0.86% | - |
| XYZ | 27.07 | 12.75 | 68.05 | - |
| YUV | 81.6 | 205.54 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 219 | 0.28 | 0.93 | 0 | 0.14 | 281.97 | 0.86 | 0.46 |
| Hex | 9E | 10 | DB | 1C | 5D | 0 | E | 11A | 56 | 2E |
| Octal | 236 | 20 | 333 | 34 | 135 | 0 | 16 | 432 | 126 | 56 |
| Binary | 10011110 | 10000 | 11011011 | 11100 | 1011101 | 0 | 1110 | 100011010 | 1010110 | 101110 |
Color Harmonies of #9E10DB
Complementary color
Monochromatic Colors of #9E10DB
Black with #9E10DB
Text Example
Text Example
White with #9E10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E10DB; }
p { color: rgb(158,16,219); }
H1.HeaderClassName
{
color: #9E10DB;
}
.AnyTagClassName
{
color: #9E10DB;
}
</style>
background-color css
<style>
a { background-color: #9E10DB; }
a { background-color: rgb(158,16,219); }
div.DivClassName
{
background-color: #9E10DB;
}
.BgClassName
{
background-color: #9E10DB;
}
</style>
border-color css
<style>
span { border-color: #9E10DB; }
span { border-color: rgb(158,16,219); }
td.TdClassName
{
border-color: #9E10DB;
}
.TagClassName
{
border-color: #9E10DB;
}
</style>