Shades of Eggplant #8C0455
Tints of Eggplant #8C0455
RGB
CMYK
RGB Variations
Color information
#8C0455 (or 0x8C0455) is known color: Eggplant. HEX triplet: 8C, 04 and 55. RGB value is (140,4,85). Sum of RGB (Red+Green+Blue) = 140+4+85=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0455 is #73FBAA. Grayscale: #353535. Windows color (decimal): -7601067 or 5571724. OLE color: 5571724.
HSL color Cylindrical-coordinate representation of color #8C0455: hue angle of 324.26º 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 #8C0455 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 85 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.45 |
| HSL | 324.26º | 0.94% | 0.28% | - |
| HSV(B) | 324.26º | 0.97% | 0.55% | - |
| XYZ | 12.5 | 6.32 | 9.16 | - |
| YUV | 53.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 85 | 0 | 0.97 | 0.39 | 0.45 | 324.26 | 0.94 | 0.28 |
| Hex | 8C | 4 | 55 | 0 | 61 | 27 | 2D | 144 | 5E | 1C |
| Octal | 214 | 4 | 125 | 0 | 141 | 47 | 55 | 504 | 136 | 34 |
| Binary | 10001100 | 100 | 1010101 | 0 | 1100001 | 100111 | 101101 | 101000100 | 1011110 | 11100 |
Color Harmonies of #8C0455
Complementary color
Monochromatic Colors of #8C0455
Black with #8C0455
Text Example
Text Example
White with #8C0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0455; }
p { color: rgb(140,4,85); }
H1.HeaderClassName
{
color: #8C0455;
}
.AnyTagClassName
{
color: #8C0455;
}
</style>
background-color css
<style>
a { background-color: #8C0455; }
a { background-color: rgb(140,4,85); }
div.DivClassName
{
background-color: #8C0455;
}
.BgClassName
{
background-color: #8C0455;
}
</style>
border-color css
<style>
span { border-color: #8C0455; }
span { border-color: rgb(140,4,85); }
td.TdClassName
{
border-color: #8C0455;
}
.TagClassName
{
border-color: #8C0455;
}
</style>