Shades of Eggplant #86165E
Tints of Eggplant #86165E
RGB
CMYK
RGB Variations
Color information
#86165E (or 0x86165E) is known color: Eggplant. HEX triplet: 86, 16 and 5E. RGB value is (134,22,94). Sum of RGB (Red+Green+Blue) = 134+22+94=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86165E is #79E9A1. Grayscale: #3F3F3F. Windows color (decimal): -7989666 or 6166150. OLE color: 6166150.
HSL color Cylindrical-coordinate representation of color #86165E: hue angle of 321.43º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86165E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 94 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.47 |
| HSL | 321.43º | 0.72% | 0.31% | - |
| HSV(B) | 321.43º | 0.84% | 0.53% | - |
| XYZ | 12.14 | 6.45 | 11.19 | - |
| YUV | 63.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 94 | 0 | 0.84 | 0.30 | 0.47 | 321.43 | 0.72 | 0.31 |
| Hex | 86 | 16 | 5E | 0 | 54 | 1E | 2F | 141 | 48 | 1F |
| Octal | 206 | 26 | 136 | 0 | 124 | 36 | 57 | 501 | 110 | 37 |
| Binary | 10000110 | 10110 | 1011110 | 0 | 1010100 | 11110 | 101111 | 101000001 | 1001000 | 11111 |
Color Harmonies of #86165E
Complementary color
Monochromatic Colors of #86165E
Black with #86165E
Text Example
Text Example
White with #86165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86165E; }
p { color: rgb(134,22,94); }
H1.HeaderClassName
{
color: #86165E;
}
.AnyTagClassName
{
color: #86165E;
}
</style>
background-color css
<style>
a { background-color: #86165E; }
a { background-color: rgb(134,22,94); }
div.DivClassName
{
background-color: #86165E;
}
.BgClassName
{
background-color: #86165E;
}
</style>
border-color css
<style>
span { border-color: #86165E; }
span { border-color: rgb(134,22,94); }
td.TdClassName
{
border-color: #86165E;
}
.TagClassName
{
border-color: #86165E;
}
</style>