Shades of Eggplant #870957
Tints of Eggplant #870957
RGB
CMYK
RGB Variations
Color information
#870957 (or 0x870957) is known color: Eggplant. HEX triplet: 87, 09 and 57. RGB value is (135,9,87). Sum of RGB (Red+Green+Blue) = 135+9+87=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #870957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870957 is #78F6A8. Grayscale: #373737. Windows color (decimal): -7927465 or 5704071. OLE color: 5704071.
HSL color Cylindrical-coordinate representation of color #870957: hue angle of 322.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870957 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 87 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.47 |
| HSL | 322.86º | 0.88% | 0.28% | - |
| HSV(B) | 322.86º | 0.93% | 0.53% | - |
| XYZ | 11.81 | 6.03 | 9.56 | - |
| YUV | 55.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 87 | 0 | 0.93 | 0.36 | 0.47 | 322.86 | 0.88 | 0.28 |
| Hex | 87 | 9 | 57 | 0 | 5D | 24 | 2F | 143 | 58 | 1C |
| Octal | 207 | 11 | 127 | 0 | 135 | 44 | 57 | 503 | 130 | 34 |
| Binary | 10000111 | 1001 | 1010111 | 0 | 1011101 | 100100 | 101111 | 101000011 | 1011000 | 11100 |
Color Harmonies of #870957
Complementary color
Monochromatic Colors of #870957
Black with #870957
Text Example
Text Example
White with #870957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870957; }
p { color: rgb(135,9,87); }
H1.HeaderClassName
{
color: #870957;
}
.AnyTagClassName
{
color: #870957;
}
</style>
background-color css
<style>
a { background-color: #870957; }
a { background-color: rgb(135,9,87); }
div.DivClassName
{
background-color: #870957;
}
.BgClassName
{
background-color: #870957;
}
</style>
border-color css
<style>
span { border-color: #870957; }
span { border-color: rgb(135,9,87); }
td.TdClassName
{
border-color: #870957;
}
.TagClassName
{
border-color: #870957;
}
</style>