Shades of Eggplant #860350
Tints of Eggplant #860350
RGB
CMYK
RGB Variations
Color information
#860350 (or 0x860350) is known color: Eggplant. HEX triplet: 86, 03 and 50. RGB value is (134,3,80). Sum of RGB (Red+Green+Blue) = 134+3+80=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #860350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860350 is #79FCAF. Grayscale: #323232. Windows color (decimal): -7994544 or 5243782. OLE color: 5243782.
HSL color Cylindrical-coordinate representation of color #860350: hue angle of 324.73º 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 #860350 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.47 |
| HSL | 324.73º | 0.96% | 0.27% | - |
| HSV(B) | 324.73º | 0.98% | 0.53% | - |
| XYZ | 11.31 | 5.71 | 8.1 | - |
| YUV | 50.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 80 | 0 | 0.98 | 0.40 | 0.47 | 324.73 | 0.96 | 0.27 |
| Hex | 86 | 3 | 50 | 0 | 62 | 28 | 2F | 145 | 60 | 1B |
| Octal | 206 | 3 | 120 | 0 | 142 | 50 | 57 | 505 | 140 | 33 |
| Binary | 10000110 | 11 | 1010000 | 0 | 1100010 | 101000 | 101111 | 101000101 | 1100000 | 11011 |
Color Harmonies of #860350
Complementary color
Monochromatic Colors of #860350
Black with #860350
Text Example
Text Example
White with #860350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860350; }
p { color: rgb(134,3,80); }
H1.HeaderClassName
{
color: #860350;
}
.AnyTagClassName
{
color: #860350;
}
</style>
background-color css
<style>
a { background-color: #860350; }
a { background-color: rgb(134,3,80); }
div.DivClassName
{
background-color: #860350;
}
.BgClassName
{
background-color: #860350;
}
</style>
border-color css
<style>
span { border-color: #860350; }
span { border-color: rgb(134,3,80); }
td.TdClassName
{
border-color: #860350;
}
.TagClassName
{
border-color: #860350;
}
</style>