Shades of Eggplant #860353
Tints of Eggplant #860353
RGB
CMYK
RGB Variations
Color information
#860353 (or 0x860353) is known color: Eggplant. HEX triplet: 86, 03 and 53. RGB value is (134,3,83). Sum of RGB (Red+Green+Blue) = 134+3+83=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #860353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860353 is #79FCAC. Grayscale: #333333. Windows color (decimal): -7994541 or 5440390. OLE color: 5440390.
HSL color Cylindrical-coordinate representation of color #860353: hue angle of 323.36º 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 #860353 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.47 |
| HSL | 323.36º | 0.96% | 0.27% | - |
| HSV(B) | 323.36º | 0.98% | 0.53% | - |
| XYZ | 11.43 | 5.76 | 8.69 | - |
| YUV | 51.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 83 | 0 | 0.98 | 0.38 | 0.47 | 323.36 | 0.96 | 0.27 |
| Hex | 86 | 3 | 53 | 0 | 62 | 26 | 2F | 143 | 60 | 1B |
| Octal | 206 | 3 | 123 | 0 | 142 | 46 | 57 | 503 | 140 | 33 |
| Binary | 10000110 | 11 | 1010011 | 0 | 1100010 | 100110 | 101111 | 101000011 | 1100000 | 11011 |
Color Harmonies of #860353
Complementary color
Monochromatic Colors of #860353
Black with #860353
Text Example
Text Example
White with #860353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860353; }
p { color: rgb(134,3,83); }
H1.HeaderClassName
{
color: #860353;
}
.AnyTagClassName
{
color: #860353;
}
</style>
background-color css
<style>
a { background-color: #860353; }
a { background-color: rgb(134,3,83); }
div.DivClassName
{
background-color: #860353;
}
.BgClassName
{
background-color: #860353;
}
</style>
border-color css
<style>
span { border-color: #860353; }
span { border-color: rgb(134,3,83); }
td.TdClassName
{
border-color: #860353;
}
.TagClassName
{
border-color: #860353;
}
</style>