Shades of Eggplant #87044C
Tints of Eggplant #87044C
RGB
CMYK
RGB Variations
Color information
#87044C (or 0x87044C) is known color: Eggplant. HEX triplet: 87, 04 and 4C. RGB value is (135,4,76). Sum of RGB (Red+Green+Blue) = 135+4+76=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87044C is #78FBB3. Grayscale: #333333. Windows color (decimal): -7928756 or 4981895. OLE color: 4981895.
HSL color Cylindrical-coordinate representation of color #87044C: hue angle of 327.02º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87044C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 76 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.47 |
| HSL | 327.02º | 0.94% | 0.27% | - |
| HSV(B) | 327.02º | 0.97% | 0.53% | - |
| XYZ | 11.34 | 5.76 | 7.35 | - |
| YUV | 51.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 76 | 0 | 0.97 | 0.44 | 0.47 | 327.02 | 0.94 | 0.27 |
| Hex | 87 | 4 | 4C | 0 | 61 | 2C | 2F | 147 | 5E | 1B |
| Octal | 207 | 4 | 114 | 0 | 141 | 54 | 57 | 507 | 136 | 33 |
| Binary | 10000111 | 100 | 1001100 | 0 | 1100001 | 101100 | 101111 | 101000111 | 1011110 | 11011 |
Color Harmonies of #87044C
Complementary color
Monochromatic Colors of #87044C
Black with #87044C
Text Example
Text Example
White with #87044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87044C; }
p { color: rgb(135,4,76); }
H1.HeaderClassName
{
color: #87044C;
}
.AnyTagClassName
{
color: #87044C;
}
</style>
background-color css
<style>
a { background-color: #87044C; }
a { background-color: rgb(135,4,76); }
div.DivClassName
{
background-color: #87044C;
}
.BgClassName
{
background-color: #87044C;
}
</style>
border-color css
<style>
span { border-color: #87044C; }
span { border-color: rgb(135,4,76); }
td.TdClassName
{
border-color: #87044C;
}
.TagClassName
{
border-color: #87044C;
}
</style>