Shades of Dark Violet #9E17DB
Tints of Dark Violet #9E17DB
RGB
CMYK
RGB Variations
Color information
#9E17DB (or 0x9E17DB) is known color: Dark Violet. HEX triplet: 9E, 17 and DB. RGB value is (158,23,219). Sum of RGB (Red+Green+Blue) = 158+23+219=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E17DB is #61E824. Grayscale: #555555. Windows color (decimal): -6416421 or 14358430. OLE color: 14358430.
HSL color Cylindrical-coordinate representation of color #9E17DB: hue angle of 281.33º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E17DB is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 23 | 219 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.14 |
| HSL | 281.33º | 0.81% | 0.47% | - |
| HSV(B) | 281.33º | 0.89% | 0.86% | - |
| XYZ | 27.19 | 13 | 68.09 | - |
| YUV | 85.71 | 203.23 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 219 | 0.28 | 0.89 | 0 | 0.14 | 281.33 | 0.81 | 0.47 |
| Hex | 9E | 17 | DB | 1C | 59 | 0 | E | 119 | 51 | 2F |
| Octal | 236 | 27 | 333 | 34 | 131 | 0 | 16 | 431 | 121 | 57 |
| Binary | 10011110 | 10111 | 11011011 | 11100 | 1011001 | 0 | 1110 | 100011001 | 1010001 | 101111 |
Color Harmonies of #9E17DB
Complementary color
Monochromatic Colors of #9E17DB
Black with #9E17DB
Text Example
Text Example
White with #9E17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E17DB; }
p { color: rgb(158,23,219); }
H1.HeaderClassName
{
color: #9E17DB;
}
.AnyTagClassName
{
color: #9E17DB;
}
</style>
background-color css
<style>
a { background-color: #9E17DB; }
a { background-color: rgb(158,23,219); }
div.DivClassName
{
background-color: #9E17DB;
}
.BgClassName
{
background-color: #9E17DB;
}
</style>
border-color css
<style>
span { border-color: #9E17DB; }
span { border-color: rgb(158,23,219); }
td.TdClassName
{
border-color: #9E17DB;
}
.TagClassName
{
border-color: #9E17DB;
}
</style>