Shades of Eggplant #860851
Tints of Eggplant #860851
RGB
CMYK
RGB Variations
Color information
#860851 (or 0x860851) is known color: Eggplant. HEX triplet: 86, 08 and 51. RGB value is (134,8,81). Sum of RGB (Red+Green+Blue) = 134+8+81=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860851 is #79F7AE. Grayscale: #353535. Windows color (decimal): -7993263 or 5310598. OLE color: 5310598.
HSL color Cylindrical-coordinate representation of color #860851: hue angle of 325.24º 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 #860851 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 81 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.47 |
| HSL | 325.24º | 0.89% | 0.28% | - |
| HSV(B) | 325.24º | 0.94% | 0.53% | - |
| XYZ | 11.4 | 5.84 | 8.31 | - |
| YUV | 54 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 81 | 0 | 0.94 | 0.40 | 0.47 | 325.24 | 0.89 | 0.28 |
| Hex | 86 | 8 | 51 | 0 | 5E | 28 | 2F | 145 | 59 | 1C |
| Octal | 206 | 10 | 121 | 0 | 136 | 50 | 57 | 505 | 131 | 34 |
| Binary | 10000110 | 1000 | 1010001 | 0 | 1011110 | 101000 | 101111 | 101000101 | 1011001 | 11100 |
Color Harmonies of #860851
Complementary color
Monochromatic Colors of #860851
Black with #860851
Text Example
Text Example
White with #860851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860851; }
p { color: rgb(134,8,81); }
H1.HeaderClassName
{
color: #860851;
}
.AnyTagClassName
{
color: #860851;
}
</style>
background-color css
<style>
a { background-color: #860851; }
a { background-color: rgb(134,8,81); }
div.DivClassName
{
background-color: #860851;
}
.BgClassName
{
background-color: #860851;
}
</style>
border-color css
<style>
span { border-color: #860851; }
span { border-color: rgb(134,8,81); }
td.TdClassName
{
border-color: #860851;
}
.TagClassName
{
border-color: #860851;
}
</style>