Shades of Eggplant #84155B
Tints of Eggplant #84155B
RGB
CMYK
RGB Variations
Color information
#84155B (or 0x84155B) is known color: Eggplant. HEX triplet: 84, 15 and 5B. RGB value is (132,21,91). Sum of RGB (Red+Green+Blue) = 132+21+91=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84155B is #7BEAA4. Grayscale: #3E3E3E. Windows color (decimal): -8120997 or 5969284. OLE color: 5969284.
HSL color Cylindrical-coordinate representation of color #84155B: hue angle of 322.16º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84155B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 91 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.48 |
| HSL | 322.16º | 0.73% | 0.3% | - |
| HSV(B) | 322.16º | 0.84% | 0.52% | - |
| XYZ | 11.67 | 6.2 | 10.48 | - |
| YUV | 62.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 91 | 0 | 0.84 | 0.31 | 0.48 | 322.16 | 0.73 | 0.3 |
| Hex | 84 | 15 | 5B | 0 | 54 | 1F | 30 | 142 | 49 | 1E |
| Octal | 204 | 25 | 133 | 0 | 124 | 37 | 60 | 502 | 111 | 36 |
| Binary | 10000100 | 10101 | 1011011 | 0 | 1010100 | 11111 | 110000 | 101000010 | 1001001 | 11110 |
Color Harmonies of #84155B
Complementary color
Monochromatic Colors of #84155B
Black with #84155B
Text Example
Text Example
White with #84155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84155B; }
p { color: rgb(132,21,91); }
H1.HeaderClassName
{
color: #84155B;
}
.AnyTagClassName
{
color: #84155B;
}
</style>
background-color css
<style>
a { background-color: #84155B; }
a { background-color: rgb(132,21,91); }
div.DivClassName
{
background-color: #84155B;
}
.BgClassName
{
background-color: #84155B;
}
</style>
border-color css
<style>
span { border-color: #84155B; }
span { border-color: rgb(132,21,91); }
td.TdClassName
{
border-color: #84155B;
}
.TagClassName
{
border-color: #84155B;
}
</style>