Shades of Eggplant #840C50
Tints of Eggplant #840C50
RGB
CMYK
RGB Variations
Color information
#840C50 (or 0x840C50) is known color: Eggplant. HEX triplet: 84, 0C and 50. RGB value is (132,12,80). Sum of RGB (Red+Green+Blue) = 132+12+80=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #840C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C50 is #7BF3AF. Grayscale: #373737. Windows color (decimal): -8123312 or 5246084. OLE color: 5246084.
HSL color Cylindrical-coordinate representation of color #840C50: hue angle of 326º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C50 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 80 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.48 |
| HSL | 326º | 0.83% | 0.28% | - |
| HSV(B) | 326º | 0.91% | 0.52% | - |
| XYZ | 11.1 | 5.75 | 8.11 | - |
| YUV | 55.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 80 | 0 | 0.91 | 0.39 | 0.48 | 326 | 0.83 | 0.28 |
| Hex | 84 | C | 50 | 0 | 5B | 27 | 30 | 146 | 53 | 1C |
| Octal | 204 | 14 | 120 | 0 | 133 | 47 | 60 | 506 | 123 | 34 |
| Binary | 10000100 | 1100 | 1010000 | 0 | 1011011 | 100111 | 110000 | 101000110 | 1010011 | 11100 |
Color Harmonies of #840C50
Complementary color
Monochromatic Colors of #840C50
Black with #840C50
Text Example
Text Example
White with #840C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C50; }
p { color: rgb(132,12,80); }
H1.HeaderClassName
{
color: #840C50;
}
.AnyTagClassName
{
color: #840C50;
}
</style>
background-color css
<style>
a { background-color: #840C50; }
a { background-color: rgb(132,12,80); }
div.DivClassName
{
background-color: #840C50;
}
.BgClassName
{
background-color: #840C50;
}
</style>
border-color css
<style>
span { border-color: #840C50; }
span { border-color: rgb(132,12,80); }
td.TdClassName
{
border-color: #840C50;
}
.TagClassName
{
border-color: #840C50;
}
</style>