Shades of Eggplant #881357
Tints of Eggplant #881357
RGB
CMYK
RGB Variations
Color information
#881357 (or 0x881357) is known color: Eggplant. HEX triplet: 88, 13 and 57. RGB value is (136,19,87). Sum of RGB (Red+Green+Blue) = 136+19+87=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #881357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881357 is #77ECA8. Grayscale: #3D3D3D. Windows color (decimal): -7859369 or 5706632. OLE color: 5706632.
HSL color Cylindrical-coordinate representation of color #881357: hue angle of 325.13º 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 #881357 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 87 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.47 |
| HSL | 325.13º | 0.75% | 0.3% | - |
| HSV(B) | 325.13º | 0.86% | 0.53% | - |
| XYZ | 12.11 | 6.39 | 9.61 | - |
| YUV | 61.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 87 | 0 | 0.86 | 0.36 | 0.47 | 325.13 | 0.75 | 0.3 |
| Hex | 88 | 13 | 57 | 0 | 56 | 24 | 2F | 145 | 4B | 1E |
| Octal | 210 | 23 | 127 | 0 | 126 | 44 | 57 | 505 | 113 | 36 |
| Binary | 10001000 | 10011 | 1010111 | 0 | 1010110 | 100100 | 101111 | 101000101 | 1001011 | 11110 |
Color Harmonies of #881357
Complementary color
Monochromatic Colors of #881357
Black with #881357
Text Example
Text Example
White with #881357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881357; }
p { color: rgb(136,19,87); }
H1.HeaderClassName
{
color: #881357;
}
.AnyTagClassName
{
color: #881357;
}
</style>
background-color css
<style>
a { background-color: #881357; }
a { background-color: rgb(136,19,87); }
div.DivClassName
{
background-color: #881357;
}
.BgClassName
{
background-color: #881357;
}
</style>
border-color css
<style>
span { border-color: #881357; }
span { border-color: rgb(136,19,87); }
td.TdClassName
{
border-color: #881357;
}
.TagClassName
{
border-color: #881357;
}
</style>