Shades of Eggplant #880D60
Tints of Eggplant #880D60
RGB
CMYK
RGB Variations
Color information
#880D60 (or 0x880D60) is known color: Eggplant. HEX triplet: 88, 0D and 60. RGB value is (136,13,96). Sum of RGB (Red+Green+Blue) = 136+13+96=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #880D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D60 is #77F29F. Grayscale: #3B3B3B. Windows color (decimal): -7860896 or 6294920. OLE color: 6294920.
HSL color Cylindrical-coordinate representation of color #880D60: hue angle of 319.51º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D60 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 96 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.47 |
| HSL | 319.51º | 0.83% | 0.29% | - |
| HSV(B) | 319.51º | 0.9% | 0.53% | - |
| XYZ | 12.41 | 6.37 | 11.64 | - |
| YUV | 59.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 96 | 0 | 0.90 | 0.29 | 0.47 | 319.51 | 0.83 | 0.29 |
| Hex | 88 | D | 60 | 0 | 5A | 1D | 2F | 140 | 53 | 1D |
| Octal | 210 | 15 | 140 | 0 | 132 | 35 | 57 | 500 | 123 | 35 |
| Binary | 10001000 | 1101 | 1100000 | 0 | 1011010 | 11101 | 101111 | 101000000 | 1010011 | 11101 |
Color Harmonies of #880D60
Complementary color
Monochromatic Colors of #880D60
Black with #880D60
Text Example
Text Example
White with #880D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D60; }
p { color: rgb(136,13,96); }
H1.HeaderClassName
{
color: #880D60;
}
.AnyTagClassName
{
color: #880D60;
}
</style>
background-color css
<style>
a { background-color: #880D60; }
a { background-color: rgb(136,13,96); }
div.DivClassName
{
background-color: #880D60;
}
.BgClassName
{
background-color: #880D60;
}
</style>
border-color css
<style>
span { border-color: #880D60; }
span { border-color: rgb(136,13,96); }
td.TdClassName
{
border-color: #880D60;
}
.TagClassName
{
border-color: #880D60;
}
</style>