Shades of Eggplant #870E5C
Tints of Eggplant #870E5C
RGB
CMYK
RGB Variations
Color information
#870E5C (or 0x870E5C) is known color: Eggplant. HEX triplet: 87, 0E and 5C. RGB value is (135,14,92). Sum of RGB (Red+Green+Blue) = 135+14+92=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E5C is #78F1A3. Grayscale: #3A3A3A. Windows color (decimal): -7926180 or 6033031. OLE color: 6033031.
HSL color Cylindrical-coordinate representation of color #870E5C: hue angle of 321.32º 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 #870E5C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 92 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.47 |
| HSL | 321.32º | 0.81% | 0.29% | - |
| HSV(B) | 321.32º | 0.9% | 0.53% | - |
| XYZ | 12.08 | 6.24 | 10.69 | - |
| YUV | 59.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 92 | 0 | 0.90 | 0.32 | 0.47 | 321.32 | 0.81 | 0.29 |
| Hex | 87 | E | 5C | 0 | 5A | 20 | 2F | 141 | 51 | 1D |
| Octal | 207 | 16 | 134 | 0 | 132 | 40 | 57 | 501 | 121 | 35 |
| Binary | 10000111 | 1110 | 1011100 | 0 | 1011010 | 100000 | 101111 | 101000001 | 1010001 | 11101 |
Color Harmonies of #870E5C
Complementary color
Monochromatic Colors of #870E5C
Black with #870E5C
Text Example
Text Example
White with #870E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E5C; }
p { color: rgb(135,14,92); }
H1.HeaderClassName
{
color: #870E5C;
}
.AnyTagClassName
{
color: #870E5C;
}
</style>
background-color css
<style>
a { background-color: #870E5C; }
a { background-color: rgb(135,14,92); }
div.DivClassName
{
background-color: #870E5C;
}
.BgClassName
{
background-color: #870E5C;
}
</style>
border-color css
<style>
span { border-color: #870E5C; }
span { border-color: rgb(135,14,92); }
td.TdClassName
{
border-color: #870E5C;
}
.TagClassName
{
border-color: #870E5C;
}
</style>