Shades of Eggplant #870F56
Tints of Eggplant #870F56
RGB
CMYK
RGB Variations
Color information
#870F56 (or 0x870F56) is known color: Eggplant. HEX triplet: 87, 0F and 56. RGB value is (135,15,86). Sum of RGB (Red+Green+Blue) = 135+15+86=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F56 is #78F0A9. Grayscale: #3A3A3A. Windows color (decimal): -7925930 or 5640071. OLE color: 5640071.
HSL color Cylindrical-coordinate representation of color #870F56: hue angle of 324.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F56 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 86 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.47 |
| HSL | 324.5º | 0.8% | 0.29% | - |
| HSV(B) | 324.5º | 0.89% | 0.53% | - |
| XYZ | 11.84 | 6.16 | 9.37 | - |
| YUV | 58.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 86 | 0 | 0.89 | 0.36 | 0.47 | 324.5 | 0.8 | 0.29 |
| Hex | 87 | F | 56 | 0 | 59 | 24 | 2F | 144 | 50 | 1D |
| Octal | 207 | 17 | 126 | 0 | 131 | 44 | 57 | 504 | 120 | 35 |
| Binary | 10000111 | 1111 | 1010110 | 0 | 1011001 | 100100 | 101111 | 101000100 | 1010000 | 11101 |
Color Harmonies of #870F56
Complementary color
Monochromatic Colors of #870F56
Black with #870F56
Text Example
Text Example
White with #870F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F56; }
p { color: rgb(135,15,86); }
H1.HeaderClassName
{
color: #870F56;
}
.AnyTagClassName
{
color: #870F56;
}
</style>
background-color css
<style>
a { background-color: #870F56; }
a { background-color: rgb(135,15,86); }
div.DivClassName
{
background-color: #870F56;
}
.BgClassName
{
background-color: #870F56;
}
</style>
border-color css
<style>
span { border-color: #870F56; }
span { border-color: rgb(135,15,86); }
td.TdClassName
{
border-color: #870F56;
}
.TagClassName
{
border-color: #870F56;
}
</style>