Shades of Dark Violet #8811CE
Tints of Dark Violet #8811CE
RGB
CMYK
RGB Variations
Color information
#8811CE (or 0x8811CE) is known color: Dark Violet. HEX triplet: 88, 11 and CE. RGB value is (136,17,206). Sum of RGB (Red+Green+Blue) = 136+17+206=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #8811CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811CE is #77EE31. Grayscale: #494949. Windows color (decimal): -7859762 or 13504904. OLE color: 13504904.
HSL color Cylindrical-coordinate representation of color #8811CE: hue angle of 277.78º degrees, saturation: 0.85, 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 #8811CE is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 17 | 206 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.19 |
| HSL | 277.78º | 0.85% | 0.44% | - |
| HSV(B) | 277.78º | 0.92% | 0.81% | - |
| XYZ | 21.49 | 10.09 | 59.21 | - |
| YUV | 74.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 206 | 0.34 | 0.92 | 0 | 0.19 | 277.78 | 0.85 | 0.44 |
| Hex | 88 | 11 | CE | 22 | 5C | 0 | 13 | 116 | 55 | 2C |
| Octal | 210 | 21 | 316 | 42 | 134 | 0 | 23 | 426 | 125 | 54 |
| Binary | 10001000 | 10001 | 11001110 | 100010 | 1011100 | 0 | 10011 | 100010110 | 1010101 | 101100 |
Color Harmonies of #8811CE
Complementary color
Monochromatic Colors of #8811CE
Black with #8811CE
Text Example
Text Example
White with #8811CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811CE; }
p { color: rgb(136,17,206); }
H1.HeaderClassName
{
color: #8811CE;
}
.AnyTagClassName
{
color: #8811CE;
}
</style>
background-color css
<style>
a { background-color: #8811CE; }
a { background-color: rgb(136,17,206); }
div.DivClassName
{
background-color: #8811CE;
}
.BgClassName
{
background-color: #8811CE;
}
</style>
border-color css
<style>
span { border-color: #8811CE; }
span { border-color: rgb(136,17,206); }
td.TdClassName
{
border-color: #8811CE;
}
.TagClassName
{
border-color: #8811CE;
}
</style>