Shades of Eggplant #87006A
Tints of Eggplant #87006A
RGB
CMYK
RGB Variations
Color information
#87006A (or 0x87006A) is known color: Eggplant. HEX triplet: 87, 00 and 6A. RGB value is (135,0,106). Sum of RGB (Red+Green+Blue) = 135+0+106=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #87006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006A is #78FF95. Grayscale: #343434. Windows color (decimal): -7929750 or 6946951. OLE color: 6946951.
HSL color Cylindrical-coordinate representation of color #87006A: hue angle of 312.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87006A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.21 | 0.47 |
| HSL | 312.89º | 1% | 0.26% | - |
| HSV(B) | 312.89º | 1% | 0.53% | - |
| XYZ | 12.59 | 6.19 | 14.17 | - |
| YUV | 52.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 106 | 0 | 1 | 0.21 | 0.47 | 312.89 | 1 | 0.26 |
| Hex | 87 | 0 | 6A | 0 | 64 | 15 | 2F | 139 | 64 | 1A |
| Octal | 207 | 0 | 152 | 0 | 144 | 25 | 57 | 471 | 144 | 32 |
| Binary | 10000111 | 0 | 1101010 | 0 | 1100100 | 10101 | 101111 | 100111001 | 1100100 | 11010 |
Color Harmonies of #87006A
Complementary color
Monochromatic Colors of #87006A
Black with #87006A
Text Example
Text Example
White with #87006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87006A; }
p { color: rgb(135,0,106); }
H1.HeaderClassName
{
color: #87006A;
}
.AnyTagClassName
{
color: #87006A;
}
</style>
background-color css
<style>
a { background-color: #87006A; }
a { background-color: rgb(135,0,106); }
div.DivClassName
{
background-color: #87006A;
}
.BgClassName
{
background-color: #87006A;
}
</style>
border-color css
<style>
span { border-color: #87006A; }
span { border-color: rgb(135,0,106); }
td.TdClassName
{
border-color: #87006A;
}
.TagClassName
{
border-color: #87006A;
}
</style>