Shades of Eggplant #84016B
Tints of Eggplant #84016B
RGB
CMYK
RGB Variations
Color information
#84016B (or 0x84016B) is known color: Eggplant. HEX triplet: 84, 01 and 6B. RGB value is (132,1,107). Sum of RGB (Red+Green+Blue) = 132+1+107=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84016B is #7BFE94. Grayscale: #333333. Windows color (decimal): -8126101 or 7012740. OLE color: 7012740.
HSL color Cylindrical-coordinate representation of color #84016B: hue angle of 311.45º 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 #84016B is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.48 |
| HSL | 311.45º | 0.98% | 0.26% | - |
| HSV(B) | 311.45º | 0.99% | 0.52% | - |
| XYZ | 12.18 | 5.99 | 14.42 | - |
| YUV | 52.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 107 | 0 | 0.99 | 0.19 | 0.48 | 311.45 | 0.98 | 0.26 |
| Hex | 84 | 1 | 6B | 0 | 63 | 13 | 30 | 137 | 62 | 1A |
| Octal | 204 | 1 | 153 | 0 | 143 | 23 | 60 | 467 | 142 | 32 |
| Binary | 10000100 | 1 | 1101011 | 0 | 1100011 | 10011 | 110000 | 100110111 | 1100010 | 11010 |
Color Harmonies of #84016B
Complementary color
Monochromatic Colors of #84016B
Black with #84016B
Text Example
Text Example
White with #84016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84016B; }
p { color: rgb(132,1,107); }
H1.HeaderClassName
{
color: #84016B;
}
.AnyTagClassName
{
color: #84016B;
}
</style>
background-color css
<style>
a { background-color: #84016B; }
a { background-color: rgb(132,1,107); }
div.DivClassName
{
background-color: #84016B;
}
.BgClassName
{
background-color: #84016B;
}
</style>
border-color css
<style>
span { border-color: #84016B; }
span { border-color: rgb(132,1,107); }
td.TdClassName
{
border-color: #84016B;
}
.TagClassName
{
border-color: #84016B;
}
</style>