Shades of Eggplant #86096D
Tints of Eggplant #86096D
RGB
CMYK
RGB Variations
Color information
#86096D (or 0x86096D) is known color: Eggplant. HEX triplet: 86, 09 and 6D. RGB value is (134,9,109). Sum of RGB (Red+Green+Blue) = 134+9+109=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096D is #79F692. Grayscale: #393939. Windows color (decimal): -7992979 or 7145862. OLE color: 7145862.
HSL color Cylindrical-coordinate representation of color #86096D: hue angle of 312º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86096D is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 109 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.47 |
| HSL | 312º | 0.87% | 0.28% | - |
| HSV(B) | 312º | 0.93% | 0.53% | - |
| XYZ | 12.69 | 6.37 | 15.03 | - |
| YUV | 57.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 109 | 0 | 0.93 | 0.19 | 0.47 | 312 | 0.87 | 0.28 |
| Hex | 86 | 9 | 6D | 0 | 5D | 13 | 2F | 138 | 57 | 1C |
| Octal | 206 | 11 | 155 | 0 | 135 | 23 | 57 | 470 | 127 | 34 |
| Binary | 10000110 | 1001 | 1101101 | 0 | 1011101 | 10011 | 101111 | 100111000 | 1010111 | 11100 |
Color Harmonies of #86096D
Complementary color
Monochromatic Colors of #86096D
Black with #86096D
Text Example
Text Example
White with #86096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86096D; }
p { color: rgb(134,9,109); }
H1.HeaderClassName
{
color: #86096D;
}
.AnyTagClassName
{
color: #86096D;
}
</style>
background-color css
<style>
a { background-color: #86096D; }
a { background-color: rgb(134,9,109); }
div.DivClassName
{
background-color: #86096D;
}
.BgClassName
{
background-color: #86096D;
}
</style>
border-color css
<style>
span { border-color: #86096D; }
span { border-color: rgb(134,9,109); }
td.TdClassName
{
border-color: #86096D;
}
.TagClassName
{
border-color: #86096D;
}
</style>