Shades of Dark Violet #9E16DB
Tints of Dark Violet #9E16DB
RGB
CMYK
RGB Variations
Color information
#9E16DB (or 0x9E16DB) is known color: Dark Violet. HEX triplet: 9E, 16 and DB. RGB value is (158,22,219). Sum of RGB (Red+Green+Blue) = 158+22+219=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E16DB is #61E924. Grayscale: #545454. Windows color (decimal): -6416677 or 14358174. OLE color: 14358174.
HSL color Cylindrical-coordinate representation of color #9E16DB: hue angle of 281.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E16DB is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 22 | 219 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.14 |
| HSL | 281.42º | 0.82% | 0.47% | - |
| HSV(B) | 281.42º | 0.9% | 0.86% | - |
| XYZ | 27.17 | 12.96 | 68.09 | - |
| YUV | 85.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 219 | 0.28 | 0.90 | 0 | 0.14 | 281.42 | 0.82 | 0.47 |
| Hex | 9E | 16 | DB | 1C | 5A | 0 | E | 119 | 52 | 2F |
| Octal | 236 | 26 | 333 | 34 | 132 | 0 | 16 | 431 | 122 | 57 |
| Binary | 10011110 | 10110 | 11011011 | 11100 | 1011010 | 0 | 1110 | 100011001 | 1010010 | 101111 |
Color Harmonies of #9E16DB
Complementary color
Monochromatic Colors of #9E16DB
Black with #9E16DB
Text Example
Text Example
White with #9E16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E16DB; }
p { color: rgb(158,22,219); }
H1.HeaderClassName
{
color: #9E16DB;
}
.AnyTagClassName
{
color: #9E16DB;
}
</style>
background-color css
<style>
a { background-color: #9E16DB; }
a { background-color: rgb(158,22,219); }
div.DivClassName
{
background-color: #9E16DB;
}
.BgClassName
{
background-color: #9E16DB;
}
</style>
border-color css
<style>
span { border-color: #9E16DB; }
span { border-color: rgb(158,22,219); }
td.TdClassName
{
border-color: #9E16DB;
}
.TagClassName
{
border-color: #9E16DB;
}
</style>