Shades of Dark Violet #880EC2
Tints of Dark Violet #880EC2
RGB
CMYK
RGB Variations
Color information
#880EC2 (or 0x880EC2) is known color: Dark Violet. HEX triplet: 88, 0E and C2. RGB value is (136,14,194). Sum of RGB (Red+Green+Blue) = 136+14+194=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #880EC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EC2 is #77F13D. Grayscale: #464646. Windows color (decimal): -7860542 or 12717704. OLE color: 12717704.
HSL color Cylindrical-coordinate representation of color #880EC2: hue angle of 280.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EC2 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 14 | 194 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.24 |
| HSL | 280.67º | 0.87% | 0.41% | - |
| HSV(B) | 280.67º | 0.93% | 0.76% | - |
| XYZ | 20.05 | 9.44 | 51.81 | - |
| YUV | 71 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 194 | 0.30 | 0.93 | 0 | 0.24 | 280.67 | 0.87 | 0.41 |
| Hex | 88 | E | C2 | 1E | 5D | 0 | 18 | 119 | 57 | 29 |
| Octal | 210 | 16 | 302 | 36 | 135 | 0 | 30 | 431 | 127 | 51 |
| Binary | 10001000 | 1110 | 11000010 | 11110 | 1011101 | 0 | 11000 | 100011001 | 1010111 | 101001 |
Color Harmonies of #880EC2
Complementary color
Monochromatic Colors of #880EC2
Black with #880EC2
Text Example
Text Example
White with #880EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EC2; }
p { color: rgb(136,14,194); }
H1.HeaderClassName
{
color: #880EC2;
}
.AnyTagClassName
{
color: #880EC2;
}
</style>
background-color css
<style>
a { background-color: #880EC2; }
a { background-color: rgb(136,14,194); }
div.DivClassName
{
background-color: #880EC2;
}
.BgClassName
{
background-color: #880EC2;
}
</style>
border-color css
<style>
span { border-color: #880EC2; }
span { border-color: rgb(136,14,194); }
td.TdClassName
{
border-color: #880EC2;
}
.TagClassName
{
border-color: #880EC2;
}
</style>