Shades of Dark Violet #9E16DC
Tints of Dark Violet #9E16DC
RGB
CMYK
RGB Variations
Color information
#9E16DC (or 0x9E16DC) is known color: Dark Violet. HEX triplet: 9E, 16 and DC. RGB value is (158,22,220). Sum of RGB (Red+Green+Blue) = 158+22+220=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E16DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E16DC is #61E923. Grayscale: #545454. Windows color (decimal): -6416676 or 14423710. OLE color: 14423710.
HSL color Cylindrical-coordinate representation of color #9E16DC: hue angle of 281.21º 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 #9E16DC is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 22 | 220 | - |
| CMYK | 0.28 | 0.9 | 0 | 0.14 |
| HSL | 281.21º | 0.82% | 0.47% | - |
| HSV(B) | 281.21º | 0.9% | 0.86% | - |
| XYZ | 27.31 | 13.01 | 68.78 | - |
| YUV | 85.24 | 204.06 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 220 | 0.28 | 0.9 | 0 | 0.14 | 281.21 | 0.82 | 0.47 |
| Hex | 9E | 16 | DC | 1C | 5A | 0 | E | 119 | 52 | 2F |
| Octal | 236 | 26 | 334 | 34 | 132 | 0 | 16 | 431 | 122 | 57 |
| Binary | 10011110 | 10110 | 11011100 | 11100 | 1011010 | 0 | 1110 | 100011001 | 1010010 | 101111 |
Color Harmonies of #9E16DC
Complementary color
Monochromatic Colors of #9E16DC
Black with #9E16DC
Text Example
Text Example
White with #9E16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E16DC; }
p { color: rgb(158,22,220); }
H1.HeaderClassName
{
color: #9E16DC;
}
.AnyTagClassName
{
color: #9E16DC;
}
</style>
background-color css
<style>
a { background-color: #9E16DC; }
a { background-color: rgb(158,22,220); }
div.DivClassName
{
background-color: #9E16DC;
}
.BgClassName
{
background-color: #9E16DC;
}
</style>
border-color css
<style>
span { border-color: #9E16DC; }
span { border-color: rgb(158,22,220); }
td.TdClassName
{
border-color: #9E16DC;
}
.TagClassName
{
border-color: #9E16DC;
}
</style>