Shades of Eggplant #84155F
Tints of Eggplant #84155F
RGB
CMYK
RGB Variations
Color information
#84155F (or 0x84155F) is known color: Eggplant. HEX triplet: 84, 15 and 5F. RGB value is (132,21,95). Sum of RGB (Red+Green+Blue) = 132+21+95=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84155F is #7BEAA0. Grayscale: #3E3E3E. Windows color (decimal): -8120993 or 6231428. OLE color: 6231428.
HSL color Cylindrical-coordinate representation of color #84155F: hue angle of 320º 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 #84155F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 95 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.48 |
| HSL | 320º | 0.73% | 0.3% | - |
| HSV(B) | 320º | 0.84% | 0.52% | - |
| XYZ | 11.85 | 6.27 | 11.41 | - |
| YUV | 62.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 95 | 0 | 0.84 | 0.28 | 0.48 | 320 | 0.73 | 0.3 |
| Hex | 84 | 15 | 5F | 0 | 54 | 1C | 30 | 140 | 49 | 1E |
| Octal | 204 | 25 | 137 | 0 | 124 | 34 | 60 | 500 | 111 | 36 |
| Binary | 10000100 | 10101 | 1011111 | 0 | 1010100 | 11100 | 110000 | 101000000 | 1001001 | 11110 |
Color Harmonies of #84155F
Complementary color
Monochromatic Colors of #84155F
Black with #84155F
Text Example
Text Example
White with #84155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84155F; }
p { color: rgb(132,21,95); }
H1.HeaderClassName
{
color: #84155F;
}
.AnyTagClassName
{
color: #84155F;
}
</style>
background-color css
<style>
a { background-color: #84155F; }
a { background-color: rgb(132,21,95); }
div.DivClassName
{
background-color: #84155F;
}
.BgClassName
{
background-color: #84155F;
}
</style>
border-color css
<style>
span { border-color: #84155F; }
span { border-color: rgb(132,21,95); }
td.TdClassName
{
border-color: #84155F;
}
.TagClassName
{
border-color: #84155F;
}
</style>