Shades of Dark Violet #9E16BC
Tints of Dark Violet #9E16BC
RGB
CMYK
RGB Variations
Color information
#9E16BC (or 0x9E16BC) is known color: Dark Violet. HEX triplet: 9E, 16 and BC. RGB value is (158,22,188). Sum of RGB (Red+Green+Blue) = 158+22+188=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E16BC is #61E943. Grayscale: #515151. Windows color (decimal): -6416708 or 12326558. OLE color: 12326558.
HSL color Cylindrical-coordinate representation of color #9E16BC: hue angle of 289.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E16BC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 22 | 188 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.26 |
| HSL | 289.16º | 0.79% | 0.41% | - |
| HSV(B) | 289.16º | 0.88% | 0.74% | - |
| XYZ | 23.46 | 11.47 | 48.55 | - |
| YUV | 81.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 188 | 0.16 | 0.88 | 0 | 0.26 | 289.16 | 0.79 | 0.41 |
| Hex | 9E | 16 | BC | 10 | 58 | 0 | 1A | 121 | 4F | 29 |
| Octal | 236 | 26 | 274 | 20 | 130 | 0 | 32 | 441 | 117 | 51 |
| Binary | 10011110 | 10110 | 10111100 | 10000 | 1011000 | 0 | 11010 | 100100001 | 1001111 | 101001 |
Color Harmonies of #9E16BC
Complementary color
Monochromatic Colors of #9E16BC
Black with #9E16BC
Text Example
Text Example
White with #9E16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E16BC; }
p { color: rgb(158,22,188); }
H1.HeaderClassName
{
color: #9E16BC;
}
.AnyTagClassName
{
color: #9E16BC;
}
</style>
background-color css
<style>
a { background-color: #9E16BC; }
a { background-color: rgb(158,22,188); }
div.DivClassName
{
background-color: #9E16BC;
}
.BgClassName
{
background-color: #9E16BC;
}
</style>
border-color css
<style>
span { border-color: #9E16BC; }
span { border-color: rgb(158,22,188); }
td.TdClassName
{
border-color: #9E16BC;
}
.TagClassName
{
border-color: #9E16BC;
}
</style>