Shades of Eggplant #871159
Tints of Eggplant #871159
RGB
CMYK
RGB Variations
Color information
#871159 (or 0x871159) is known color: Eggplant. HEX triplet: 87, 11 and 59. RGB value is (135,17,89). Sum of RGB (Red+Green+Blue) = 135+17+89=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #871159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871159 is #78EEA6. Grayscale: #3C3C3C. Windows color (decimal): -7925415 or 5837191. OLE color: 5837191.
HSL color Cylindrical-coordinate representation of color #871159: hue angle of 323.39º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871159 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 89 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.47 |
| HSL | 323.39º | 0.78% | 0.3% | - |
| HSV(B) | 323.39º | 0.87% | 0.53% | - |
| XYZ | 12 | 6.27 | 10.03 | - |
| YUV | 60.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 89 | 0 | 0.87 | 0.34 | 0.47 | 323.39 | 0.78 | 0.3 |
| Hex | 87 | 11 | 59 | 0 | 57 | 22 | 2F | 143 | 4E | 1E |
| Octal | 207 | 21 | 131 | 0 | 127 | 42 | 57 | 503 | 116 | 36 |
| Binary | 10000111 | 10001 | 1011001 | 0 | 1010111 | 100010 | 101111 | 101000011 | 1001110 | 11110 |
Color Harmonies of #871159
Complementary color
Monochromatic Colors of #871159
Black with #871159
Text Example
Text Example
White with #871159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871159; }
p { color: rgb(135,17,89); }
H1.HeaderClassName
{
color: #871159;
}
.AnyTagClassName
{
color: #871159;
}
</style>
background-color css
<style>
a { background-color: #871159; }
a { background-color: rgb(135,17,89); }
div.DivClassName
{
background-color: #871159;
}
.BgClassName
{
background-color: #871159;
}
</style>
border-color css
<style>
span { border-color: #871159; }
span { border-color: rgb(135,17,89); }
td.TdClassName
{
border-color: #871159;
}
.TagClassName
{
border-color: #871159;
}
</style>