Shades of Eggplant #860C5E
Tints of Eggplant #860C5E
RGB
CMYK
RGB Variations
Color information
#860C5E (or 0x860C5E) is known color: Eggplant. HEX triplet: 86, 0C and 5E. RGB value is (134,12,94). Sum of RGB (Red+Green+Blue) = 134+12+94=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #860C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C5E is #79F3A1. Grayscale: #393939. Windows color (decimal): -7992226 or 6163590. OLE color: 6163590.
HSL color Cylindrical-coordinate representation of color #860C5E: hue angle of 319.67º 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 #860C5E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 94 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.47 |
| HSL | 319.67º | 0.84% | 0.29% | - |
| HSV(B) | 319.67º | 0.91% | 0.53% | - |
| XYZ | 11.98 | 6.14 | 11.14 | - |
| YUV | 57.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 94 | 0 | 0.91 | 0.30 | 0.47 | 319.67 | 0.84 | 0.29 |
| Hex | 86 | C | 5E | 0 | 5B | 1E | 2F | 140 | 54 | 1D |
| Octal | 206 | 14 | 136 | 0 | 133 | 36 | 57 | 500 | 124 | 35 |
| Binary | 10000110 | 1100 | 1011110 | 0 | 1011011 | 11110 | 101111 | 101000000 | 1010100 | 11101 |
Color Harmonies of #860C5E
Complementary color
Monochromatic Colors of #860C5E
Black with #860C5E
Text Example
Text Example
White with #860C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C5E; }
p { color: rgb(134,12,94); }
H1.HeaderClassName
{
color: #860C5E;
}
.AnyTagClassName
{
color: #860C5E;
}
</style>
background-color css
<style>
a { background-color: #860C5E; }
a { background-color: rgb(134,12,94); }
div.DivClassName
{
background-color: #860C5E;
}
.BgClassName
{
background-color: #860C5E;
}
</style>
border-color css
<style>
span { border-color: #860C5E; }
span { border-color: rgb(134,12,94); }
td.TdClassName
{
border-color: #860C5E;
}
.TagClassName
{
border-color: #860C5E;
}
</style>