Shades of Eggplant #860C59
Tints of Eggplant #860C59
RGB
CMYK
RGB Variations
Color information
#860C59 (or 0x860C59) is known color: Eggplant. HEX triplet: 86, 0C and 59. RGB value is (134,12,89). Sum of RGB (Red+Green+Blue) = 134+12+89=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C59 is #79F3A6. Grayscale: #393939. Windows color (decimal): -7992231 or 5835910. OLE color: 5835910.
HSL color Cylindrical-coordinate representation of color #860C59: hue angle of 322.13º 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 #860C59 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 89 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.47 |
| HSL | 322.13º | 0.84% | 0.29% | - |
| HSV(B) | 322.13º | 0.91% | 0.53% | - |
| XYZ | 11.77 | 6.05 | 10 | - |
| YUV | 57.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 89 | 0 | 0.91 | 0.34 | 0.47 | 322.13 | 0.84 | 0.29 |
| Hex | 86 | C | 59 | 0 | 5B | 22 | 2F | 142 | 54 | 1D |
| Octal | 206 | 14 | 131 | 0 | 133 | 42 | 57 | 502 | 124 | 35 |
| Binary | 10000110 | 1100 | 1011001 | 0 | 1011011 | 100010 | 101111 | 101000010 | 1010100 | 11101 |
Color Harmonies of #860C59
Complementary color
Monochromatic Colors of #860C59
Black with #860C59
Text Example
Text Example
White with #860C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C59; }
p { color: rgb(134,12,89); }
H1.HeaderClassName
{
color: #860C59;
}
.AnyTagClassName
{
color: #860C59;
}
</style>
background-color css
<style>
a { background-color: #860C59; }
a { background-color: rgb(134,12,89); }
div.DivClassName
{
background-color: #860C59;
}
.BgClassName
{
background-color: #860C59;
}
</style>
border-color css
<style>
span { border-color: #860C59; }
span { border-color: rgb(134,12,89); }
td.TdClassName
{
border-color: #860C59;
}
.TagClassName
{
border-color: #860C59;
}
</style>