Shades of Eggplant #87005C
Tints of Eggplant #87005C
RGB
CMYK
RGB Variations
Color information
#87005C (or 0x87005C) is known color: Eggplant. HEX triplet: 87, 00 and 5C. RGB value is (135,0,92). Sum of RGB (Red+Green+Blue) = 135+0+92=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87005C is #78FFA3. Grayscale: #323232. Windows color (decimal): -7929764 or 6029447. OLE color: 6029447.
HSL color Cylindrical-coordinate representation of color #87005C: hue angle of 319.11º 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 #87005C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.32 | 0.47 |
| HSL | 319.11º | 1% | 0.26% | - |
| HSV(B) | 319.11º | 1% | 0.53% | - |
| XYZ | 11.92 | 5.92 | 10.64 | - |
| YUV | 50.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 92 | 0 | 1 | 0.32 | 0.47 | 319.11 | 1 | 0.26 |
| Hex | 87 | 0 | 5C | 0 | 64 | 20 | 2F | 13F | 64 | 1A |
| Octal | 207 | 0 | 134 | 0 | 144 | 40 | 57 | 477 | 144 | 32 |
| Binary | 10000111 | 0 | 1011100 | 0 | 1100100 | 100000 | 101111 | 100111111 | 1100100 | 11010 |
Color Harmonies of #87005C
Complementary color
Monochromatic Colors of #87005C
Black with #87005C
Text Example
Text Example
White with #87005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87005C; }
p { color: rgb(135,0,92); }
H1.HeaderClassName
{
color: #87005C;
}
.AnyTagClassName
{
color: #87005C;
}
</style>
background-color css
<style>
a { background-color: #87005C; }
a { background-color: rgb(135,0,92); }
div.DivClassName
{
background-color: #87005C;
}
.BgClassName
{
background-color: #87005C;
}
</style>
border-color css
<style>
span { border-color: #87005C; }
span { border-color: rgb(135,0,92); }
td.TdClassName
{
border-color: #87005C;
}
.TagClassName
{
border-color: #87005C;
}
</style>