Shades of Eggplant #870959
Tints of Eggplant #870959
RGB
CMYK
RGB Variations
Color information
#870959 (or 0x870959) is known color: Eggplant. HEX triplet: 87, 09 and 59. RGB value is (135,9,89). Sum of RGB (Red+Green+Blue) = 135+9+89=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #870959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870959 is #78F6A6. Grayscale: #373737. Windows color (decimal): -7927463 or 5835143. OLE color: 5835143.
HSL color Cylindrical-coordinate representation of color #870959: hue angle of 321.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870959 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 89 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.47 |
| HSL | 321.9º | 0.88% | 0.28% | - |
| HSV(B) | 321.9º | 0.93% | 0.53% | - |
| XYZ | 11.89 | 6.07 | 10 | - |
| YUV | 55.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 89 | 0 | 0.93 | 0.34 | 0.47 | 321.9 | 0.88 | 0.28 |
| Hex | 87 | 9 | 59 | 0 | 5D | 22 | 2F | 142 | 58 | 1C |
| Octal | 207 | 11 | 131 | 0 | 135 | 42 | 57 | 502 | 130 | 34 |
| Binary | 10000111 | 1001 | 1011001 | 0 | 1011101 | 100010 | 101111 | 101000010 | 1011000 | 11100 |
Color Harmonies of #870959
Complementary color
Monochromatic Colors of #870959
Black with #870959
Text Example
Text Example
White with #870959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870959; }
p { color: rgb(135,9,89); }
H1.HeaderClassName
{
color: #870959;
}
.AnyTagClassName
{
color: #870959;
}
</style>
background-color css
<style>
a { background-color: #870959; }
a { background-color: rgb(135,9,89); }
div.DivClassName
{
background-color: #870959;
}
.BgClassName
{
background-color: #870959;
}
</style>
border-color css
<style>
span { border-color: #870959; }
span { border-color: rgb(135,9,89); }
td.TdClassName
{
border-color: #870959;
}
.TagClassName
{
border-color: #870959;
}
</style>