Shades of Eggplant #84015B
Tints of Eggplant #84015B
RGB
CMYK
RGB Variations
Color information
#84015B (or 0x84015B) is known color: Eggplant. HEX triplet: 84, 01 and 5B. RGB value is (132,1,91). Sum of RGB (Red+Green+Blue) = 132+1+91=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84015B is #7BFEA4. Grayscale: #323232. Windows color (decimal): -8126117 or 5964164. OLE color: 5964164.
HSL color Cylindrical-coordinate representation of color #84015B: hue angle of 318.78º 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 #84015B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.48 |
| HSL | 318.78º | 0.98% | 0.26% | - |
| HSV(B) | 318.78º | 0.99% | 0.52% | - |
| XYZ | 11.41 | 5.68 | 10.39 | - |
| YUV | 50.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 91 | 0 | 0.99 | 0.31 | 0.48 | 318.78 | 0.98 | 0.26 |
| Hex | 84 | 1 | 5B | 0 | 63 | 1F | 30 | 13F | 62 | 1A |
| Octal | 204 | 1 | 133 | 0 | 143 | 37 | 60 | 477 | 142 | 32 |
| Binary | 10000100 | 1 | 1011011 | 0 | 1100011 | 11111 | 110000 | 100111111 | 1100010 | 11010 |
Color Harmonies of #84015B
Complementary color
Monochromatic Colors of #84015B
Black with #84015B
Text Example
Text Example
White with #84015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84015B; }
p { color: rgb(132,1,91); }
H1.HeaderClassName
{
color: #84015B;
}
.AnyTagClassName
{
color: #84015B;
}
</style>
background-color css
<style>
a { background-color: #84015B; }
a { background-color: rgb(132,1,91); }
div.DivClassName
{
background-color: #84015B;
}
.BgClassName
{
background-color: #84015B;
}
</style>
border-color css
<style>
span { border-color: #84015B; }
span { border-color: rgb(132,1,91); }
td.TdClassName
{
border-color: #84015B;
}
.TagClassName
{
border-color: #84015B;
}
</style>