Shades of Eggplant #87115D
Tints of Eggplant #87115D
RGB
CMYK
RGB Variations
Color information
#87115D (or 0x87115D) is known color: Eggplant. HEX triplet: 87, 11 and 5D. RGB value is (135,17,93). Sum of RGB (Red+Green+Blue) = 135+17+93=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87115D is #78EEA2. Grayscale: #3C3C3C. Windows color (decimal): -7925411 or 6099335. OLE color: 6099335.
HSL color Cylindrical-coordinate representation of color #87115D: hue angle of 321.36º 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 #87115D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 93 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.47 |
| HSL | 321.36º | 0.78% | 0.3% | - |
| HSV(B) | 321.36º | 0.87% | 0.53% | - |
| XYZ | 12.17 | 6.34 | 10.94 | - |
| YUV | 60.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 93 | 0 | 0.87 | 0.31 | 0.47 | 321.36 | 0.78 | 0.3 |
| Hex | 87 | 11 | 5D | 0 | 57 | 1F | 2F | 141 | 4E | 1E |
| Octal | 207 | 21 | 135 | 0 | 127 | 37 | 57 | 501 | 116 | 36 |
| Binary | 10000111 | 10001 | 1011101 | 0 | 1010111 | 11111 | 101111 | 101000001 | 1001110 | 11110 |
Color Harmonies of #87115D
Complementary color
Monochromatic Colors of #87115D
Black with #87115D
Text Example
Text Example
White with #87115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87115D; }
p { color: rgb(135,17,93); }
H1.HeaderClassName
{
color: #87115D;
}
.AnyTagClassName
{
color: #87115D;
}
</style>
background-color css
<style>
a { background-color: #87115D; }
a { background-color: rgb(135,17,93); }
div.DivClassName
{
background-color: #87115D;
}
.BgClassName
{
background-color: #87115D;
}
</style>
border-color css
<style>
span { border-color: #87115D; }
span { border-color: rgb(135,17,93); }
td.TdClassName
{
border-color: #87115D;
}
.TagClassName
{
border-color: #87115D;
}
</style>