Shades of Eggplant #860250
Tints of Eggplant #860250
RGB
CMYK
RGB Variations
Color information
#860250 (or 0x860250) is known color: Eggplant. HEX triplet: 86, 02 and 50. RGB value is (134,2,80). Sum of RGB (Red+Green+Blue) = 134+2+80=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #860250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860250 is #79FDAF. Grayscale: #323232. Windows color (decimal): -7994800 or 5243526. OLE color: 5243526.
HSL color Cylindrical-coordinate representation of color #860250: hue angle of 324.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860250 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.47 |
| HSL | 324.55º | 0.97% | 0.27% | - |
| HSV(B) | 324.55º | 0.99% | 0.53% | - |
| XYZ | 11.3 | 5.69 | 8.09 | - |
| YUV | 50.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 80 | 0 | 0.99 | 0.40 | 0.47 | 324.55 | 0.97 | 0.27 |
| Hex | 86 | 2 | 50 | 0 | 63 | 28 | 2F | 145 | 61 | 1B |
| Octal | 206 | 2 | 120 | 0 | 143 | 50 | 57 | 505 | 141 | 33 |
| Binary | 10000110 | 10 | 1010000 | 0 | 1100011 | 101000 | 101111 | 101000101 | 1100001 | 11011 |
Color Harmonies of #860250
Complementary color
Monochromatic Colors of #860250
Black with #860250
Text Example
Text Example
White with #860250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860250; }
p { color: rgb(134,2,80); }
H1.HeaderClassName
{
color: #860250;
}
.AnyTagClassName
{
color: #860250;
}
</style>
background-color css
<style>
a { background-color: #860250; }
a { background-color: rgb(134,2,80); }
div.DivClassName
{
background-color: #860250;
}
.BgClassName
{
background-color: #860250;
}
</style>
border-color css
<style>
span { border-color: #860250; }
span { border-color: rgb(134,2,80); }
td.TdClassName
{
border-color: #860250;
}
.TagClassName
{
border-color: #860250;
}
</style>