Shades of Eggplant #84016C
Tints of Eggplant #84016C
RGB
CMYK
RGB Variations
Color information
#84016C (or 0x84016C) is known color: Eggplant. HEX triplet: 84, 01 and 6C. RGB value is (132,1,108). Sum of RGB (Red+Green+Blue) = 132+1+108=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84016C is #7BFE93. Grayscale: #343434. Windows color (decimal): -8126100 or 7078276. OLE color: 7078276.
HSL color Cylindrical-coordinate representation of color #84016C: hue angle of 310.99º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84016C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.48 |
| HSL | 310.99º | 0.98% | 0.26% | - |
| HSV(B) | 310.99º | 0.99% | 0.52% | - |
| XYZ | 12.23 | 6.01 | 14.7 | - |
| YUV | 52.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 108 | 0 | 0.99 | 0.18 | 0.48 | 310.99 | 0.98 | 0.26 |
| Hex | 84 | 1 | 6C | 0 | 63 | 12 | 30 | 137 | 62 | 1A |
| Octal | 204 | 1 | 154 | 0 | 143 | 22 | 60 | 467 | 142 | 32 |
| Binary | 10000100 | 1 | 1101100 | 0 | 1100011 | 10010 | 110000 | 100110111 | 1100010 | 11010 |
Color Harmonies of #84016C
Complementary color
Monochromatic Colors of #84016C
Black with #84016C
Text Example
Text Example
White with #84016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84016C; }
p { color: rgb(132,1,108); }
H1.HeaderClassName
{
color: #84016C;
}
.AnyTagClassName
{
color: #84016C;
}
</style>
background-color css
<style>
a { background-color: #84016C; }
a { background-color: rgb(132,1,108); }
div.DivClassName
{
background-color: #84016C;
}
.BgClassName
{
background-color: #84016C;
}
</style>
border-color css
<style>
span { border-color: #84016C; }
span { border-color: rgb(132,1,108); }
td.TdClassName
{
border-color: #84016C;
}
.TagClassName
{
border-color: #84016C;
}
</style>