Shades of Dark Violet #880ECC
Tints of Dark Violet #880ECC
RGB
CMYK
RGB Variations
Color information
#880ECC (or 0x880ECC) is known color: Dark Violet. HEX triplet: 88, 0E and CC. RGB value is (136,14,204). Sum of RGB (Red+Green+Blue) = 136+14+204=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #880ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ECC is #77F133. Grayscale: #474747. Windows color (decimal): -7860532 or 13373064. OLE color: 13373064.
HSL color Cylindrical-coordinate representation of color #880ECC: hue angle of 278.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880ECC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 14 | 204 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.2 |
| HSL | 278.53º | 0.87% | 0.43% | - |
| HSV(B) | 278.53º | 0.93% | 0.8% | - |
| XYZ | 21.21 | 9.91 | 57.92 | - |
| YUV | 72.14 | 202.42 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 204 | 0.33 | 0.93 | 0 | 0.2 | 278.53 | 0.87 | 0.43 |
| Hex | 88 | E | CC | 21 | 5D | 0 | 14 | 117 | 57 | 2B |
| Octal | 210 | 16 | 314 | 41 | 135 | 0 | 24 | 427 | 127 | 53 |
| Binary | 10001000 | 1110 | 11001100 | 100001 | 1011101 | 0 | 10100 | 100010111 | 1010111 | 101011 |
Color Harmonies of #880ECC
Complementary color
Monochromatic Colors of #880ECC
Black with #880ECC
Text Example
Text Example
White with #880ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ECC; }
p { color: rgb(136,14,204); }
H1.HeaderClassName
{
color: #880ECC;
}
.AnyTagClassName
{
color: #880ECC;
}
</style>
background-color css
<style>
a { background-color: #880ECC; }
a { background-color: rgb(136,14,204); }
div.DivClassName
{
background-color: #880ECC;
}
.BgClassName
{
background-color: #880ECC;
}
</style>
border-color css
<style>
span { border-color: #880ECC; }
span { border-color: rgb(136,14,204); }
td.TdClassName
{
border-color: #880ECC;
}
.TagClassName
{
border-color: #880ECC;
}
</style>