Shades of Eggplant #870160
Tints of Eggplant #870160
RGB
CMYK
RGB Variations
Color information
#870160 (or 0x870160) is known color: Eggplant. HEX triplet: 87, 01 and 60. RGB value is (135,1,96). Sum of RGB (Red+Green+Blue) = 135+1+96=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870160 is #78FE9F. Grayscale: #333333. Windows color (decimal): -7929504 or 6291847. OLE color: 6291847.
HSL color Cylindrical-coordinate representation of color #870160: hue angle of 317.46º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870160 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.47 |
| HSL | 317.46º | 0.99% | 0.27% | - |
| HSV(B) | 317.46º | 0.99% | 0.53% | - |
| XYZ | 12.11 | 6.02 | 11.59 | - |
| YUV | 51.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 96 | 0 | 0.99 | 0.29 | 0.47 | 317.46 | 0.99 | 0.27 |
| Hex | 87 | 1 | 60 | 0 | 63 | 1D | 2F | 13D | 63 | 1B |
| Octal | 207 | 1 | 140 | 0 | 143 | 35 | 57 | 475 | 143 | 33 |
| Binary | 10000111 | 1 | 1100000 | 0 | 1100011 | 11101 | 101111 | 100111101 | 1100011 | 11011 |
Color Harmonies of #870160
Complementary color
Monochromatic Colors of #870160
Black with #870160
Text Example
Text Example
White with #870160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870160; }
p { color: rgb(135,1,96); }
H1.HeaderClassName
{
color: #870160;
}
.AnyTagClassName
{
color: #870160;
}
</style>
background-color css
<style>
a { background-color: #870160; }
a { background-color: rgb(135,1,96); }
div.DivClassName
{
background-color: #870160;
}
.BgClassName
{
background-color: #870160;
}
</style>
border-color css
<style>
span { border-color: #870160; }
span { border-color: rgb(135,1,96); }
td.TdClassName
{
border-color: #870160;
}
.TagClassName
{
border-color: #870160;
}
</style>