Shades of Eggplant #880160
Tints of Eggplant #880160
RGB
CMYK
RGB Variations
Color information
#880160 (or 0x880160) is known color: Eggplant. HEX triplet: 88, 01 and 60. RGB value is (136,1,96). Sum of RGB (Red+Green+Blue) = 136+1+96=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #880160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880160 is #77FE9F. Grayscale: #333333. Windows color (decimal): -7863968 or 6291848. OLE color: 6291848.
HSL color Cylindrical-coordinate representation of color #880160: hue angle of 317.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880160 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.47 |
| HSL | 317.78º | 0.99% | 0.27% | - |
| HSV(B) | 317.78º | 0.99% | 0.53% | - |
| XYZ | 12.28 | 6.1 | 11.6 | - |
| YUV | 52.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 96 | 0 | 0.99 | 0.29 | 0.47 | 317.78 | 0.99 | 0.27 |
| Hex | 88 | 1 | 60 | 0 | 63 | 1D | 2F | 13E | 63 | 1B |
| Octal | 210 | 1 | 140 | 0 | 143 | 35 | 57 | 476 | 143 | 33 |
| Binary | 10001000 | 1 | 1100000 | 0 | 1100011 | 11101 | 101111 | 100111110 | 1100011 | 11011 |
Color Harmonies of #880160
Complementary color
Monochromatic Colors of #880160
Black with #880160
Text Example
Text Example
White with #880160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880160; }
p { color: rgb(136,1,96); }
H1.HeaderClassName
{
color: #880160;
}
.AnyTagClassName
{
color: #880160;
}
</style>
background-color css
<style>
a { background-color: #880160; }
a { background-color: rgb(136,1,96); }
div.DivClassName
{
background-color: #880160;
}
.BgClassName
{
background-color: #880160;
}
</style>
border-color css
<style>
span { border-color: #880160; }
span { border-color: rgb(136,1,96); }
td.TdClassName
{
border-color: #880160;
}
.TagClassName
{
border-color: #880160;
}
</style>