Shades of Eggplant #860C53
Tints of Eggplant #860C53
RGB
CMYK
RGB Variations
Color information
#860C53 (or 0x860C53) is known color: Eggplant. HEX triplet: 86, 0C and 53. RGB value is (134,12,83). Sum of RGB (Red+Green+Blue) = 134+12+83=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #860C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C53 is #79F3AC. Grayscale: #383838. Windows color (decimal): -7992237 or 5442694. OLE color: 5442694.
HSL color Cylindrical-coordinate representation of color #860C53: hue angle of 325.08º 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 #860C53 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 83 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.47 |
| HSL | 325.08º | 0.84% | 0.29% | - |
| HSV(B) | 325.08º | 0.91% | 0.53% | - |
| XYZ | 11.52 | 5.96 | 8.73 | - |
| YUV | 56.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 83 | 0 | 0.91 | 0.38 | 0.47 | 325.08 | 0.84 | 0.29 |
| Hex | 86 | C | 53 | 0 | 5B | 26 | 2F | 145 | 54 | 1D |
| Octal | 206 | 14 | 123 | 0 | 133 | 46 | 57 | 505 | 124 | 35 |
| Binary | 10000110 | 1100 | 1010011 | 0 | 1011011 | 100110 | 101111 | 101000101 | 1010100 | 11101 |
Color Harmonies of #860C53
Complementary color
Monochromatic Colors of #860C53
Black with #860C53
Text Example
Text Example
White with #860C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C53; }
p { color: rgb(134,12,83); }
H1.HeaderClassName
{
color: #860C53;
}
.AnyTagClassName
{
color: #860C53;
}
</style>
background-color css
<style>
a { background-color: #860C53; }
a { background-color: rgb(134,12,83); }
div.DivClassName
{
background-color: #860C53;
}
.BgClassName
{
background-color: #860C53;
}
</style>
border-color css
<style>
span { border-color: #860C53; }
span { border-color: rgb(134,12,83); }
td.TdClassName
{
border-color: #860C53;
}
.TagClassName
{
border-color: #860C53;
}
</style>