Shades of Eggplant #86055E
Tints of Eggplant #86055E
RGB
CMYK
RGB Variations
Color information
#86055E (or 0x86055E) is known color: Eggplant. HEX triplet: 86, 05 and 5E. RGB value is (134,5,94). Sum of RGB (Red+Green+Blue) = 134+5+94=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86055E is #79FAA1. Grayscale: #353535. Windows color (decimal): -7994018 or 6161798. OLE color: 6161798.
HSL color Cylindrical-coordinate representation of color #86055E: hue angle of 318.6º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86055E is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.47 |
| HSL | 318.6º | 0.93% | 0.27% | - |
| HSV(B) | 318.6º | 0.96% | 0.53% | - |
| XYZ | 11.91 | 5.99 | 11.12 | - |
| YUV | 53.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 94 | 0 | 0.96 | 0.30 | 0.47 | 318.6 | 0.93 | 0.27 |
| Hex | 86 | 5 | 5E | 0 | 60 | 1E | 2F | 13F | 5D | 1B |
| Octal | 206 | 5 | 136 | 0 | 140 | 36 | 57 | 477 | 135 | 33 |
| Binary | 10000110 | 101 | 1011110 | 0 | 1100000 | 11110 | 101111 | 100111111 | 1011101 | 11011 |
Color Harmonies of #86055E
Complementary color
Monochromatic Colors of #86055E
Black with #86055E
Text Example
Text Example
White with #86055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86055E; }
p { color: rgb(134,5,94); }
H1.HeaderClassName
{
color: #86055E;
}
.AnyTagClassName
{
color: #86055E;
}
</style>
background-color css
<style>
a { background-color: #86055E; }
a { background-color: rgb(134,5,94); }
div.DivClassName
{
background-color: #86055E;
}
.BgClassName
{
background-color: #86055E;
}
</style>
border-color css
<style>
span { border-color: #86055E; }
span { border-color: rgb(134,5,94); }
td.TdClassName
{
border-color: #86055E;
}
.TagClassName
{
border-color: #86055E;
}
</style>