Shades of Dark Violet #880ECA
Tints of Dark Violet #880ECA
RGB
CMYK
RGB Variations
Color information
#880ECA (or 0x880ECA) is known color: Dark Violet. HEX triplet: 88, 0E and CA. RGB value is (136,14,202). Sum of RGB (Red+Green+Blue) = 136+14+202=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #880ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ECA is #77F135. Grayscale: #474747. Windows color (decimal): -7860534 or 13241992. OLE color: 13241992.
HSL color Cylindrical-coordinate representation of color #880ECA: hue angle of 278.94º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880ECA is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 14 | 202 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.21 |
| HSL | 278.94º | 0.87% | 0.42% | - |
| HSV(B) | 278.94º | 0.93% | 0.79% | - |
| XYZ | 20.97 | 9.81 | 56.67 | - |
| YUV | 71.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 202 | 0.33 | 0.93 | 0 | 0.21 | 278.94 | 0.87 | 0.42 |
| Hex | 88 | E | CA | 21 | 5D | 0 | 15 | 117 | 57 | 2A |
| Octal | 210 | 16 | 312 | 41 | 135 | 0 | 25 | 427 | 127 | 52 |
| Binary | 10001000 | 1110 | 11001010 | 100001 | 1011101 | 0 | 10101 | 100010111 | 1010111 | 101010 |
Color Harmonies of #880ECA
Complementary color
Monochromatic Colors of #880ECA
Black with #880ECA
Text Example
Text Example
White with #880ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880ECA; }
p { color: rgb(136,14,202); }
H1.HeaderClassName
{
color: #880ECA;
}
.AnyTagClassName
{
color: #880ECA;
}
</style>
background-color css
<style>
a { background-color: #880ECA; }
a { background-color: rgb(136,14,202); }
div.DivClassName
{
background-color: #880ECA;
}
.BgClassName
{
background-color: #880ECA;
}
</style>
border-color css
<style>
span { border-color: #880ECA; }
span { border-color: rgb(136,14,202); }
td.TdClassName
{
border-color: #880ECA;
}
.TagClassName
{
border-color: #880ECA;
}
</style>