Shades of Dark Violet #8810CE
Tints of Dark Violet #8810CE
RGB
CMYK
RGB Variations
Color information
#8810CE (or 0x8810CE) is known color: Dark Violet. HEX triplet: 88, 10 and CE. RGB value is (136,16,206). Sum of RGB (Red+Green+Blue) = 136+16+206=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8810CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8810CE is #77EF31. Grayscale: #484848. Windows color (decimal): -7860018 or 13504648. OLE color: 13504648.
HSL color Cylindrical-coordinate representation of color #8810CE: hue angle of 277.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8810CE is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 16 | 206 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.19 |
| HSL | 277.89º | 0.86% | 0.44% | - |
| HSV(B) | 277.89º | 0.92% | 0.81% | - |
| XYZ | 21.48 | 10.06 | 59.2 | - |
| YUV | 73.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 206 | 0.34 | 0.92 | 0 | 0.19 | 277.89 | 0.86 | 0.44 |
| Hex | 88 | 10 | CE | 22 | 5C | 0 | 13 | 116 | 56 | 2C |
| Octal | 210 | 20 | 316 | 42 | 134 | 0 | 23 | 426 | 126 | 54 |
| Binary | 10001000 | 10000 | 11001110 | 100010 | 1011100 | 0 | 10011 | 100010110 | 1010110 | 101100 |
Color Harmonies of #8810CE
Complementary color
Monochromatic Colors of #8810CE
Black with #8810CE
Text Example
Text Example
White with #8810CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8810CE; }
p { color: rgb(136,16,206); }
H1.HeaderClassName
{
color: #8810CE;
}
.AnyTagClassName
{
color: #8810CE;
}
</style>
background-color css
<style>
a { background-color: #8810CE; }
a { background-color: rgb(136,16,206); }
div.DivClassName
{
background-color: #8810CE;
}
.BgClassName
{
background-color: #8810CE;
}
</style>
border-color css
<style>
span { border-color: #8810CE; }
span { border-color: rgb(136,16,206); }
td.TdClassName
{
border-color: #8810CE;
}
.TagClassName
{
border-color: #8810CE;
}
</style>