Shades of Eggplant #84115C
Tints of Eggplant #84115C
RGB
CMYK
RGB Variations
Color information
#84115C (or 0x84115C) is known color: Eggplant. HEX triplet: 84, 11 and 5C. RGB value is (132,17,92). Sum of RGB (Red+Green+Blue) = 132+17+92=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84115C is #7BEEA3. Grayscale: #3B3B3B. Windows color (decimal): -8122020 or 6033796. OLE color: 6033796.
HSL color Cylindrical-coordinate representation of color #84115C: hue angle of 320.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84115C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 92 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.48 |
| HSL | 320.87º | 0.77% | 0.29% | - |
| HSV(B) | 320.87º | 0.87% | 0.52% | - |
| XYZ | 11.65 | 6.08 | 10.68 | - |
| YUV | 59.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 92 | 0 | 0.87 | 0.30 | 0.48 | 320.87 | 0.77 | 0.29 |
| Hex | 84 | 11 | 5C | 0 | 57 | 1E | 30 | 141 | 4D | 1D |
| Octal | 204 | 21 | 134 | 0 | 127 | 36 | 60 | 501 | 115 | 35 |
| Binary | 10000100 | 10001 | 1011100 | 0 | 1010111 | 11110 | 110000 | 101000001 | 1001101 | 11101 |
Color Harmonies of #84115C
Complementary color
Monochromatic Colors of #84115C
Black with #84115C
Text Example
Text Example
White with #84115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84115C; }
p { color: rgb(132,17,92); }
H1.HeaderClassName
{
color: #84115C;
}
.AnyTagClassName
{
color: #84115C;
}
</style>
background-color css
<style>
a { background-color: #84115C; }
a { background-color: rgb(132,17,92); }
div.DivClassName
{
background-color: #84115C;
}
.BgClassName
{
background-color: #84115C;
}
</style>
border-color css
<style>
span { border-color: #84115C; }
span { border-color: rgb(132,17,92); }
td.TdClassName
{
border-color: #84115C;
}
.TagClassName
{
border-color: #84115C;
}
</style>