Shades of Eggplant #860351
Tints of Eggplant #860351
RGB
CMYK
RGB Variations
Color information
#860351 (or 0x860351) is known color: Eggplant. HEX triplet: 86, 03 and 51. RGB value is (134,3,81). Sum of RGB (Red+Green+Blue) = 134+3+81=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #860351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860351 is #79FCAE. Grayscale: #323232. Windows color (decimal): -7994543 or 5309318. OLE color: 5309318.
HSL color Cylindrical-coordinate representation of color #860351: hue angle of 324.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860351 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.47 |
| HSL | 324.27º | 0.96% | 0.27% | - |
| HSV(B) | 324.27º | 0.98% | 0.53% | - |
| XYZ | 11.35 | 5.73 | 8.29 | - |
| YUV | 51.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 81 | 0 | 0.98 | 0.40 | 0.47 | 324.27 | 0.96 | 0.27 |
| Hex | 86 | 3 | 51 | 0 | 62 | 28 | 2F | 144 | 60 | 1B |
| Octal | 206 | 3 | 121 | 0 | 142 | 50 | 57 | 504 | 140 | 33 |
| Binary | 10000110 | 11 | 1010001 | 0 | 1100010 | 101000 | 101111 | 101000100 | 1100000 | 11011 |
Color Harmonies of #860351
Complementary color
Monochromatic Colors of #860351
Black with #860351
Text Example
Text Example
White with #860351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860351; }
p { color: rgb(134,3,81); }
H1.HeaderClassName
{
color: #860351;
}
.AnyTagClassName
{
color: #860351;
}
</style>
background-color css
<style>
a { background-color: #860351; }
a { background-color: rgb(134,3,81); }
div.DivClassName
{
background-color: #860351;
}
.BgClassName
{
background-color: #860351;
}
</style>
border-color css
<style>
span { border-color: #860351; }
span { border-color: rgb(134,3,81); }
td.TdClassName
{
border-color: #860351;
}
.TagClassName
{
border-color: #860351;
}
</style>