Shades of Eggplant #87086A
Tints of Eggplant #87086A
RGB
CMYK
RGB Variations
Color information
#87086A (or 0x87086A) is known color: Eggplant. HEX triplet: 87, 08 and 6A. RGB value is (135,8,106). Sum of RGB (Red+Green+Blue) = 135+8+106=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87086A is #78F795. Grayscale: #383838. Windows color (decimal): -7927702 or 6948999. OLE color: 6948999.
HSL color Cylindrical-coordinate representation of color #87086A: hue angle of 313.7º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87086A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 106 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.47 |
| HSL | 313.7º | 0.89% | 0.28% | - |
| HSV(B) | 313.7º | 0.94% | 0.53% | - |
| XYZ | 12.68 | 6.37 | 14.2 | - |
| YUV | 57.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 106 | 0 | 0.94 | 0.21 | 0.47 | 313.7 | 0.89 | 0.28 |
| Hex | 87 | 8 | 6A | 0 | 5E | 15 | 2F | 13A | 59 | 1C |
| Octal | 207 | 10 | 152 | 0 | 136 | 25 | 57 | 472 | 131 | 34 |
| Binary | 10000111 | 1000 | 1101010 | 0 | 1011110 | 10101 | 101111 | 100111010 | 1011001 | 11100 |
Color Harmonies of #87086A
Complementary color
Monochromatic Colors of #87086A
Black with #87086A
Text Example
Text Example
White with #87086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87086A; }
p { color: rgb(135,8,106); }
H1.HeaderClassName
{
color: #87086A;
}
.AnyTagClassName
{
color: #87086A;
}
</style>
background-color css
<style>
a { background-color: #87086A; }
a { background-color: rgb(135,8,106); }
div.DivClassName
{
background-color: #87086A;
}
.BgClassName
{
background-color: #87086A;
}
</style>
border-color css
<style>
span { border-color: #87086A; }
span { border-color: rgb(135,8,106); }
td.TdClassName
{
border-color: #87086A;
}
.TagClassName
{
border-color: #87086A;
}
</style>