Shades of Eggplant #84135B
Tints of Eggplant #84135B
RGB
CMYK
RGB Variations
Color information
#84135B (or 0x84135B) is known color: Eggplant. HEX triplet: 84, 13 and 5B. RGB value is (132,19,91). Sum of RGB (Red+Green+Blue) = 132+19+91=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84135B is #7BECA4. Grayscale: #3C3C3C. Windows color (decimal): -8121509 or 5968772. OLE color: 5968772.
HSL color Cylindrical-coordinate representation of color #84135B: hue angle of 321.77º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84135B is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 91 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.48 |
| HSL | 321.77º | 0.75% | 0.3% | - |
| HSV(B) | 321.77º | 0.86% | 0.52% | - |
| XYZ | 11.64 | 6.13 | 10.47 | - |
| YUV | 61 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 91 | 0 | 0.86 | 0.31 | 0.48 | 321.77 | 0.75 | 0.3 |
| Hex | 84 | 13 | 5B | 0 | 56 | 1F | 30 | 142 | 4B | 1E |
| Octal | 204 | 23 | 133 | 0 | 126 | 37 | 60 | 502 | 113 | 36 |
| Binary | 10000100 | 10011 | 1011011 | 0 | 1010110 | 11111 | 110000 | 101000010 | 1001011 | 11110 |
Color Harmonies of #84135B
Complementary color
Monochromatic Colors of #84135B
Black with #84135B
Text Example
Text Example
White with #84135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84135B; }
p { color: rgb(132,19,91); }
H1.HeaderClassName
{
color: #84135B;
}
.AnyTagClassName
{
color: #84135B;
}
</style>
background-color css
<style>
a { background-color: #84135B; }
a { background-color: rgb(132,19,91); }
div.DivClassName
{
background-color: #84135B;
}
.BgClassName
{
background-color: #84135B;
}
</style>
border-color css
<style>
span { border-color: #84135B; }
span { border-color: rgb(132,19,91); }
td.TdClassName
{
border-color: #84135B;
}
.TagClassName
{
border-color: #84135B;
}
</style>