Shades of Eggplant #87046F
Tints of Eggplant #87046F
RGB
CMYK
RGB Variations
Color information
#87046F (or 0x87046F) is known color: Eggplant. HEX triplet: 87, 04 and 6F. RGB value is (135,4,111). Sum of RGB (Red+Green+Blue) = 135+4+111=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87046F is #78FB90. Grayscale: #373737. Windows color (decimal): -7928721 or 7275655. OLE color: 7275655.
HSL color Cylindrical-coordinate representation of color #87046F: hue angle of 310.99º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87046F is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 111 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.47 |
| HSL | 310.99º | 0.94% | 0.27% | - |
| HSV(B) | 310.99º | 0.97% | 0.53% | - |
| XYZ | 12.9 | 6.39 | 15.59 | - |
| YUV | 55.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 111 | 0 | 0.97 | 0.18 | 0.47 | 310.99 | 0.94 | 0.27 |
| Hex | 87 | 4 | 6F | 0 | 61 | 12 | 2F | 137 | 5E | 1B |
| Octal | 207 | 4 | 157 | 0 | 141 | 22 | 57 | 467 | 136 | 33 |
| Binary | 10000111 | 100 | 1101111 | 0 | 1100001 | 10010 | 101111 | 100110111 | 1011110 | 11011 |
Color Harmonies of #87046F
Complementary color
Monochromatic Colors of #87046F
Black with #87046F
Text Example
Text Example
White with #87046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87046F; }
p { color: rgb(135,4,111); }
H1.HeaderClassName
{
color: #87046F;
}
.AnyTagClassName
{
color: #87046F;
}
</style>
background-color css
<style>
a { background-color: #87046F; }
a { background-color: rgb(135,4,111); }
div.DivClassName
{
background-color: #87046F;
}
.BgClassName
{
background-color: #87046F;
}
</style>
border-color css
<style>
span { border-color: #87046F; }
span { border-color: rgb(135,4,111); }
td.TdClassName
{
border-color: #87046F;
}
.TagClassName
{
border-color: #87046F;
}
</style>