Shades of Eggplant #860854
Tints of Eggplant #860854
RGB
CMYK
RGB Variations
Color information
#860854 (or 0x860854) is known color: Eggplant. HEX triplet: 86, 08 and 54. RGB value is (134,8,84). Sum of RGB (Red+Green+Blue) = 134+8+84=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #860854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860854 is #79F7AB. Grayscale: #363636. Windows color (decimal): -7993260 or 5507206. OLE color: 5507206.
HSL color Cylindrical-coordinate representation of color #860854: hue angle of 323.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860854 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 84 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.47 |
| HSL | 323.81º | 0.89% | 0.28% | - |
| HSV(B) | 323.81º | 0.94% | 0.53% | - |
| XYZ | 11.52 | 5.88 | 8.92 | - |
| YUV | 54.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 84 | 0 | 0.94 | 0.37 | 0.47 | 323.81 | 0.89 | 0.28 |
| Hex | 86 | 8 | 54 | 0 | 5E | 25 | 2F | 144 | 59 | 1C |
| Octal | 206 | 10 | 124 | 0 | 136 | 45 | 57 | 504 | 131 | 34 |
| Binary | 10000110 | 1000 | 1010100 | 0 | 1011110 | 100101 | 101111 | 101000100 | 1011001 | 11100 |
Color Harmonies of #860854
Complementary color
Monochromatic Colors of #860854
Black with #860854
Text Example
Text Example
White with #860854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860854; }
p { color: rgb(134,8,84); }
H1.HeaderClassName
{
color: #860854;
}
.AnyTagClassName
{
color: #860854;
}
</style>
background-color css
<style>
a { background-color: #860854; }
a { background-color: rgb(134,8,84); }
div.DivClassName
{
background-color: #860854;
}
.BgClassName
{
background-color: #860854;
}
</style>
border-color css
<style>
span { border-color: #860854; }
span { border-color: rgb(134,8,84); }
td.TdClassName
{
border-color: #860854;
}
.TagClassName
{
border-color: #860854;
}
</style>