Shades of Eggplant #870D5E
Tints of Eggplant #870D5E
RGB
CMYK
RGB Variations
Color information
#870D5E (or 0x870D5E) is known color: Eggplant. HEX triplet: 87, 0D and 5E. RGB value is (135,13,94). Sum of RGB (Red+Green+Blue) = 135+13+94=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D5E is #78F2A1. Grayscale: #3A3A3A. Windows color (decimal): -7926434 or 6163847. OLE color: 6163847.
HSL color Cylindrical-coordinate representation of color #870D5E: hue angle of 320.16º degrees, saturation: 0.82, 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 #870D5E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 94 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.47 |
| HSL | 320.16º | 0.82% | 0.29% | - |
| HSV(B) | 320.16º | 0.9% | 0.53% | - |
| XYZ | 12.16 | 6.25 | 11.15 | - |
| YUV | 58.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 94 | 0 | 0.90 | 0.30 | 0.47 | 320.16 | 0.82 | 0.29 |
| Hex | 87 | D | 5E | 0 | 5A | 1E | 2F | 140 | 52 | 1D |
| Octal | 207 | 15 | 136 | 0 | 132 | 36 | 57 | 500 | 122 | 35 |
| Binary | 10000111 | 1101 | 1011110 | 0 | 1011010 | 11110 | 101111 | 101000000 | 1010010 | 11101 |
Color Harmonies of #870D5E
Complementary color
Monochromatic Colors of #870D5E
Black with #870D5E
Text Example
Text Example
White with #870D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D5E; }
p { color: rgb(135,13,94); }
H1.HeaderClassName
{
color: #870D5E;
}
.AnyTagClassName
{
color: #870D5E;
}
</style>
background-color css
<style>
a { background-color: #870D5E; }
a { background-color: rgb(135,13,94); }
div.DivClassName
{
background-color: #870D5E;
}
.BgClassName
{
background-color: #870D5E;
}
</style>
border-color css
<style>
span { border-color: #870D5E; }
span { border-color: rgb(135,13,94); }
td.TdClassName
{
border-color: #870D5E;
}
.TagClassName
{
border-color: #870D5E;
}
</style>