Shades of Eggplant #84145C
Tints of Eggplant #84145C
RGB
CMYK
RGB Variations
Color information
#84145C (or 0x84145C) is known color: Eggplant. HEX triplet: 84, 14 and 5C. RGB value is (132,20,92). Sum of RGB (Red+Green+Blue) = 132+20+92=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84145C is #7BEBA3. Grayscale: #3D3D3D. Windows color (decimal): -8121252 or 6034564. OLE color: 6034564.
HSL color Cylindrical-coordinate representation of color #84145C: hue angle of 321.43º 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 #84145C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 92 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.48 |
| HSL | 321.43º | 0.74% | 0.3% | - |
| HSV(B) | 321.43º | 0.85% | 0.52% | - |
| XYZ | 11.7 | 6.18 | 10.7 | - |
| YUV | 61.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 92 | 0 | 0.85 | 0.30 | 0.48 | 321.43 | 0.74 | 0.3 |
| Hex | 84 | 14 | 5C | 0 | 55 | 1E | 30 | 141 | 4A | 1E |
| Octal | 204 | 24 | 134 | 0 | 125 | 36 | 60 | 501 | 112 | 36 |
| Binary | 10000100 | 10100 | 1011100 | 0 | 1010101 | 11110 | 110000 | 101000001 | 1001010 | 11110 |
Color Harmonies of #84145C
Complementary color
Monochromatic Colors of #84145C
Black with #84145C
Text Example
Text Example
White with #84145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84145C; }
p { color: rgb(132,20,92); }
H1.HeaderClassName
{
color: #84145C;
}
.AnyTagClassName
{
color: #84145C;
}
</style>
background-color css
<style>
a { background-color: #84145C; }
a { background-color: rgb(132,20,92); }
div.DivClassName
{
background-color: #84145C;
}
.BgClassName
{
background-color: #84145C;
}
</style>
border-color css
<style>
span { border-color: #84145C; }
span { border-color: rgb(132,20,92); }
td.TdClassName
{
border-color: #84145C;
}
.TagClassName
{
border-color: #84145C;
}
</style>