Shades of Eggplant #870E61
Tints of Eggplant #870E61
RGB
CMYK
RGB Variations
Color information
#870E61 (or 0x870E61) is known color: Eggplant. HEX triplet: 87, 0E and 61. RGB value is (135,14,97). Sum of RGB (Red+Green+Blue) = 135+14+97=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #870E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E61 is #78F19E. Grayscale: #3B3B3B. Windows color (decimal): -7926175 or 6360711. OLE color: 6360711.
HSL color Cylindrical-coordinate representation of color #870E61: hue angle of 318.84º 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 #870E61 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 97 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.47 |
| HSL | 318.84º | 0.81% | 0.29% | - |
| HSV(B) | 318.84º | 0.9% | 0.53% | - |
| XYZ | 12.31 | 6.33 | 11.88 | - |
| YUV | 59.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 97 | 0 | 0.90 | 0.28 | 0.47 | 318.84 | 0.81 | 0.29 |
| Hex | 87 | E | 61 | 0 | 5A | 1C | 2F | 13F | 51 | 1D |
| Octal | 207 | 16 | 141 | 0 | 132 | 34 | 57 | 477 | 121 | 35 |
| Binary | 10000111 | 1110 | 1100001 | 0 | 1011010 | 11100 | 101111 | 100111111 | 1010001 | 11101 |
Color Harmonies of #870E61
Complementary color
Monochromatic Colors of #870E61
Black with #870E61
Text Example
Text Example
White with #870E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E61; }
p { color: rgb(135,14,97); }
H1.HeaderClassName
{
color: #870E61;
}
.AnyTagClassName
{
color: #870E61;
}
</style>
background-color css
<style>
a { background-color: #870E61; }
a { background-color: rgb(135,14,97); }
div.DivClassName
{
background-color: #870E61;
}
.BgClassName
{
background-color: #870E61;
}
</style>
border-color css
<style>
span { border-color: #870E61; }
span { border-color: rgb(135,14,97); }
td.TdClassName
{
border-color: #870E61;
}
.TagClassName
{
border-color: #870E61;
}
</style>