Shades of Eggplant #870E55
Tints of Eggplant #870E55
RGB
CMYK
RGB Variations
Color information
#870E55 (or 0x870E55) is known color: Eggplant. HEX triplet: 87, 0E and 55. RGB value is (135,14,85). Sum of RGB (Red+Green+Blue) = 135+14+85=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #870E55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E55 is #78F1AA. Grayscale: #3A3A3A. Windows color (decimal): -7926187 or 5574279. OLE color: 5574279.
HSL color Cylindrical-coordinate representation of color #870E55: hue angle of 324.79º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E55 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 85 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.47 |
| HSL | 324.79º | 0.81% | 0.29% | - |
| HSV(B) | 324.79º | 0.9% | 0.53% | - |
| XYZ | 11.79 | 6.12 | 9.15 | - |
| YUV | 58.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 85 | 0 | 0.90 | 0.37 | 0.47 | 324.79 | 0.81 | 0.29 |
| Hex | 87 | E | 55 | 0 | 5A | 25 | 2F | 145 | 51 | 1D |
| Octal | 207 | 16 | 125 | 0 | 132 | 45 | 57 | 505 | 121 | 35 |
| Binary | 10000111 | 1110 | 1010101 | 0 | 1011010 | 100101 | 101111 | 101000101 | 1010001 | 11101 |
Color Harmonies of #870E55
Complementary color
Monochromatic Colors of #870E55
Black with #870E55
Text Example
Text Example
White with #870E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E55; }
p { color: rgb(135,14,85); }
H1.HeaderClassName
{
color: #870E55;
}
.AnyTagClassName
{
color: #870E55;
}
</style>
background-color css
<style>
a { background-color: #870E55; }
a { background-color: rgb(135,14,85); }
div.DivClassName
{
background-color: #870E55;
}
.BgClassName
{
background-color: #870E55;
}
</style>
border-color css
<style>
span { border-color: #870E55; }
span { border-color: rgb(135,14,85); }
td.TdClassName
{
border-color: #870E55;
}
.TagClassName
{
border-color: #870E55;
}
</style>