Shades of Eggplant #87085C
Tints of Eggplant #87085C
RGB
CMYK
RGB Variations
Color information
#87085C (or 0x87085C) is known color: Eggplant. HEX triplet: 87, 08 and 5C. RGB value is (135,8,92). Sum of RGB (Red+Green+Blue) = 135+8+92=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87085C is #78F7A3. Grayscale: #373737. Windows color (decimal): -7927716 or 6031495. OLE color: 6031495.
HSL color Cylindrical-coordinate representation of color #87085C: hue angle of 320.31º 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 #87085C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 92 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.47 |
| HSL | 320.32º | 0.89% | 0.28% | - |
| HSV(B) | 320.32º | 0.94% | 0.53% | - |
| XYZ | 12.01 | 6.1 | 10.67 | - |
| YUV | 55.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 92 | 0 | 0.94 | 0.32 | 0.47 | 320.32 | 0.89 | 0.28 |
| Hex | 87 | 8 | 5C | 0 | 5E | 20 | 2F | 140 | 59 | 1C |
| Octal | 207 | 10 | 134 | 0 | 136 | 40 | 57 | 500 | 131 | 34 |
| Binary | 10000111 | 1000 | 1011100 | 0 | 1011110 | 100000 | 101111 | 101000000 | 1011001 | 11100 |
Color Harmonies of #87085C
Complementary color
Monochromatic Colors of #87085C
Black with #87085C
Text Example
Text Example
White with #87085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87085C; }
p { color: rgb(135,8,92); }
H1.HeaderClassName
{
color: #87085C;
}
.AnyTagClassName
{
color: #87085C;
}
</style>
background-color css
<style>
a { background-color: #87085C; }
a { background-color: rgb(135,8,92); }
div.DivClassName
{
background-color: #87085C;
}
.BgClassName
{
background-color: #87085C;
}
</style>
border-color css
<style>
span { border-color: #87085C; }
span { border-color: rgb(135,8,92); }
td.TdClassName
{
border-color: #87085C;
}
.TagClassName
{
border-color: #87085C;
}
</style>