Shades of Eggplant #880C57
Tints of Eggplant #880C57
RGB
CMYK
RGB Variations
Color information
#880C57 (or 0x880C57) is known color: Eggplant. HEX triplet: 88, 0C and 57. RGB value is (136,12,87). Sum of RGB (Red+Green+Blue) = 136+12+87=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #880C57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C57 is #77F3A8. Grayscale: #393939. Windows color (decimal): -7861161 or 5704840. OLE color: 5704840.
HSL color Cylindrical-coordinate representation of color #880C57: hue angle of 323.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C57 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 87 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.47 |
| HSL | 323.71º | 0.84% | 0.29% | - |
| HSV(B) | 323.71º | 0.91% | 0.53% | - |
| XYZ | 12.01 | 6.19 | 9.58 | - |
| YUV | 57.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 87 | 0 | 0.91 | 0.36 | 0.47 | 323.71 | 0.84 | 0.29 |
| Hex | 88 | C | 57 | 0 | 5B | 24 | 2F | 144 | 54 | 1D |
| Octal | 210 | 14 | 127 | 0 | 133 | 44 | 57 | 504 | 124 | 35 |
| Binary | 10001000 | 1100 | 1010111 | 0 | 1011011 | 100100 | 101111 | 101000100 | 1010100 | 11101 |
Color Harmonies of #880C57
Complementary color
Monochromatic Colors of #880C57
Black with #880C57
Text Example
Text Example
White with #880C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C57; }
p { color: rgb(136,12,87); }
H1.HeaderClassName
{
color: #880C57;
}
.AnyTagClassName
{
color: #880C57;
}
</style>
background-color css
<style>
a { background-color: #880C57; }
a { background-color: rgb(136,12,87); }
div.DivClassName
{
background-color: #880C57;
}
.BgClassName
{
background-color: #880C57;
}
</style>
border-color css
<style>
span { border-color: #880C57; }
span { border-color: rgb(136,12,87); }
td.TdClassName
{
border-color: #880C57;
}
.TagClassName
{
border-color: #880C57;
}
</style>