Shades of Eggplant #871059
Tints of Eggplant #871059
RGB
CMYK
RGB Variations
Color information
#871059 (or 0x871059) is known color: Eggplant. HEX triplet: 87, 10 and 59. RGB value is (135,16,89). Sum of RGB (Red+Green+Blue) = 135+16+89=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #871059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871059 is #78EFA6. Grayscale: #3B3B3B. Windows color (decimal): -7925671 or 5836935. OLE color: 5836935.
HSL color Cylindrical-coordinate representation of color #871059: hue angle of 323.19º 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 #871059 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 89 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.47 |
| HSL | 323.19º | 0.79% | 0.3% | - |
| HSV(B) | 323.19º | 0.88% | 0.53% | - |
| XYZ | 11.98 | 6.24 | 10.02 | - |
| YUV | 59.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 89 | 0 | 0.88 | 0.34 | 0.47 | 323.19 | 0.79 | 0.3 |
| Hex | 87 | 10 | 59 | 0 | 58 | 22 | 2F | 143 | 4F | 1E |
| Octal | 207 | 20 | 131 | 0 | 130 | 42 | 57 | 503 | 117 | 36 |
| Binary | 10000111 | 10000 | 1011001 | 0 | 1011000 | 100010 | 101111 | 101000011 | 1001111 | 11110 |
Color Harmonies of #871059
Complementary color
Monochromatic Colors of #871059
Black with #871059
Text Example
Text Example
White with #871059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871059; }
p { color: rgb(135,16,89); }
H1.HeaderClassName
{
color: #871059;
}
.AnyTagClassName
{
color: #871059;
}
</style>
background-color css
<style>
a { background-color: #871059; }
a { background-color: rgb(135,16,89); }
div.DivClassName
{
background-color: #871059;
}
.BgClassName
{
background-color: #871059;
}
</style>
border-color css
<style>
span { border-color: #871059; }
span { border-color: rgb(135,16,89); }
td.TdClassName
{
border-color: #871059;
}
.TagClassName
{
border-color: #871059;
}
</style>