Shades of Eggplant #84145B
Tints of Eggplant #84145B
RGB
CMYK
RGB Variations
Color information
#84145B (or 0x84145B) is known color: Eggplant. HEX triplet: 84, 14 and 5B. RGB value is (132,20,91). Sum of RGB (Red+Green+Blue) = 132+20+91=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84145B is #7BEBA4. Grayscale: #3D3D3D. Windows color (decimal): -8121253 or 5969028. OLE color: 5969028.
HSL color Cylindrical-coordinate representation of color #84145B: hue angle of 321.96º 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 #84145B is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 91 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.48 |
| HSL | 321.96º | 0.74% | 0.3% | - |
| HSV(B) | 321.96º | 0.85% | 0.52% | - |
| XYZ | 11.65 | 6.16 | 10.47 | - |
| YUV | 61.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 91 | 0 | 0.85 | 0.31 | 0.48 | 321.96 | 0.74 | 0.3 |
| Hex | 84 | 14 | 5B | 0 | 55 | 1F | 30 | 142 | 4A | 1E |
| Octal | 204 | 24 | 133 | 0 | 125 | 37 | 60 | 502 | 112 | 36 |
| Binary | 10000100 | 10100 | 1011011 | 0 | 1010101 | 11111 | 110000 | 101000010 | 1001010 | 11110 |
Color Harmonies of #84145B
Complementary color
Monochromatic Colors of #84145B
Black with #84145B
Text Example
Text Example
White with #84145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84145B; }
p { color: rgb(132,20,91); }
H1.HeaderClassName
{
color: #84145B;
}
.AnyTagClassName
{
color: #84145B;
}
</style>
background-color css
<style>
a { background-color: #84145B; }
a { background-color: rgb(132,20,91); }
div.DivClassName
{
background-color: #84145B;
}
.BgClassName
{
background-color: #84145B;
}
</style>
border-color css
<style>
span { border-color: #84145B; }
span { border-color: rgb(132,20,91); }
td.TdClassName
{
border-color: #84145B;
}
.TagClassName
{
border-color: #84145B;
}
</style>