Shades of Eggplant #8A004C
Tints of Eggplant #8A004C
RGB
CMYK
RGB Variations
Color information
#8A004C (or 0x8A004C) is known color: Eggplant. HEX triplet: 8A, 00 and 4C. RGB value is (138,0,76). Sum of RGB (Red+Green+Blue) = 138+0+76=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A004C is #75FFB3. Grayscale: #313131. Windows color (decimal): -7733172 or 4980874. OLE color: 4980874.
HSL color Cylindrical-coordinate representation of color #8A004C: hue angle of 326.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A004C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.45 | 0.46 |
| HSL | 326.96º | 1% | 0.27% | - |
| HSV(B) | 326.96º | 1% | 0.54% | - |
| XYZ | 11.79 | 5.93 | 7.36 | - |
| YUV | 49.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 76 | 0 | 1 | 0.45 | 0.46 | 326.96 | 1 | 0.27 |
| Hex | 8A | 0 | 4C | 0 | 64 | 2D | 2E | 147 | 64 | 1B |
| Octal | 212 | 0 | 114 | 0 | 144 | 55 | 56 | 507 | 144 | 33 |
| Binary | 10001010 | 0 | 1001100 | 0 | 1100100 | 101101 | 101110 | 101000111 | 1100100 | 11011 |
Color Harmonies of #8A004C
Complementary color
Monochromatic Colors of #8A004C
Black with #8A004C
Text Example
Text Example
White with #8A004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A004C; }
p { color: rgb(138,0,76); }
H1.HeaderClassName
{
color: #8A004C;
}
.AnyTagClassName
{
color: #8A004C;
}
</style>
background-color css
<style>
a { background-color: #8A004C; }
a { background-color: rgb(138,0,76); }
div.DivClassName
{
background-color: #8A004C;
}
.BgClassName
{
background-color: #8A004C;
}
</style>
border-color css
<style>
span { border-color: #8A004C; }
span { border-color: rgb(138,0,76); }
td.TdClassName
{
border-color: #8A004C;
}
.TagClassName
{
border-color: #8A004C;
}
</style>