Shades of Eggplant #84045D
Tints of Eggplant #84045D
RGB
CMYK
RGB Variations
Color information
#84045D (or 0x84045D) is known color: Eggplant. HEX triplet: 84, 04 and 5D. RGB value is (132,4,93). Sum of RGB (Red+Green+Blue) = 132+4+93=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84045D is #7BFBA2. Grayscale: #343434. Windows color (decimal): -8125347 or 6096004. OLE color: 6096004.
HSL color Cylindrical-coordinate representation of color #84045D: hue angle of 318.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84045D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.48 |
| HSL | 318.28º | 0.94% | 0.27% | - |
| HSV(B) | 318.28º | 0.97% | 0.52% | - |
| XYZ | 11.53 | 5.78 | 10.86 | - |
| YUV | 52.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 93 | 0 | 0.97 | 0.30 | 0.48 | 318.28 | 0.94 | 0.27 |
| Hex | 84 | 4 | 5D | 0 | 61 | 1E | 30 | 13E | 5E | 1B |
| Octal | 204 | 4 | 135 | 0 | 141 | 36 | 60 | 476 | 136 | 33 |
| Binary | 10000100 | 100 | 1011101 | 0 | 1100001 | 11110 | 110000 | 100111110 | 1011110 | 11011 |
Color Harmonies of #84045D
Complementary color
Monochromatic Colors of #84045D
Black with #84045D
Text Example
Text Example
White with #84045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84045D; }
p { color: rgb(132,4,93); }
H1.HeaderClassName
{
color: #84045D;
}
.AnyTagClassName
{
color: #84045D;
}
</style>
background-color css
<style>
a { background-color: #84045D; }
a { background-color: rgb(132,4,93); }
div.DivClassName
{
background-color: #84045D;
}
.BgClassName
{
background-color: #84045D;
}
</style>
border-color css
<style>
span { border-color: #84045D; }
span { border-color: rgb(132,4,93); }
td.TdClassName
{
border-color: #84045D;
}
.TagClassName
{
border-color: #84045D;
}
</style>