Shades of Eggplant #860951
Tints of Eggplant #860951
RGB
CMYK
RGB Variations
Color information
#860951 (or 0x860951) is known color: Eggplant. HEX triplet: 86, 09 and 51. RGB value is (134,9,81). Sum of RGB (Red+Green+Blue) = 134+9+81=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860951 is #79F6AE. Grayscale: #363636. Windows color (decimal): -7993007 or 5310854. OLE color: 5310854.
HSL color Cylindrical-coordinate representation of color #860951: hue angle of 325.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860951 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 81 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.47 |
| HSL | 325.44º | 0.87% | 0.28% | - |
| HSV(B) | 325.44º | 0.93% | 0.53% | - |
| XYZ | 11.41 | 5.86 | 8.31 | - |
| YUV | 54.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 81 | 0 | 0.93 | 0.40 | 0.47 | 325.44 | 0.87 | 0.28 |
| Hex | 86 | 9 | 51 | 0 | 5D | 28 | 2F | 145 | 57 | 1C |
| Octal | 206 | 11 | 121 | 0 | 135 | 50 | 57 | 505 | 127 | 34 |
| Binary | 10000110 | 1001 | 1010001 | 0 | 1011101 | 101000 | 101111 | 101000101 | 1010111 | 11100 |
Color Harmonies of #860951
Complementary color
Monochromatic Colors of #860951
Black with #860951
Text Example
Text Example
White with #860951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860951; }
p { color: rgb(134,9,81); }
H1.HeaderClassName
{
color: #860951;
}
.AnyTagClassName
{
color: #860951;
}
</style>
background-color css
<style>
a { background-color: #860951; }
a { background-color: rgb(134,9,81); }
div.DivClassName
{
background-color: #860951;
}
.BgClassName
{
background-color: #860951;
}
</style>
border-color css
<style>
span { border-color: #860951; }
span { border-color: rgb(134,9,81); }
td.TdClassName
{
border-color: #860951;
}
.TagClassName
{
border-color: #860951;
}
</style>