Shades of Eggplant #87004E
Tints of Eggplant #87004E
RGB
CMYK
RGB Variations
Color information
#87004E (or 0x87004E) is known color: Eggplant. HEX triplet: 87, 00 and 4E. RGB value is (135,0,78). Sum of RGB (Red+Green+Blue) = 135+0+78=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #87004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87004E is #78FFB1. Grayscale: #313131. Windows color (decimal): -7929778 or 5111943. OLE color: 5111943.
HSL color Cylindrical-coordinate representation of color #87004E: hue angle of 325.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87004E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.42 | 0.47 |
| HSL | 325.33º | 1% | 0.26% | - |
| HSV(B) | 325.33º | 1% | 0.53% | - |
| XYZ | 11.37 | 5.7 | 7.71 | - |
| YUV | 49.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 78 | 0 | 1 | 0.42 | 0.47 | 325.33 | 1 | 0.26 |
| Hex | 87 | 0 | 4E | 0 | 64 | 2A | 2F | 145 | 64 | 1A |
| Octal | 207 | 0 | 116 | 0 | 144 | 52 | 57 | 505 | 144 | 32 |
| Binary | 10000111 | 0 | 1001110 | 0 | 1100100 | 101010 | 101111 | 101000101 | 1100100 | 11010 |
Color Harmonies of #87004E
Complementary color
Monochromatic Colors of #87004E
Black with #87004E
Text Example
Text Example
White with #87004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87004E; }
p { color: rgb(135,0,78); }
H1.HeaderClassName
{
color: #87004E;
}
.AnyTagClassName
{
color: #87004E;
}
</style>
background-color css
<style>
a { background-color: #87004E; }
a { background-color: rgb(135,0,78); }
div.DivClassName
{
background-color: #87004E;
}
.BgClassName
{
background-color: #87004E;
}
</style>
border-color css
<style>
span { border-color: #87004E; }
span { border-color: rgb(135,0,78); }
td.TdClassName
{
border-color: #87004E;
}
.TagClassName
{
border-color: #87004E;
}
</style>