Shades of Eggplant #87115A
Tints of Eggplant #87115A
RGB
CMYK
RGB Variations
Color information
#87115A (or 0x87115A) is known color: Eggplant. HEX triplet: 87, 11 and 5A. RGB value is (135,17,90). Sum of RGB (Red+Green+Blue) = 135+17+90=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #87115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87115A is #78EEA5. Grayscale: #3C3C3C. Windows color (decimal): -7925414 or 5902727. OLE color: 5902727.
HSL color Cylindrical-coordinate representation of color #87115A: hue angle of 322.88º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87115A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 90 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.47 |
| HSL | 322.88º | 0.78% | 0.3% | - |
| HSV(B) | 322.88º | 0.87% | 0.53% | - |
| XYZ | 12.04 | 6.29 | 10.25 | - |
| YUV | 60.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 90 | 0 | 0.87 | 0.33 | 0.47 | 322.88 | 0.78 | 0.3 |
| Hex | 87 | 11 | 5A | 0 | 57 | 21 | 2F | 143 | 4E | 1E |
| Octal | 207 | 21 | 132 | 0 | 127 | 41 | 57 | 503 | 116 | 36 |
| Binary | 10000111 | 10001 | 1011010 | 0 | 1010111 | 100001 | 101111 | 101000011 | 1001110 | 11110 |
Color Harmonies of #87115A
Complementary color
Monochromatic Colors of #87115A
Black with #87115A
Text Example
Text Example
White with #87115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87115A; }
p { color: rgb(135,17,90); }
H1.HeaderClassName
{
color: #87115A;
}
.AnyTagClassName
{
color: #87115A;
}
</style>
background-color css
<style>
a { background-color: #87115A; }
a { background-color: rgb(135,17,90); }
div.DivClassName
{
background-color: #87115A;
}
.BgClassName
{
background-color: #87115A;
}
</style>
border-color css
<style>
span { border-color: #87115A; }
span { border-color: rgb(135,17,90); }
td.TdClassName
{
border-color: #87115A;
}
.TagClassName
{
border-color: #87115A;
}
</style>