Shades of Eggplant #881059
Tints of Eggplant #881059
RGB
CMYK
RGB Variations
Color information
#881059 (or 0x881059) is known color: Eggplant. HEX triplet: 88, 10 and 59. RGB value is (136,16,89). Sum of RGB (Red+Green+Blue) = 136+16+89=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #881059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881059 is #77EFA6. Grayscale: #3C3C3C. Windows color (decimal): -7860135 or 5836936. OLE color: 5836936.
HSL color Cylindrical-coordinate representation of color #881059: hue angle of 323.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881059 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 89 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.47 |
| HSL | 323.5º | 0.79% | 0.3% | - |
| HSV(B) | 323.5º | 0.88% | 0.53% | - |
| XYZ | 12.14 | 6.33 | 10.03 | - |
| YUV | 60.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 89 | 0 | 0.88 | 0.35 | 0.47 | 323.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 59 | 0 | 58 | 23 | 2F | 144 | 4F | 1E |
| Octal | 210 | 20 | 131 | 0 | 130 | 43 | 57 | 504 | 117 | 36 |
| Binary | 10001000 | 10000 | 1011001 | 0 | 1011000 | 100011 | 101111 | 101000100 | 1001111 | 11110 |
Color Harmonies of #881059
Complementary color
Monochromatic Colors of #881059
Black with #881059
Text Example
Text Example
White with #881059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881059; }
p { color: rgb(136,16,89); }
H1.HeaderClassName
{
color: #881059;
}
.AnyTagClassName
{
color: #881059;
}
</style>
background-color css
<style>
a { background-color: #881059; }
a { background-color: rgb(136,16,89); }
div.DivClassName
{
background-color: #881059;
}
.BgClassName
{
background-color: #881059;
}
</style>
border-color css
<style>
span { border-color: #881059; }
span { border-color: rgb(136,16,89); }
td.TdClassName
{
border-color: #881059;
}
.TagClassName
{
border-color: #881059;
}
</style>