Shades of Eggplant #871256
Tints of Eggplant #871256
RGB
CMYK
RGB Variations
Color information
#871256 (or 0x871256) is known color: Eggplant. HEX triplet: 87, 12 and 56. RGB value is (135,18,86). Sum of RGB (Red+Green+Blue) = 135+18+86=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #871256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871256 is #78EDA9. Grayscale: #3C3C3C. Windows color (decimal): -7925162 or 5640839. OLE color: 5640839.
HSL color Cylindrical-coordinate representation of color #871256: hue angle of 325.13º degrees, saturation: 0.76, 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 #871256 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 86 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.47 |
| HSL | 325.13º | 0.76% | 0.3% | - |
| HSV(B) | 325.13º | 0.87% | 0.53% | - |
| XYZ | 11.89 | 6.26 | 9.38 | - |
| YUV | 60.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 86 | 0 | 0.87 | 0.36 | 0.47 | 325.13 | 0.76 | 0.3 |
| Hex | 87 | 12 | 56 | 0 | 57 | 24 | 2F | 145 | 4C | 1E |
| Octal | 207 | 22 | 126 | 0 | 127 | 44 | 57 | 505 | 114 | 36 |
| Binary | 10000111 | 10010 | 1010110 | 0 | 1010111 | 100100 | 101111 | 101000101 | 1001100 | 11110 |
Color Harmonies of #871256
Complementary color
Monochromatic Colors of #871256
Black with #871256
Text Example
Text Example
White with #871256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871256; }
p { color: rgb(135,18,86); }
H1.HeaderClassName
{
color: #871256;
}
.AnyTagClassName
{
color: #871256;
}
</style>
background-color css
<style>
a { background-color: #871256; }
a { background-color: rgb(135,18,86); }
div.DivClassName
{
background-color: #871256;
}
.BgClassName
{
background-color: #871256;
}
</style>
border-color css
<style>
span { border-color: #871256; }
span { border-color: rgb(135,18,86); }
td.TdClassName
{
border-color: #871256;
}
.TagClassName
{
border-color: #871256;
}
</style>