Shades of Eggplant #860C55
Tints of Eggplant #860C55
RGB
CMYK
RGB Variations
Color information
#860C55 (or 0x860C55) is known color: Eggplant. HEX triplet: 86, 0C and 55. RGB value is (134,12,85). Sum of RGB (Red+Green+Blue) = 134+12+85=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #860C55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C55 is #79F3AA. Grayscale: #383838. Windows color (decimal): -7992235 or 5573766. OLE color: 5573766.
HSL color Cylindrical-coordinate representation of color #860C55: hue angle of 324.1º 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 #860C55 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 85 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.47 |
| HSL | 324.1º | 0.84% | 0.29% | - |
| HSV(B) | 324.1º | 0.91% | 0.53% | - |
| XYZ | 11.6 | 5.99 | 9.14 | - |
| YUV | 56.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 85 | 0 | 0.91 | 0.37 | 0.47 | 324.1 | 0.84 | 0.29 |
| Hex | 86 | C | 55 | 0 | 5B | 25 | 2F | 144 | 54 | 1D |
| Octal | 206 | 14 | 125 | 0 | 133 | 45 | 57 | 504 | 124 | 35 |
| Binary | 10000110 | 1100 | 1010101 | 0 | 1011011 | 100101 | 101111 | 101000100 | 1010100 | 11101 |
Color Harmonies of #860C55
Complementary color
Monochromatic Colors of #860C55
Black with #860C55
Text Example
Text Example
White with #860C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C55; }
p { color: rgb(134,12,85); }
H1.HeaderClassName
{
color: #860C55;
}
.AnyTagClassName
{
color: #860C55;
}
</style>
background-color css
<style>
a { background-color: #860C55; }
a { background-color: rgb(134,12,85); }
div.DivClassName
{
background-color: #860C55;
}
.BgClassName
{
background-color: #860C55;
}
</style>
border-color css
<style>
span { border-color: #860C55; }
span { border-color: rgb(134,12,85); }
td.TdClassName
{
border-color: #860C55;
}
.TagClassName
{
border-color: #860C55;
}
</style>