Shades of Eggplant #840153
Tints of Eggplant #840153
RGB
CMYK
RGB Variations
Color information
#840153 (or 0x840153) is known color: Eggplant. HEX triplet: 84, 01 and 53. RGB value is (132,1,83). Sum of RGB (Red+Green+Blue) = 132+1+83=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #840153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840153 is #7BFEAC. Grayscale: #313131. Windows color (decimal): -8126125 or 5439876. OLE color: 5439876.
HSL color Cylindrical-coordinate representation of color #840153: hue angle of 322.44º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840153 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.48 |
| HSL | 322.44º | 0.98% | 0.26% | - |
| HSV(B) | 322.44º | 0.99% | 0.52% | - |
| XYZ | 11.09 | 5.55 | 8.67 | - |
| YUV | 49.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 83 | 0 | 0.99 | 0.37 | 0.48 | 322.44 | 0.98 | 0.26 |
| Hex | 84 | 1 | 53 | 0 | 63 | 25 | 30 | 142 | 62 | 1A |
| Octal | 204 | 1 | 123 | 0 | 143 | 45 | 60 | 502 | 142 | 32 |
| Binary | 10000100 | 1 | 1010011 | 0 | 1100011 | 100101 | 110000 | 101000010 | 1100010 | 11010 |
Color Harmonies of #840153
Complementary color
Monochromatic Colors of #840153
Black with #840153
Text Example
Text Example
White with #840153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840153; }
p { color: rgb(132,1,83); }
H1.HeaderClassName
{
color: #840153;
}
.AnyTagClassName
{
color: #840153;
}
</style>
background-color css
<style>
a { background-color: #840153; }
a { background-color: rgb(132,1,83); }
div.DivClassName
{
background-color: #840153;
}
.BgClassName
{
background-color: #840153;
}
</style>
border-color css
<style>
span { border-color: #840153; }
span { border-color: rgb(132,1,83); }
td.TdClassName
{
border-color: #840153;
}
.TagClassName
{
border-color: #840153;
}
</style>