Shades of Eggplant #87084D
Tints of Eggplant #87084D
RGB
CMYK
RGB Variations
Color information
#87084D (or 0x87084D) is known color: Eggplant. HEX triplet: 87, 08 and 4D. RGB value is (135,8,77). Sum of RGB (Red+Green+Blue) = 135+8+77=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87084D is #78F7B2. Grayscale: #353535. Windows color (decimal): -7927731 or 5048455. OLE color: 5048455.
HSL color Cylindrical-coordinate representation of color #87084D: hue angle of 327.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87084D is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 77 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.47 |
| HSL | 327.4º | 0.89% | 0.28% | - |
| HSV(B) | 327.4º | 0.94% | 0.53% | - |
| XYZ | 11.42 | 5.86 | 7.55 | - |
| YUV | 53.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 77 | 0 | 0.94 | 0.43 | 0.47 | 327.4 | 0.89 | 0.28 |
| Hex | 87 | 8 | 4D | 0 | 5E | 2B | 2F | 147 | 59 | 1C |
| Octal | 207 | 10 | 115 | 0 | 136 | 53 | 57 | 507 | 131 | 34 |
| Binary | 10000111 | 1000 | 1001101 | 0 | 1011110 | 101011 | 101111 | 101000111 | 1011001 | 11100 |
Color Harmonies of #87084D
Complementary color
Monochromatic Colors of #87084D
Black with #87084D
Text Example
Text Example
White with #87084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87084D; }
p { color: rgb(135,8,77); }
H1.HeaderClassName
{
color: #87084D;
}
.AnyTagClassName
{
color: #87084D;
}
</style>
background-color css
<style>
a { background-color: #87084D; }
a { background-color: rgb(135,8,77); }
div.DivClassName
{
background-color: #87084D;
}
.BgClassName
{
background-color: #87084D;
}
</style>
border-color css
<style>
span { border-color: #87084D; }
span { border-color: rgb(135,8,77); }
td.TdClassName
{
border-color: #87084D;
}
.TagClassName
{
border-color: #87084D;
}
</style>