Shades of Dark Violet #8816B1
Tints of Dark Violet #8816B1
RGB
CMYK
RGB Variations
Color information
#8816B1 (or 0x8816B1) is known color: Dark Violet. HEX triplet: 88, 16 and B1. RGB value is (136,22,177). Sum of RGB (Red+Green+Blue) = 136+22+177=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #8816B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8816B1 is #77E94E. Grayscale: #494949. Windows color (decimal): -7858511 or 11605640. OLE color: 11605640.
HSL color Cylindrical-coordinate representation of color #8816B1: hue angle of 284.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8816B1 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 22 | 177 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.31 |
| HSL | 284.13º | 0.78% | 0.39% | - |
| HSV(B) | 284.13º | 0.88% | 0.69% | - |
| XYZ | 18.38 | 8.98 | 42.36 | - |
| YUV | 73.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 177 | 0.23 | 0.88 | 0 | 0.31 | 284.13 | 0.78 | 0.39 |
| Hex | 88 | 16 | B1 | 17 | 58 | 0 | 1F | 11C | 4E | 27 |
| Octal | 210 | 26 | 261 | 27 | 130 | 0 | 37 | 434 | 116 | 47 |
| Binary | 10001000 | 10110 | 10110001 | 10111 | 1011000 | 0 | 11111 | 100011100 | 1001110 | 100111 |
Color Harmonies of #8816B1
Complementary color
Monochromatic Colors of #8816B1
Black with #8816B1
Text Example
Text Example
White with #8816B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816B1; }
p { color: rgb(136,22,177); }
H1.HeaderClassName
{
color: #8816B1;
}
.AnyTagClassName
{
color: #8816B1;
}
</style>
background-color css
<style>
a { background-color: #8816B1; }
a { background-color: rgb(136,22,177); }
div.DivClassName
{
background-color: #8816B1;
}
.BgClassName
{
background-color: #8816B1;
}
</style>
border-color css
<style>
span { border-color: #8816B1; }
span { border-color: rgb(136,22,177); }
td.TdClassName
{
border-color: #8816B1;
}
.TagClassName
{
border-color: #8816B1;
}
</style>