Shades of Dark Violet #8812CE
Tints of Dark Violet #8812CE
RGB
CMYK
RGB Variations
Color information
#8812CE (or 0x8812CE) is known color: Dark Violet. HEX triplet: 88, 12 and CE. RGB value is (136,18,206). Sum of RGB (Red+Green+Blue) = 136+18+206=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8812CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812CE is #77ED31. Grayscale: #4A4A4A. Windows color (decimal): -7859506 or 13505160. OLE color: 13505160.
HSL color Cylindrical-coordinate representation of color #8812CE: hue angle of 277.66º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8812CE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 18 | 206 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.19 |
| HSL | 277.66º | 0.84% | 0.44% | - |
| HSV(B) | 277.66º | 0.91% | 0.81% | - |
| XYZ | 21.51 | 10.12 | 59.21 | - |
| YUV | 74.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 206 | 0.34 | 0.91 | 0 | 0.19 | 277.66 | 0.84 | 0.44 |
| Hex | 88 | 12 | CE | 22 | 5B | 0 | 13 | 116 | 54 | 2C |
| Octal | 210 | 22 | 316 | 42 | 133 | 0 | 23 | 426 | 124 | 54 |
| Binary | 10001000 | 10010 | 11001110 | 100010 | 1011011 | 0 | 10011 | 100010110 | 1010100 | 101100 |
Color Harmonies of #8812CE
Complementary color
Monochromatic Colors of #8812CE
Black with #8812CE
Text Example
Text Example
White with #8812CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8812CE; }
p { color: rgb(136,18,206); }
H1.HeaderClassName
{
color: #8812CE;
}
.AnyTagClassName
{
color: #8812CE;
}
</style>
background-color css
<style>
a { background-color: #8812CE; }
a { background-color: rgb(136,18,206); }
div.DivClassName
{
background-color: #8812CE;
}
.BgClassName
{
background-color: #8812CE;
}
</style>
border-color css
<style>
span { border-color: #8812CE; }
span { border-color: rgb(136,18,206); }
td.TdClassName
{
border-color: #8812CE;
}
.TagClassName
{
border-color: #8812CE;
}
</style>