Shades of Eggplant #870860
Tints of Eggplant #870860
RGB
CMYK
RGB Variations
Color information
#870860 (or 0x870860) is known color: Eggplant. HEX triplet: 87, 08 and 60. RGB value is (135,8,96). Sum of RGB (Red+Green+Blue) = 135+8+96=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870860 is #78F79F. Grayscale: #373737. Windows color (decimal): -7927712 or 6293639. OLE color: 6293639.
HSL color Cylindrical-coordinate representation of color #870860: hue angle of 318.43º 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 #870860 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.47 |
| HSL | 318.43º | 0.89% | 0.28% | - |
| HSV(B) | 318.43º | 0.94% | 0.53% | - |
| XYZ | 12.19 | 6.17 | 11.61 | - |
| YUV | 56.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 96 | 0 | 0.94 | 0.29 | 0.47 | 318.43 | 0.89 | 0.28 |
| Hex | 87 | 8 | 60 | 0 | 5E | 1D | 2F | 13E | 59 | 1C |
| Octal | 207 | 10 | 140 | 0 | 136 | 35 | 57 | 476 | 131 | 34 |
| Binary | 10000111 | 1000 | 1100000 | 0 | 1011110 | 11101 | 101111 | 100111110 | 1011001 | 11100 |
Color Harmonies of #870860
Complementary color
Monochromatic Colors of #870860
Black with #870860
Text Example
Text Example
White with #870860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870860; }
p { color: rgb(135,8,96); }
H1.HeaderClassName
{
color: #870860;
}
.AnyTagClassName
{
color: #870860;
}
</style>
background-color css
<style>
a { background-color: #870860; }
a { background-color: rgb(135,8,96); }
div.DivClassName
{
background-color: #870860;
}
.BgClassName
{
background-color: #870860;
}
</style>
border-color css
<style>
span { border-color: #870860; }
span { border-color: rgb(135,8,96); }
td.TdClassName
{
border-color: #870860;
}
.TagClassName
{
border-color: #870860;
}
</style>