Shades of Eggplant #8A044D
Tints of Eggplant #8A044D
RGB
CMYK
RGB Variations
Color information
#8A044D (or 0x8A044D) is known color: Eggplant. HEX triplet: 8A, 04 and 4D. RGB value is (138,4,77). Sum of RGB (Red+Green+Blue) = 138+4+77=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A044D is #75FBB2. Grayscale: #343434. Windows color (decimal): -7732147 or 5047434. OLE color: 5047434.
HSL color Cylindrical-coordinate representation of color #8A044D: hue angle of 327.31º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A044D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.46 |
| HSL | 327.31º | 0.94% | 0.28% | - |
| HSV(B) | 327.31º | 0.97% | 0.54% | - |
| XYZ | 11.86 | 6.03 | 7.56 | - |
| YUV | 52.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 77 | 0 | 0.97 | 0.44 | 0.46 | 327.31 | 0.94 | 0.28 |
| Hex | 8A | 4 | 4D | 0 | 61 | 2C | 2E | 147 | 5E | 1C |
| Octal | 212 | 4 | 115 | 0 | 141 | 54 | 56 | 507 | 136 | 34 |
| Binary | 10001010 | 100 | 1001101 | 0 | 1100001 | 101100 | 101110 | 101000111 | 1011110 | 11100 |
Color Harmonies of #8A044D
Complementary color
Monochromatic Colors of #8A044D
Black with #8A044D
Text Example
Text Example
White with #8A044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A044D; }
p { color: rgb(138,4,77); }
H1.HeaderClassName
{
color: #8A044D;
}
.AnyTagClassName
{
color: #8A044D;
}
</style>
background-color css
<style>
a { background-color: #8A044D; }
a { background-color: rgb(138,4,77); }
div.DivClassName
{
background-color: #8A044D;
}
.BgClassName
{
background-color: #8A044D;
}
</style>
border-color css
<style>
span { border-color: #8A044D; }
span { border-color: rgb(138,4,77); }
td.TdClassName
{
border-color: #8A044D;
}
.TagClassName
{
border-color: #8A044D;
}
</style>