Shades of Eggplant #8C046C
Tints of Eggplant #8C046C
RGB
CMYK
RGB Variations
Color information
#8C046C (or 0x8C046C) is known color: Eggplant. HEX triplet: 8C, 04 and 6C. RGB value is (140,4,108). Sum of RGB (Red+Green+Blue) = 140+4+108=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C046C is #73FB93. Grayscale: #383838. Windows color (decimal): -7601044 or 7079052. OLE color: 7079052.
HSL color Cylindrical-coordinate representation of color #8C046C: hue angle of 314.12º 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 #8C046C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 108 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.45 |
| HSL | 314.12º | 0.94% | 0.28% | - |
| HSV(B) | 314.12º | 0.97% | 0.55% | - |
| XYZ | 13.57 | 6.74 | 14.77 | - |
| YUV | 56.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 108 | 0 | 0.97 | 0.23 | 0.45 | 314.12 | 0.94 | 0.28 |
| Hex | 8C | 4 | 6C | 0 | 61 | 17 | 2D | 13A | 5E | 1C |
| Octal | 214 | 4 | 154 | 0 | 141 | 27 | 55 | 472 | 136 | 34 |
| Binary | 10001100 | 100 | 1101100 | 0 | 1100001 | 10111 | 101101 | 100111010 | 1011110 | 11100 |
Color Harmonies of #8C046C
Complementary color
Monochromatic Colors of #8C046C
Black with #8C046C
Text Example
Text Example
White with #8C046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C046C; }
p { color: rgb(140,4,108); }
H1.HeaderClassName
{
color: #8C046C;
}
.AnyTagClassName
{
color: #8C046C;
}
</style>
background-color css
<style>
a { background-color: #8C046C; }
a { background-color: rgb(140,4,108); }
div.DivClassName
{
background-color: #8C046C;
}
.BgClassName
{
background-color: #8C046C;
}
</style>
border-color css
<style>
span { border-color: #8C046C; }
span { border-color: rgb(140,4,108); }
td.TdClassName
{
border-color: #8C046C;
}
.TagClassName
{
border-color: #8C046C;
}
</style>