Shades of Eggplant #840150
Tints of Eggplant #840150
RGB
CMYK
RGB Variations
Color information
#840150 (or 0x840150) is known color: Eggplant. HEX triplet: 84, 01 and 50. RGB value is (132,1,80). Sum of RGB (Red+Green+Blue) = 132+1+80=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #840150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840150 is #7BFEAF. Grayscale: #303030. Windows color (decimal): -8126128 or 5243268. OLE color: 5243268.
HSL color Cylindrical-coordinate representation of color #840150: hue angle of 323.82º 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 #840150 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.48 |
| HSL | 323.82º | 0.98% | 0.26% | - |
| HSV(B) | 323.82º | 0.99% | 0.52% | - |
| XYZ | 10.97 | 5.51 | 8.07 | - |
| YUV | 49.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 80 | 0 | 0.99 | 0.39 | 0.48 | 323.82 | 0.98 | 0.26 |
| Hex | 84 | 1 | 50 | 0 | 63 | 27 | 30 | 144 | 62 | 1A |
| Octal | 204 | 1 | 120 | 0 | 143 | 47 | 60 | 504 | 142 | 32 |
| Binary | 10000100 | 1 | 1010000 | 0 | 1100011 | 100111 | 110000 | 101000100 | 1100010 | 11010 |
Color Harmonies of #840150
Complementary color
Monochromatic Colors of #840150
Black with #840150
Text Example
Text Example
White with #840150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840150; }
p { color: rgb(132,1,80); }
H1.HeaderClassName
{
color: #840150;
}
.AnyTagClassName
{
color: #840150;
}
</style>
background-color css
<style>
a { background-color: #840150; }
a { background-color: rgb(132,1,80); }
div.DivClassName
{
background-color: #840150;
}
.BgClassName
{
background-color: #840150;
}
</style>
border-color css
<style>
span { border-color: #840150; }
span { border-color: rgb(132,1,80); }
td.TdClassName
{
border-color: #840150;
}
.TagClassName
{
border-color: #840150;
}
</style>