Shades of Eggplant #881359
Tints of Eggplant #881359
RGB
CMYK
RGB Variations
Color information
#881359 (or 0x881359) is known color: Eggplant. HEX triplet: 88, 13 and 59. RGB value is (136,19,89). Sum of RGB (Red+Green+Blue) = 136+19+89=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #881359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881359 is #77ECA6. Grayscale: #3D3D3D. Windows color (decimal): -7859367 or 5837704. OLE color: 5837704.
HSL color Cylindrical-coordinate representation of color #881359: hue angle of 324.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881359 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 89 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.47 |
| HSL | 324.1º | 0.75% | 0.3% | - |
| HSV(B) | 324.1º | 0.86% | 0.53% | - |
| XYZ | 12.19 | 6.42 | 10.05 | - |
| YUV | 61.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 89 | 0 | 0.86 | 0.35 | 0.47 | 324.1 | 0.75 | 0.3 |
| Hex | 88 | 13 | 59 | 0 | 56 | 23 | 2F | 144 | 4B | 1E |
| Octal | 210 | 23 | 131 | 0 | 126 | 43 | 57 | 504 | 113 | 36 |
| Binary | 10001000 | 10011 | 1011001 | 0 | 1010110 | 100011 | 101111 | 101000100 | 1001011 | 11110 |
Color Harmonies of #881359
Complementary color
Monochromatic Colors of #881359
Black with #881359
Text Example
Text Example
White with #881359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881359; }
p { color: rgb(136,19,89); }
H1.HeaderClassName
{
color: #881359;
}
.AnyTagClassName
{
color: #881359;
}
</style>
background-color css
<style>
a { background-color: #881359; }
a { background-color: rgb(136,19,89); }
div.DivClassName
{
background-color: #881359;
}
.BgClassName
{
background-color: #881359;
}
</style>
border-color css
<style>
span { border-color: #881359; }
span { border-color: rgb(136,19,89); }
td.TdClassName
{
border-color: #881359;
}
.TagClassName
{
border-color: #881359;
}
</style>