Shades of Eggplant #84035C
Tints of Eggplant #84035C
RGB
CMYK
RGB Variations
Color information
#84035C (or 0x84035C) is known color: Eggplant. HEX triplet: 84, 03 and 5C. RGB value is (132,3,92). Sum of RGB (Red+Green+Blue) = 132+3+92=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84035C is #7BFCA3. Grayscale: #333333. Windows color (decimal): -8125604 or 6030212. OLE color: 6030212.
HSL color Cylindrical-coordinate representation of color #84035C: hue angle of 318.6º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84035C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.48 |
| HSL | 318.6º | 0.96% | 0.26% | - |
| HSV(B) | 318.6º | 0.98% | 0.52% | - |
| XYZ | 11.48 | 5.74 | 10.63 | - |
| YUV | 51.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 92 | 0 | 0.98 | 0.30 | 0.48 | 318.6 | 0.96 | 0.26 |
| Hex | 84 | 3 | 5C | 0 | 62 | 1E | 30 | 13F | 60 | 1A |
| Octal | 204 | 3 | 134 | 0 | 142 | 36 | 60 | 477 | 140 | 32 |
| Binary | 10000100 | 11 | 1011100 | 0 | 1100010 | 11110 | 110000 | 100111111 | 1100000 | 11010 |
Color Harmonies of #84035C
Complementary color
Monochromatic Colors of #84035C
Black with #84035C
Text Example
Text Example
White with #84035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84035C; }
p { color: rgb(132,3,92); }
H1.HeaderClassName
{
color: #84035C;
}
.AnyTagClassName
{
color: #84035C;
}
</style>
background-color css
<style>
a { background-color: #84035C; }
a { background-color: rgb(132,3,92); }
div.DivClassName
{
background-color: #84035C;
}
.BgClassName
{
background-color: #84035C;
}
</style>
border-color css
<style>
span { border-color: #84035C; }
span { border-color: rgb(132,3,92); }
td.TdClassName
{
border-color: #84035C;
}
.TagClassName
{
border-color: #84035C;
}
</style>