Shades of Eggplant #870853
Tints of Eggplant #870853
RGB
CMYK
RGB Variations
Color information
#870853 (or 0x870853) is known color: Eggplant. HEX triplet: 87, 08 and 53. RGB value is (135,8,83). Sum of RGB (Red+Green+Blue) = 135+8+83=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870853 is #78F7AC. Grayscale: #363636. Windows color (decimal): -7927725 or 5441671. OLE color: 5441671.
HSL color Cylindrical-coordinate representation of color #870853: hue angle of 324.57º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870853 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 83 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.47 |
| HSL | 324.57º | 0.89% | 0.28% | - |
| HSV(B) | 324.57º | 0.94% | 0.53% | - |
| XYZ | 11.64 | 5.95 | 8.72 | - |
| YUV | 54.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 83 | 0 | 0.94 | 0.39 | 0.47 | 324.57 | 0.89 | 0.28 |
| Hex | 87 | 8 | 53 | 0 | 5E | 27 | 2F | 145 | 59 | 1C |
| Octal | 207 | 10 | 123 | 0 | 136 | 47 | 57 | 505 | 131 | 34 |
| Binary | 10000111 | 1000 | 1010011 | 0 | 1011110 | 100111 | 101111 | 101000101 | 1011001 | 11100 |
Color Harmonies of #870853
Complementary color
Monochromatic Colors of #870853
Black with #870853
Text Example
Text Example
White with #870853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870853; }
p { color: rgb(135,8,83); }
H1.HeaderClassName
{
color: #870853;
}
.AnyTagClassName
{
color: #870853;
}
</style>
background-color css
<style>
a { background-color: #870853; }
a { background-color: rgb(135,8,83); }
div.DivClassName
{
background-color: #870853;
}
.BgClassName
{
background-color: #870853;
}
</style>
border-color css
<style>
span { border-color: #870853; }
span { border-color: rgb(135,8,83); }
td.TdClassName
{
border-color: #870853;
}
.TagClassName
{
border-color: #870853;
}
</style>