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