Shades of Eggplant #880559
Tints of Eggplant #880559
RGB
CMYK
RGB Variations
Color information
#880559 (or 0x880559) is known color: Eggplant. HEX triplet: 88, 05 and 59. RGB value is (136,5,89). Sum of RGB (Red+Green+Blue) = 136+5+89=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880559 is #77FAA6. Grayscale: #353535. Windows color (decimal): -7862951 or 5834120. OLE color: 5834120.
HSL color Cylindrical-coordinate representation of color #880559: hue angle of 321.53º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880559 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 89 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.47 |
| HSL | 321.53º | 0.93% | 0.28% | - |
| HSV(B) | 321.53º | 0.96% | 0.53% | - |
| XYZ | 12.01 | 6.06 | 9.99 | - |
| YUV | 53.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 89 | 0 | 0.96 | 0.35 | 0.47 | 321.53 | 0.93 | 0.28 |
| Hex | 88 | 5 | 59 | 0 | 60 | 23 | 2F | 142 | 5D | 1C |
| Octal | 210 | 5 | 131 | 0 | 140 | 43 | 57 | 502 | 135 | 34 |
| Binary | 10001000 | 101 | 1011001 | 0 | 1100000 | 100011 | 101111 | 101000010 | 1011101 | 11100 |
Color Harmonies of #880559
Complementary color
Monochromatic Colors of #880559
Black with #880559
Text Example
Text Example
White with #880559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880559; }
p { color: rgb(136,5,89); }
H1.HeaderClassName
{
color: #880559;
}
.AnyTagClassName
{
color: #880559;
}
</style>
background-color css
<style>
a { background-color: #880559; }
a { background-color: rgb(136,5,89); }
div.DivClassName
{
background-color: #880559;
}
.BgClassName
{
background-color: #880559;
}
</style>
border-color css
<style>
span { border-color: #880559; }
span { border-color: rgb(136,5,89); }
td.TdClassName
{
border-color: #880559;
}
.TagClassName
{
border-color: #880559;
}
</style>