Shades of Eggplant #871057
Tints of Eggplant #871057
RGB
CMYK
RGB Variations
Color information
#871057 (or 0x871057) is known color: Eggplant. HEX triplet: 87, 10 and 57. RGB value is (135,16,87). Sum of RGB (Red+Green+Blue) = 135+16+87=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #871057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871057 is #78EFA8. Grayscale: #3B3B3B. Windows color (decimal): -7925673 or 5705863. OLE color: 5705863.
HSL color Cylindrical-coordinate representation of color #871057: hue angle of 324.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871057 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 87 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.47 |
| HSL | 324.2º | 0.79% | 0.3% | - |
| HSV(B) | 324.2º | 0.88% | 0.53% | - |
| XYZ | 11.9 | 6.21 | 9.59 | - |
| YUV | 59.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 87 | 0 | 0.88 | 0.36 | 0.47 | 324.2 | 0.79 | 0.3 |
| Hex | 87 | 10 | 57 | 0 | 58 | 24 | 2F | 144 | 4F | 1E |
| Octal | 207 | 20 | 127 | 0 | 130 | 44 | 57 | 504 | 117 | 36 |
| Binary | 10000111 | 10000 | 1010111 | 0 | 1011000 | 100100 | 101111 | 101000100 | 1001111 | 11110 |
Color Harmonies of #871057
Complementary color
Monochromatic Colors of #871057
Black with #871057
Text Example
Text Example
White with #871057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871057; }
p { color: rgb(135,16,87); }
H1.HeaderClassName
{
color: #871057;
}
.AnyTagClassName
{
color: #871057;
}
</style>
background-color css
<style>
a { background-color: #871057; }
a { background-color: rgb(135,16,87); }
div.DivClassName
{
background-color: #871057;
}
.BgClassName
{
background-color: #871057;
}
</style>
border-color css
<style>
span { border-color: #871057; }
span { border-color: rgb(135,16,87); }
td.TdClassName
{
border-color: #871057;
}
.TagClassName
{
border-color: #871057;
}
</style>