Shades of Eggplant #8C044F
Tints of Eggplant #8C044F
RGB
CMYK
RGB Variations
Color information
#8C044F (or 0x8C044F) is known color: Eggplant. HEX triplet: 8C, 04 and 4F. RGB value is (140,4,79). Sum of RGB (Red+Green+Blue) = 140+4+79=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C044F is #73FBB0. Grayscale: #353535. Windows color (decimal): -7601073 or 5178508. OLE color: 5178508.
HSL color Cylindrical-coordinate representation of color #8C044F: hue angle of 326.91º 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 #8C044F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.45 |
| HSL | 326.91º | 0.94% | 0.28% | - |
| HSV(B) | 326.91º | 0.97% | 0.55% | - |
| XYZ | 12.27 | 6.23 | 7.95 | - |
| YUV | 53.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 79 | 0 | 0.97 | 0.44 | 0.45 | 326.91 | 0.94 | 0.28 |
| Hex | 8C | 4 | 4F | 0 | 61 | 2C | 2D | 147 | 5E | 1C |
| Octal | 214 | 4 | 117 | 0 | 141 | 54 | 55 | 507 | 136 | 34 |
| Binary | 10001100 | 100 | 1001111 | 0 | 1100001 | 101100 | 101101 | 101000111 | 1011110 | 11100 |
Color Harmonies of #8C044F
Complementary color
Monochromatic Colors of #8C044F
Black with #8C044F
Text Example
Text Example
White with #8C044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C044F; }
p { color: rgb(140,4,79); }
H1.HeaderClassName
{
color: #8C044F;
}
.AnyTagClassName
{
color: #8C044F;
}
</style>
background-color css
<style>
a { background-color: #8C044F; }
a { background-color: rgb(140,4,79); }
div.DivClassName
{
background-color: #8C044F;
}
.BgClassName
{
background-color: #8C044F;
}
</style>
border-color css
<style>
span { border-color: #8C044F; }
span { border-color: rgb(140,4,79); }
td.TdClassName
{
border-color: #8C044F;
}
.TagClassName
{
border-color: #8C044F;
}
</style>