Shades of Eggplant #870E64
Tints of Eggplant #870E64
RGB
CMYK
RGB Variations
Color information
#870E64 (or 0x870E64) is known color: Eggplant. HEX triplet: 87, 0E and 64. RGB value is (135,14,100). Sum of RGB (Red+Green+Blue) = 135+14+100=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E64 is #78F19B. Grayscale: #3B3B3B. Windows color (decimal): -7926172 or 6557319. OLE color: 6557319.
HSL color Cylindrical-coordinate representation of color #870E64: hue angle of 317.36º 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 #870E64 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 100 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.47 |
| HSL | 317.36º | 0.81% | 0.29% | - |
| HSV(B) | 317.36º | 0.9% | 0.53% | - |
| XYZ | 12.45 | 6.39 | 12.63 | - |
| YUV | 59.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 100 | 0 | 0.90 | 0.26 | 0.47 | 317.36 | 0.81 | 0.29 |
| Hex | 87 | E | 64 | 0 | 5A | 1A | 2F | 13D | 51 | 1D |
| Octal | 207 | 16 | 144 | 0 | 132 | 32 | 57 | 475 | 121 | 35 |
| Binary | 10000111 | 1110 | 1100100 | 0 | 1011010 | 11010 | 101111 | 100111101 | 1010001 | 11101 |
Color Harmonies of #870E64
Complementary color
Monochromatic Colors of #870E64
Black with #870E64
Text Example
Text Example
White with #870E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E64; }
p { color: rgb(135,14,100); }
H1.HeaderClassName
{
color: #870E64;
}
.AnyTagClassName
{
color: #870E64;
}
</style>
background-color css
<style>
a { background-color: #870E64; }
a { background-color: rgb(135,14,100); }
div.DivClassName
{
background-color: #870E64;
}
.BgClassName
{
background-color: #870E64;
}
</style>
border-color css
<style>
span { border-color: #870E64; }
span { border-color: rgb(135,14,100); }
td.TdClassName
{
border-color: #870E64;
}
.TagClassName
{
border-color: #870E64;
}
</style>