Shades of Eggplant #860F56
Tints of Eggplant #860F56
RGB
CMYK
RGB Variations
Color information
#860F56 (or 0x860F56) is known color: Eggplant. HEX triplet: 86, 0F and 56. RGB value is (134,15,86). Sum of RGB (Red+Green+Blue) = 134+15+86=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F56 is #79F0A9. Grayscale: #3A3A3A. Windows color (decimal): -7991466 or 5640070. OLE color: 5640070.
HSL color Cylindrical-coordinate representation of color #860F56: hue angle of 324.2º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F56 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 86 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.47 |
| HSL | 324.2º | 0.8% | 0.29% | - |
| HSV(B) | 324.2º | 0.89% | 0.53% | - |
| XYZ | 11.68 | 6.08 | 9.36 | - |
| YUV | 58.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 86 | 0 | 0.89 | 0.36 | 0.47 | 324.2 | 0.8 | 0.29 |
| Hex | 86 | F | 56 | 0 | 59 | 24 | 2F | 144 | 50 | 1D |
| Octal | 206 | 17 | 126 | 0 | 131 | 44 | 57 | 504 | 120 | 35 |
| Binary | 10000110 | 1111 | 1010110 | 0 | 1011001 | 100100 | 101111 | 101000100 | 1010000 | 11101 |
Color Harmonies of #860F56
Complementary color
Monochromatic Colors of #860F56
Black with #860F56
Text Example
Text Example
White with #860F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F56; }
p { color: rgb(134,15,86); }
H1.HeaderClassName
{
color: #860F56;
}
.AnyTagClassName
{
color: #860F56;
}
</style>
background-color css
<style>
a { background-color: #860F56; }
a { background-color: rgb(134,15,86); }
div.DivClassName
{
background-color: #860F56;
}
.BgClassName
{
background-color: #860F56;
}
</style>
border-color css
<style>
span { border-color: #860F56; }
span { border-color: rgb(134,15,86); }
td.TdClassName
{
border-color: #860F56;
}
.TagClassName
{
border-color: #860F56;
}
</style>