Shades of Eggplant #86076C
Tints of Eggplant #86076C
RGB
CMYK
RGB Variations
Color information
#86076C (or 0x86076C) is known color: Eggplant. HEX triplet: 86, 07 and 6C. RGB value is (134,7,108). Sum of RGB (Red+Green+Blue) = 134+7+108=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86076C is #79F893. Grayscale: #383838. Windows color (decimal): -7993492 or 7079814. OLE color: 7079814.
HSL color Cylindrical-coordinate representation of color #86076C: hue angle of 312.28º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86076C is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 108 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.47 |
| HSL | 312.28º | 0.9% | 0.28% | - |
| HSV(B) | 312.28º | 0.95% | 0.53% | - |
| XYZ | 12.61 | 6.3 | 14.74 | - |
| YUV | 56.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 108 | 0 | 0.95 | 0.19 | 0.47 | 312.28 | 0.9 | 0.28 |
| Hex | 86 | 7 | 6C | 0 | 5F | 13 | 2F | 138 | 5A | 1C |
| Octal | 206 | 7 | 154 | 0 | 137 | 23 | 57 | 470 | 132 | 34 |
| Binary | 10000110 | 111 | 1101100 | 0 | 1011111 | 10011 | 101111 | 100111000 | 1011010 | 11100 |
Color Harmonies of #86076C
Complementary color
Monochromatic Colors of #86076C
Black with #86076C
Text Example
Text Example
White with #86076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86076C; }
p { color: rgb(134,7,108); }
H1.HeaderClassName
{
color: #86076C;
}
.AnyTagClassName
{
color: #86076C;
}
</style>
background-color css
<style>
a { background-color: #86076C; }
a { background-color: rgb(134,7,108); }
div.DivClassName
{
background-color: #86076C;
}
.BgClassName
{
background-color: #86076C;
}
</style>
border-color css
<style>
span { border-color: #86076C; }
span { border-color: rgb(134,7,108); }
td.TdClassName
{
border-color: #86076C;
}
.TagClassName
{
border-color: #86076C;
}
</style>