Shades of Eggplant #8C0452
Tints of Eggplant #8C0452
RGB
CMYK
RGB Variations
Color information
#8C0452 (or 0x8C0452) is known color: Eggplant. HEX triplet: 8C, 04 and 52. RGB value is (140,4,82). Sum of RGB (Red+Green+Blue) = 140+4+82=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0452 is #73FBAD. Grayscale: #353535. Windows color (decimal): -7601070 or 5375116. OLE color: 5375116.
HSL color Cylindrical-coordinate representation of color #8C0452: hue angle of 325.59º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0452 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 82 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.45 |
| HSL | 325.59º | 0.94% | 0.28% | - |
| HSV(B) | 325.59º | 0.97% | 0.55% | - |
| XYZ | 12.38 | 6.27 | 8.54 | - |
| YUV | 53.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 82 | 0 | 0.97 | 0.41 | 0.45 | 325.59 | 0.94 | 0.28 |
| Hex | 8C | 4 | 52 | 0 | 61 | 29 | 2D | 146 | 5E | 1C |
| Octal | 214 | 4 | 122 | 0 | 141 | 51 | 55 | 506 | 136 | 34 |
| Binary | 10001100 | 100 | 1010010 | 0 | 1100001 | 101001 | 101101 | 101000110 | 1011110 | 11100 |
Color Harmonies of #8C0452
Complementary color
Monochromatic Colors of #8C0452
Black with #8C0452
Text Example
Text Example
White with #8C0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0452; }
p { color: rgb(140,4,82); }
H1.HeaderClassName
{
color: #8C0452;
}
.AnyTagClassName
{
color: #8C0452;
}
</style>
background-color css
<style>
a { background-color: #8C0452; }
a { background-color: rgb(140,4,82); }
div.DivClassName
{
background-color: #8C0452;
}
.BgClassName
{
background-color: #8C0452;
}
</style>
border-color css
<style>
span { border-color: #8C0452; }
span { border-color: rgb(140,4,82); }
td.TdClassName
{
border-color: #8C0452;
}
.TagClassName
{
border-color: #8C0452;
}
</style>