Shades of Eggplant #880A61
Tints of Eggplant #880A61
RGB
CMYK
RGB Variations
Color information
#880A61 (or 0x880A61) is known color: Eggplant. HEX triplet: 88, 0A and 61. RGB value is (136,10,97). Sum of RGB (Red+Green+Blue) = 136+10+97=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880A61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A61 is #77F59E. Grayscale: #393939. Windows color (decimal): -7861663 or 6359688. OLE color: 6359688.
HSL color Cylindrical-coordinate representation of color #880A61: hue angle of 318.57º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A61 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 97 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.47 |
| HSL | 318.57º | 0.86% | 0.29% | - |
| HSV(B) | 318.57º | 0.93% | 0.53% | - |
| XYZ | 12.42 | 6.31 | 11.87 | - |
| YUV | 57.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 97 | 0 | 0.93 | 0.29 | 0.47 | 318.57 | 0.86 | 0.29 |
| Hex | 88 | A | 61 | 0 | 5D | 1D | 2F | 13F | 56 | 1D |
| Octal | 210 | 12 | 141 | 0 | 135 | 35 | 57 | 477 | 126 | 35 |
| Binary | 10001000 | 1010 | 1100001 | 0 | 1011101 | 11101 | 101111 | 100111111 | 1010110 | 11101 |
Color Harmonies of #880A61
Complementary color
Monochromatic Colors of #880A61
Black with #880A61
Text Example
Text Example
White with #880A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A61; }
p { color: rgb(136,10,97); }
H1.HeaderClassName
{
color: #880A61;
}
.AnyTagClassName
{
color: #880A61;
}
</style>
background-color css
<style>
a { background-color: #880A61; }
a { background-color: rgb(136,10,97); }
div.DivClassName
{
background-color: #880A61;
}
.BgClassName
{
background-color: #880A61;
}
</style>
border-color css
<style>
span { border-color: #880A61; }
span { border-color: rgb(136,10,97); }
td.TdClassName
{
border-color: #880A61;
}
.TagClassName
{
border-color: #880A61;
}
</style>