Shades of Dark Violet #8816BC
Tints of Dark Violet #8816BC
RGB
CMYK
RGB Variations
Color information
#8816BC (or 0x8816BC) is known color: Dark Violet. HEX triplet: 88, 16 and BC. RGB value is (136,22,188). Sum of RGB (Red+Green+Blue) = 136+22+188=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #8816BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8816BC is #77E943. Grayscale: #4A4A4A. Windows color (decimal): -7858500 or 12326536. OLE color: 12326536.
HSL color Cylindrical-coordinate representation of color #8816BC: hue angle of 281.2º 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 #8816BC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 22 | 188 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.26 |
| HSL | 281.2º | 0.79% | 0.41% | - |
| HSV(B) | 281.2º | 0.88% | 0.74% | - |
| XYZ | 19.52 | 9.44 | 48.37 | - |
| YUV | 75.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 188 | 0.28 | 0.88 | 0 | 0.26 | 281.2 | 0.79 | 0.41 |
| Hex | 88 | 16 | BC | 1C | 58 | 0 | 1A | 119 | 4F | 29 |
| Octal | 210 | 26 | 274 | 34 | 130 | 0 | 32 | 431 | 117 | 51 |
| Binary | 10001000 | 10110 | 10111100 | 11100 | 1011000 | 0 | 11010 | 100011001 | 1001111 | 101001 |
Color Harmonies of #8816BC
Complementary color
Monochromatic Colors of #8816BC
Black with #8816BC
Text Example
Text Example
White with #8816BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816BC; }
p { color: rgb(136,22,188); }
H1.HeaderClassName
{
color: #8816BC;
}
.AnyTagClassName
{
color: #8816BC;
}
</style>
background-color css
<style>
a { background-color: #8816BC; }
a { background-color: rgb(136,22,188); }
div.DivClassName
{
background-color: #8816BC;
}
.BgClassName
{
background-color: #8816BC;
}
</style>
border-color css
<style>
span { border-color: #8816BC; }
span { border-color: rgb(136,22,188); }
td.TdClassName
{
border-color: #8816BC;
}
.TagClassName
{
border-color: #8816BC;
}
</style>