Shades of Eggplant #86066E
Tints of Eggplant #86066E
RGB
CMYK
RGB Variations
Color information
#86066E (or 0x86066E) is known color: Eggplant. HEX triplet: 86, 06 and 6E. RGB value is (134,6,110). Sum of RGB (Red+Green+Blue) = 134+6+110=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86066E is #79F991. Grayscale: #373737. Windows color (decimal): -7993746 or 7210630. OLE color: 7210630.
HSL color Cylindrical-coordinate representation of color #86066E: hue angle of 311.25º degrees, saturation: 0.91, 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 #86066E is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 110 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.47 |
| HSL | 311.25º | 0.91% | 0.27% | - |
| HSV(B) | 311.25º | 0.96% | 0.53% | - |
| XYZ | 12.71 | 6.32 | 15.3 | - |
| YUV | 56.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 110 | 0 | 0.96 | 0.18 | 0.47 | 311.25 | 0.91 | 0.27 |
| Hex | 86 | 6 | 6E | 0 | 60 | 12 | 2F | 137 | 5B | 1B |
| Octal | 206 | 6 | 156 | 0 | 140 | 22 | 57 | 467 | 133 | 33 |
| Binary | 10000110 | 110 | 1101110 | 0 | 1100000 | 10010 | 101111 | 100110111 | 1011011 | 11011 |
Color Harmonies of #86066E
Complementary color
Monochromatic Colors of #86066E
Black with #86066E
Text Example
Text Example
White with #86066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86066E; }
p { color: rgb(134,6,110); }
H1.HeaderClassName
{
color: #86066E;
}
.AnyTagClassName
{
color: #86066E;
}
</style>
background-color css
<style>
a { background-color: #86066E; }
a { background-color: rgb(134,6,110); }
div.DivClassName
{
background-color: #86066E;
}
.BgClassName
{
background-color: #86066E;
}
</style>
border-color css
<style>
span { border-color: #86066E; }
span { border-color: rgb(134,6,110); }
td.TdClassName
{
border-color: #86066E;
}
.TagClassName
{
border-color: #86066E;
}
</style>