Shades of Eggplant #880860
Tints of Eggplant #880860
RGB
CMYK
RGB Variations
Color information
#880860 (or 0x880860) is known color: Eggplant. HEX triplet: 88, 08 and 60. RGB value is (136,8,96). Sum of RGB (Red+Green+Blue) = 136+8+96=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #880860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880860 is #77F79F. Grayscale: #383838. Windows color (decimal): -7862176 or 6293640. OLE color: 6293640.
HSL color Cylindrical-coordinate representation of color #880860: hue angle of 318.75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880860 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.47 |
| HSL | 318.75º | 0.89% | 0.28% | - |
| HSV(B) | 318.75º | 0.94% | 0.53% | - |
| XYZ | 12.35 | 6.25 | 11.62 | - |
| YUV | 56.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 96 | 0 | 0.94 | 0.29 | 0.47 | 318.75 | 0.89 | 0.28 |
| Hex | 88 | 8 | 60 | 0 | 5E | 1D | 2F | 13F | 59 | 1C |
| Octal | 210 | 10 | 140 | 0 | 136 | 35 | 57 | 477 | 131 | 34 |
| Binary | 10001000 | 1000 | 1100000 | 0 | 1011110 | 11101 | 101111 | 100111111 | 1011001 | 11100 |
Color Harmonies of #880860
Complementary color
Monochromatic Colors of #880860
Black with #880860
Text Example
Text Example
White with #880860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880860; }
p { color: rgb(136,8,96); }
H1.HeaderClassName
{
color: #880860;
}
.AnyTagClassName
{
color: #880860;
}
</style>
background-color css
<style>
a { background-color: #880860; }
a { background-color: rgb(136,8,96); }
div.DivClassName
{
background-color: #880860;
}
.BgClassName
{
background-color: #880860;
}
</style>
border-color css
<style>
span { border-color: #880860; }
span { border-color: rgb(136,8,96); }
td.TdClassName
{
border-color: #880860;
}
.TagClassName
{
border-color: #880860;
}
</style>