Shades of Eggplant #86005E
Tints of Eggplant #86005E
RGB
CMYK
RGB Variations
Color information
#86005E (or 0x86005E) is known color: Eggplant. HEX triplet: 86, 00 and 5E. RGB value is (134,0,94). Sum of RGB (Red+Green+Blue) = 134+0+94=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86005E is #79FFA1. Grayscale: #323232. Windows color (decimal): -7995298 or 6160518. OLE color: 6160518.
HSL color Cylindrical-coordinate representation of color #86005E: hue angle of 317.91º 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 #86005E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.30 | 0.47 |
| HSL | 317.91º | 1% | 0.26% | - |
| HSV(B) | 317.91º | 1% | 0.53% | - |
| XYZ | 11.85 | 5.88 | 11.1 | - |
| YUV | 50.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 94 | 0 | 1 | 0.30 | 0.47 | 317.91 | 1 | 0.26 |
| Hex | 86 | 0 | 5E | 0 | 64 | 1E | 2F | 13E | 64 | 1A |
| Octal | 206 | 0 | 136 | 0 | 144 | 36 | 57 | 476 | 144 | 32 |
| Binary | 10000110 | 0 | 1011110 | 0 | 1100100 | 11110 | 101111 | 100111110 | 1100100 | 11010 |
Color Harmonies of #86005E
Complementary color
Monochromatic Colors of #86005E
Black with #86005E
Text Example
Text Example
White with #86005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86005E; }
p { color: rgb(134,0,94); }
H1.HeaderClassName
{
color: #86005E;
}
.AnyTagClassName
{
color: #86005E;
}
</style>
background-color css
<style>
a { background-color: #86005E; }
a { background-color: rgb(134,0,94); }
div.DivClassName
{
background-color: #86005E;
}
.BgClassName
{
background-color: #86005E;
}
</style>
border-color css
<style>
span { border-color: #86005E; }
span { border-color: rgb(134,0,94); }
td.TdClassName
{
border-color: #86005E;
}
.TagClassName
{
border-color: #86005E;
}
</style>