Shades of Eggplant #860C57
Tints of Eggplant #860C57
RGB
CMYK
RGB Variations
Color information
#860C57 (or 0x860C57) is known color: Eggplant. HEX triplet: 86, 0C and 57. RGB value is (134,12,87). Sum of RGB (Red+Green+Blue) = 134+12+87=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #860C57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C57 is #79F3A8. Grayscale: #383838. Windows color (decimal): -7992233 or 5704838. OLE color: 5704838.
HSL color Cylindrical-coordinate representation of color #860C57: hue angle of 323.11º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C57 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 87 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.47 |
| HSL | 323.11º | 0.84% | 0.29% | - |
| HSV(B) | 323.11º | 0.91% | 0.53% | - |
| XYZ | 11.68 | 6.02 | 9.56 | - |
| YUV | 57.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 87 | 0 | 0.91 | 0.35 | 0.47 | 323.11 | 0.84 | 0.29 |
| Hex | 86 | C | 57 | 0 | 5B | 23 | 2F | 143 | 54 | 1D |
| Octal | 206 | 14 | 127 | 0 | 133 | 43 | 57 | 503 | 124 | 35 |
| Binary | 10000110 | 1100 | 1010111 | 0 | 1011011 | 100011 | 101111 | 101000011 | 1010100 | 11101 |
Color Harmonies of #860C57
Complementary color
Monochromatic Colors of #860C57
Black with #860C57
Text Example
Text Example
White with #860C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C57; }
p { color: rgb(134,12,87); }
H1.HeaderClassName
{
color: #860C57;
}
.AnyTagClassName
{
color: #860C57;
}
</style>
background-color css
<style>
a { background-color: #860C57; }
a { background-color: rgb(134,12,87); }
div.DivClassName
{
background-color: #860C57;
}
.BgClassName
{
background-color: #860C57;
}
</style>
border-color css
<style>
span { border-color: #860C57; }
span { border-color: rgb(134,12,87); }
td.TdClassName
{
border-color: #860C57;
}
.TagClassName
{
border-color: #860C57;
}
</style>