Shades of Eggplant #840C58
Tints of Eggplant #840C58
RGB
CMYK
RGB Variations
Color information
#840C58 (or 0x840C58) is known color: Eggplant. HEX triplet: 84, 0C and 58. RGB value is (132,12,88). Sum of RGB (Red+Green+Blue) = 132+12+88=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #840C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C58 is #7BF3A7. Grayscale: #383838. Windows color (decimal): -8123304 or 5770372. OLE color: 5770372.
HSL color Cylindrical-coordinate representation of color #840C58: hue angle of 322º 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 #840C58 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 88 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.48 |
| HSL | 322º | 0.83% | 0.28% | - |
| HSV(B) | 322º | 0.91% | 0.52% | - |
| XYZ | 11.41 | 5.87 | 9.76 | - |
| YUV | 56.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 88 | 0 | 0.91 | 0.33 | 0.48 | 322 | 0.83 | 0.28 |
| Hex | 84 | C | 58 | 0 | 5B | 21 | 30 | 142 | 53 | 1C |
| Octal | 204 | 14 | 130 | 0 | 133 | 41 | 60 | 502 | 123 | 34 |
| Binary | 10000100 | 1100 | 1011000 | 0 | 1011011 | 100001 | 110000 | 101000010 | 1010011 | 11100 |
Color Harmonies of #840C58
Complementary color
Monochromatic Colors of #840C58
Black with #840C58
Text Example
Text Example
White with #840C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C58; }
p { color: rgb(132,12,88); }
H1.HeaderClassName
{
color: #840C58;
}
.AnyTagClassName
{
color: #840C58;
}
</style>
background-color css
<style>
a { background-color: #840C58; }
a { background-color: rgb(132,12,88); }
div.DivClassName
{
background-color: #840C58;
}
.BgClassName
{
background-color: #840C58;
}
</style>
border-color css
<style>
span { border-color: #840C58; }
span { border-color: rgb(132,12,88); }
td.TdClassName
{
border-color: #840C58;
}
.TagClassName
{
border-color: #840C58;
}
</style>