Shades of Eggplant #870A51
Tints of Eggplant #870A51
RGB
CMYK
RGB Variations
Color information
#870A51 (or 0x870A51) is known color: Eggplant. HEX triplet: 87, 0A and 51. RGB value is (135,10,81). Sum of RGB (Red+Green+Blue) = 135+10+81=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A51 is #78F5AE. Grayscale: #373737. Windows color (decimal): -7927215 or 5311111. OLE color: 5311111.
HSL color Cylindrical-coordinate representation of color #870A51: hue angle of 325.92º degrees, saturation: 0.86, 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 #870A51 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 81 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.47 |
| HSL | 325.92º | 0.86% | 0.28% | - |
| HSV(B) | 325.92º | 0.93% | 0.53% | - |
| XYZ | 11.59 | 5.96 | 8.32 | - |
| YUV | 55.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 81 | 0 | 0.93 | 0.40 | 0.47 | 325.92 | 0.86 | 0.28 |
| Hex | 87 | A | 51 | 0 | 5D | 28 | 2F | 146 | 56 | 1C |
| Octal | 207 | 12 | 121 | 0 | 135 | 50 | 57 | 506 | 126 | 34 |
| Binary | 10000111 | 1010 | 1010001 | 0 | 1011101 | 101000 | 101111 | 101000110 | 1010110 | 11100 |
Color Harmonies of #870A51
Complementary color
Monochromatic Colors of #870A51
Black with #870A51
Text Example
Text Example
White with #870A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A51; }
p { color: rgb(135,10,81); }
H1.HeaderClassName
{
color: #870A51;
}
.AnyTagClassName
{
color: #870A51;
}
</style>
background-color css
<style>
a { background-color: #870A51; }
a { background-color: rgb(135,10,81); }
div.DivClassName
{
background-color: #870A51;
}
.BgClassName
{
background-color: #870A51;
}
</style>
border-color css
<style>
span { border-color: #870A51; }
span { border-color: rgb(135,10,81); }
td.TdClassName
{
border-color: #870A51;
}
.TagClassName
{
border-color: #870A51;
}
</style>