Shades of Eggplant #84145A
Tints of Eggplant #84145A
RGB
CMYK
RGB Variations
Color information
#84145A (or 0x84145A) is known color: Eggplant. HEX triplet: 84, 14 and 5A. RGB value is (132,20,90). Sum of RGB (Red+Green+Blue) = 132+20+90=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84145A is #7BEBA5. Grayscale: #3D3D3D. Windows color (decimal): -8121254 or 5903492. OLE color: 5903492.
HSL color Cylindrical-coordinate representation of color #84145A: hue angle of 322.5º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84145A is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 90 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.48 |
| HSL | 322.5º | 0.74% | 0.3% | - |
| HSV(B) | 322.5º | 0.85% | 0.52% | - |
| XYZ | 11.61 | 6.14 | 10.25 | - |
| YUV | 61.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 90 | 0 | 0.85 | 0.32 | 0.48 | 322.5 | 0.74 | 0.3 |
| Hex | 84 | 14 | 5A | 0 | 55 | 20 | 30 | 142 | 4A | 1E |
| Octal | 204 | 24 | 132 | 0 | 125 | 40 | 60 | 502 | 112 | 36 |
| Binary | 10000100 | 10100 | 1011010 | 0 | 1010101 | 100000 | 110000 | 101000010 | 1001010 | 11110 |
Color Harmonies of #84145A
Complementary color
Monochromatic Colors of #84145A
Black with #84145A
Text Example
Text Example
White with #84145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84145A; }
p { color: rgb(132,20,90); }
H1.HeaderClassName
{
color: #84145A;
}
.AnyTagClassName
{
color: #84145A;
}
</style>
background-color css
<style>
a { background-color: #84145A; }
a { background-color: rgb(132,20,90); }
div.DivClassName
{
background-color: #84145A;
}
.BgClassName
{
background-color: #84145A;
}
</style>
border-color css
<style>
span { border-color: #84145A; }
span { border-color: rgb(132,20,90); }
td.TdClassName
{
border-color: #84145A;
}
.TagClassName
{
border-color: #84145A;
}
</style>