Shades of Eggplant #860C50
Tints of Eggplant #860C50
RGB
CMYK
RGB Variations
Color information
#860C50 (or 0x860C50) is known color: Eggplant. HEX triplet: 86, 0C and 50. RGB value is (134,12,80). Sum of RGB (Red+Green+Blue) = 134+12+80=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #860C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C50 is #79F3AF. Grayscale: #383838. Windows color (decimal): -7992240 or 5246086. OLE color: 5246086.
HSL color Cylindrical-coordinate representation of color #860C50: hue angle of 326.56º 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 #860C50 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 80 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.47 |
| HSL | 326.56º | 0.84% | 0.29% | - |
| HSV(B) | 326.56º | 0.91% | 0.53% | - |
| XYZ | 11.41 | 5.91 | 8.13 | - |
| YUV | 56.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 80 | 0 | 0.91 | 0.40 | 0.47 | 326.56 | 0.84 | 0.29 |
| Hex | 86 | C | 50 | 0 | 5B | 28 | 2F | 147 | 54 | 1D |
| Octal | 206 | 14 | 120 | 0 | 133 | 50 | 57 | 507 | 124 | 35 |
| Binary | 10000110 | 1100 | 1010000 | 0 | 1011011 | 101000 | 101111 | 101000111 | 1010100 | 11101 |
Color Harmonies of #860C50
Complementary color
Monochromatic Colors of #860C50
Black with #860C50
Text Example
Text Example
White with #860C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C50; }
p { color: rgb(134,12,80); }
H1.HeaderClassName
{
color: #860C50;
}
.AnyTagClassName
{
color: #860C50;
}
</style>
background-color css
<style>
a { background-color: #860C50; }
a { background-color: rgb(134,12,80); }
div.DivClassName
{
background-color: #860C50;
}
.BgClassName
{
background-color: #860C50;
}
</style>
border-color css
<style>
span { border-color: #860C50; }
span { border-color: rgb(134,12,80); }
td.TdClassName
{
border-color: #860C50;
}
.TagClassName
{
border-color: #860C50;
}
</style>