Shades of Eggplant #870856
Tints of Eggplant #870856
RGB
CMYK
RGB Variations
Color information
#870856 (or 0x870856) is known color: Eggplant. HEX triplet: 87, 08 and 56. RGB value is (135,8,86). Sum of RGB (Red+Green+Blue) = 135+8+86=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #870856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870856 is #78F7A9. Grayscale: #363636. Windows color (decimal): -7927722 or 5638279. OLE color: 5638279.
HSL color Cylindrical-coordinate representation of color #870856: hue angle of 323.15º 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 #870856 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 86 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.47 |
| HSL | 323.15º | 0.89% | 0.28% | - |
| HSV(B) | 323.15º | 0.94% | 0.53% | - |
| XYZ | 11.76 | 6 | 9.34 | - |
| YUV | 54.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 86 | 0 | 0.94 | 0.36 | 0.47 | 323.15 | 0.89 | 0.28 |
| Hex | 87 | 8 | 56 | 0 | 5E | 24 | 2F | 143 | 59 | 1C |
| Octal | 207 | 10 | 126 | 0 | 136 | 44 | 57 | 503 | 131 | 34 |
| Binary | 10000111 | 1000 | 1010110 | 0 | 1011110 | 100100 | 101111 | 101000011 | 1011001 | 11100 |
Color Harmonies of #870856
Complementary color
Monochromatic Colors of #870856
Black with #870856
Text Example
Text Example
White with #870856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870856; }
p { color: rgb(135,8,86); }
H1.HeaderClassName
{
color: #870856;
}
.AnyTagClassName
{
color: #870856;
}
</style>
background-color css
<style>
a { background-color: #870856; }
a { background-color: rgb(135,8,86); }
div.DivClassName
{
background-color: #870856;
}
.BgClassName
{
background-color: #870856;
}
</style>
border-color css
<style>
span { border-color: #870856; }
span { border-color: rgb(135,8,86); }
td.TdClassName
{
border-color: #870856;
}
.TagClassName
{
border-color: #870856;
}
</style>