Shades of Eggplant #86016C
Tints of Eggplant #86016C
RGB
CMYK
RGB Variations
Color information
#86016C (or 0x86016C) is known color: Eggplant. HEX triplet: 86, 01 and 6C. RGB value is (134,1,108). Sum of RGB (Red+Green+Blue) = 134+1+108=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86016C is #79FE93. Grayscale: #343434. Windows color (decimal): -7995028 or 7078278. OLE color: 7078278.
HSL color Cylindrical-coordinate representation of color #86016C: hue angle of 311.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86016C is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.47 |
| HSL | 311.73º | 0.99% | 0.26% | - |
| HSV(B) | 311.73º | 0.99% | 0.53% | - |
| XYZ | 12.55 | 6.17 | 14.72 | - |
| YUV | 52.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 108 | 0 | 0.99 | 0.19 | 0.47 | 311.73 | 0.99 | 0.26 |
| Hex | 86 | 1 | 6C | 0 | 63 | 13 | 2F | 138 | 63 | 1A |
| Octal | 206 | 1 | 154 | 0 | 143 | 23 | 57 | 470 | 143 | 32 |
| Binary | 10000110 | 1 | 1101100 | 0 | 1100011 | 10011 | 101111 | 100111000 | 1100011 | 11010 |
Color Harmonies of #86016C
Complementary color
Monochromatic Colors of #86016C
Black with #86016C
Text Example
Text Example
White with #86016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86016C; }
p { color: rgb(134,1,108); }
H1.HeaderClassName
{
color: #86016C;
}
.AnyTagClassName
{
color: #86016C;
}
</style>
background-color css
<style>
a { background-color: #86016C; }
a { background-color: rgb(134,1,108); }
div.DivClassName
{
background-color: #86016C;
}
.BgClassName
{
background-color: #86016C;
}
</style>
border-color css
<style>
span { border-color: #86016C; }
span { border-color: rgb(134,1,108); }
td.TdClassName
{
border-color: #86016C;
}
.TagClassName
{
border-color: #86016C;
}
</style>