Shades of Eggplant #860051
Tints of Eggplant #860051
RGB
CMYK
RGB Variations
Color information
#860051 (or 0x860051) is known color: Eggplant. HEX triplet: 86, 00 and 51. RGB value is (134,0,81). Sum of RGB (Red+Green+Blue) = 134+0+81=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #860051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860051 is #79FFAE. Grayscale: #313131. Windows color (decimal): -7995311 or 5308550. OLE color: 5308550.
HSL color Cylindrical-coordinate representation of color #860051: hue angle of 323.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860051 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.40 | 0.47 |
| HSL | 323.73º | 1% | 0.26% | - |
| HSV(B) | 323.73º | 1% | 0.53% | - |
| XYZ | 11.32 | 5.66 | 8.28 | - |
| YUV | 49.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 81 | 0 | 1 | 0.40 | 0.47 | 323.73 | 1 | 0.26 |
| Hex | 86 | 0 | 51 | 0 | 64 | 28 | 2F | 144 | 64 | 1A |
| Octal | 206 | 0 | 121 | 0 | 144 | 50 | 57 | 504 | 144 | 32 |
| Binary | 10000110 | 0 | 1010001 | 0 | 1100100 | 101000 | 101111 | 101000100 | 1100100 | 11010 |
Color Harmonies of #860051
Complementary color
Monochromatic Colors of #860051
Black with #860051
Text Example
Text Example
White with #860051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860051; }
p { color: rgb(134,0,81); }
H1.HeaderClassName
{
color: #860051;
}
.AnyTagClassName
{
color: #860051;
}
</style>
background-color css
<style>
a { background-color: #860051; }
a { background-color: rgb(134,0,81); }
div.DivClassName
{
background-color: #860051;
}
.BgClassName
{
background-color: #860051;
}
</style>
border-color css
<style>
span { border-color: #860051; }
span { border-color: rgb(134,0,81); }
td.TdClassName
{
border-color: #860051;
}
.TagClassName
{
border-color: #860051;
}
</style>