Shades of Eggplant #870E65
Tints of Eggplant #870E65
RGB
CMYK
RGB Variations
Color information
#870E65 (or 0x870E65) is known color: Eggplant. HEX triplet: 87, 0E and 65. RGB value is (135,14,101). Sum of RGB (Red+Green+Blue) = 135+14+101=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #870E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E65 is #78F19A. Grayscale: #3B3B3B. Windows color (decimal): -7926171 or 6622855. OLE color: 6622855.
HSL color Cylindrical-coordinate representation of color #870E65: hue angle of 316.86º 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 #870E65 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 101 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.47 |
| HSL | 316.86º | 0.81% | 0.29% | - |
| HSV(B) | 316.86º | 0.9% | 0.53% | - |
| XYZ | 12.5 | 6.4 | 12.89 | - |
| YUV | 60.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 101 | 0 | 0.90 | 0.25 | 0.47 | 316.86 | 0.81 | 0.29 |
| Hex | 87 | E | 65 | 0 | 5A | 19 | 2F | 13D | 51 | 1D |
| Octal | 207 | 16 | 145 | 0 | 132 | 31 | 57 | 475 | 121 | 35 |
| Binary | 10000111 | 1110 | 1100101 | 0 | 1011010 | 11001 | 101111 | 100111101 | 1010001 | 11101 |
Color Harmonies of #870E65
Complementary color
Monochromatic Colors of #870E65
Black with #870E65
Text Example
Text Example
White with #870E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E65; }
p { color: rgb(135,14,101); }
H1.HeaderClassName
{
color: #870E65;
}
.AnyTagClassName
{
color: #870E65;
}
</style>
background-color css
<style>
a { background-color: #870E65; }
a { background-color: rgb(135,14,101); }
div.DivClassName
{
background-color: #870E65;
}
.BgClassName
{
background-color: #870E65;
}
</style>
border-color css
<style>
span { border-color: #870E65; }
span { border-color: rgb(135,14,101); }
td.TdClassName
{
border-color: #870E65;
}
.TagClassName
{
border-color: #870E65;
}
</style>