Shades of Eggplant #87185E
Tints of Eggplant #87185E
RGB
CMYK
RGB Variations
Color information
#87185E (or 0x87185E) is known color: Eggplant. HEX triplet: 87, 18 and 5E. RGB value is (135,24,94). Sum of RGB (Red+Green+Blue) = 135+24+94=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #87185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87185E is #78E7A1. Grayscale: #414141. Windows color (decimal): -7923618 or 6166663. OLE color: 6166663.
HSL color Cylindrical-coordinate representation of color #87185E: hue angle of 322.16º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #87185E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 94 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.47 |
| HSL | 322.16º | 0.7% | 0.31% | - |
| HSV(B) | 322.16º | 0.82% | 0.53% | - |
| XYZ | 12.34 | 6.61 | 11.22 | - |
| YUV | 65.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 94 | 0 | 0.82 | 0.30 | 0.47 | 322.16 | 0.7 | 0.31 |
| Hex | 87 | 18 | 5E | 0 | 52 | 1E | 2F | 142 | 46 | 1F |
| Octal | 207 | 30 | 136 | 0 | 122 | 36 | 57 | 502 | 106 | 37 |
| Binary | 10000111 | 11000 | 1011110 | 0 | 1010010 | 11110 | 101111 | 101000010 | 1000110 | 11111 |
Color Harmonies of #87185E
Complementary color
Monochromatic Colors of #87185E
Black with #87185E
Text Example
Text Example
White with #87185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87185E; }
p { color: rgb(135,24,94); }
H1.HeaderClassName
{
color: #87185E;
}
.AnyTagClassName
{
color: #87185E;
}
</style>
background-color css
<style>
a { background-color: #87185E; }
a { background-color: rgb(135,24,94); }
div.DivClassName
{
background-color: #87185E;
}
.BgClassName
{
background-color: #87185E;
}
</style>
border-color css
<style>
span { border-color: #87185E; }
span { border-color: rgb(135,24,94); }
td.TdClassName
{
border-color: #87185E;
}
.TagClassName
{
border-color: #87185E;
}
</style>