Shades of Eggplant #860253
Tints of Eggplant #860253
RGB
CMYK
RGB Variations
Color information
#860253 (or 0x860253) is known color: Eggplant. HEX triplet: 86, 02 and 53. RGB value is (134,2,83). Sum of RGB (Red+Green+Blue) = 134+2+83=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #860253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860253 is #79FDAC. Grayscale: #323232. Windows color (decimal): -7994797 or 5440134. OLE color: 5440134.
HSL color Cylindrical-coordinate representation of color #860253: hue angle of 323.18º 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 #860253 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.47 |
| HSL | 323.18º | 0.97% | 0.27% | - |
| HSV(B) | 323.18º | 0.99% | 0.53% | - |
| XYZ | 11.41 | 5.74 | 8.69 | - |
| YUV | 50.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 83 | 0 | 0.99 | 0.38 | 0.47 | 323.18 | 0.97 | 0.27 |
| Hex | 86 | 2 | 53 | 0 | 63 | 26 | 2F | 143 | 61 | 1B |
| Octal | 206 | 2 | 123 | 0 | 143 | 46 | 57 | 503 | 141 | 33 |
| Binary | 10000110 | 10 | 1010011 | 0 | 1100011 | 100110 | 101111 | 101000011 | 1100001 | 11011 |
Color Harmonies of #860253
Complementary color
Monochromatic Colors of #860253
Black with #860253
Text Example
Text Example
White with #860253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860253; }
p { color: rgb(134,2,83); }
H1.HeaderClassName
{
color: #860253;
}
.AnyTagClassName
{
color: #860253;
}
</style>
background-color css
<style>
a { background-color: #860253; }
a { background-color: rgb(134,2,83); }
div.DivClassName
{
background-color: #860253;
}
.BgClassName
{
background-color: #860253;
}
</style>
border-color css
<style>
span { border-color: #860253; }
span { border-color: rgb(134,2,83); }
td.TdClassName
{
border-color: #860253;
}
.TagClassName
{
border-color: #860253;
}
</style>