Shades of Eggplant #860E68
Tints of Eggplant #860E68
RGB
CMYK
RGB Variations
Color information
#860E68 (or 0x860E68) is known color: Eggplant. HEX triplet: 86, 0E and 68. RGB value is (134,14,104). Sum of RGB (Red+Green+Blue) = 134+14+104=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #860E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E68 is #79F197. Grayscale: #3B3B3B. Windows color (decimal): -7991704 or 6819462. OLE color: 6819462.
HSL color Cylindrical-coordinate representation of color #860E68: hue angle of 315º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E68 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 104 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.47 |
| HSL | 315º | 0.81% | 0.29% | - |
| HSV(B) | 315º | 0.9% | 0.53% | - |
| XYZ | 12.49 | 6.38 | 13.67 | - |
| YUV | 60.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 104 | 0 | 0.90 | 0.22 | 0.47 | 315 | 0.81 | 0.29 |
| Hex | 86 | E | 68 | 0 | 5A | 16 | 2F | 13B | 51 | 1D |
| Octal | 206 | 16 | 150 | 0 | 132 | 26 | 57 | 473 | 121 | 35 |
| Binary | 10000110 | 1110 | 1101000 | 0 | 1011010 | 10110 | 101111 | 100111011 | 1010001 | 11101 |
Color Harmonies of #860E68
Complementary color
Monochromatic Colors of #860E68
Black with #860E68
Text Example
Text Example
White with #860E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E68; }
p { color: rgb(134,14,104); }
H1.HeaderClassName
{
color: #860E68;
}
.AnyTagClassName
{
color: #860E68;
}
</style>
background-color css
<style>
a { background-color: #860E68; }
a { background-color: rgb(134,14,104); }
div.DivClassName
{
background-color: #860E68;
}
.BgClassName
{
background-color: #860E68;
}
</style>
border-color css
<style>
span { border-color: #860E68; }
span { border-color: rgb(134,14,104); }
td.TdClassName
{
border-color: #860E68;
}
.TagClassName
{
border-color: #860E68;
}
</style>