Shades of Eggplant #8A044B
Tints of Eggplant #8A044B
RGB
CMYK
RGB Variations
Color information
#8A044B (or 0x8A044B) is known color: Eggplant. HEX triplet: 8A, 04 and 4B. RGB value is (138,4,75). Sum of RGB (Red+Green+Blue) = 138+4+75=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A044B is #75FBB4. Grayscale: #343434. Windows color (decimal): -7732149 or 4916362. OLE color: 4916362.
HSL color Cylindrical-coordinate representation of color #8A044B: hue angle of 328.21º 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 #8A044B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 75 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.46 |
| HSL | 328.21º | 0.94% | 0.28% | - |
| HSV(B) | 328.21º | 0.97% | 0.54% | - |
| XYZ | 11.79 | 6 | 7.19 | - |
| YUV | 52.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 75 | 0 | 0.97 | 0.46 | 0.46 | 328.21 | 0.94 | 0.28 |
| Hex | 8A | 4 | 4B | 0 | 61 | 2E | 2E | 148 | 5E | 1C |
| Octal | 212 | 4 | 113 | 0 | 141 | 56 | 56 | 510 | 136 | 34 |
| Binary | 10001010 | 100 | 1001011 | 0 | 1100001 | 101110 | 101110 | 101001000 | 1011110 | 11100 |
Color Harmonies of #8A044B
Complementary color
Monochromatic Colors of #8A044B
Black with #8A044B
Text Example
Text Example
White with #8A044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A044B; }
p { color: rgb(138,4,75); }
H1.HeaderClassName
{
color: #8A044B;
}
.AnyTagClassName
{
color: #8A044B;
}
</style>
background-color css
<style>
a { background-color: #8A044B; }
a { background-color: rgb(138,4,75); }
div.DivClassName
{
background-color: #8A044B;
}
.BgClassName
{
background-color: #8A044B;
}
</style>
border-color css
<style>
span { border-color: #8A044B; }
span { border-color: rgb(138,4,75); }
td.TdClassName
{
border-color: #8A044B;
}
.TagClassName
{
border-color: #8A044B;
}
</style>