Shades of Eggplant #8A024E
Tints of Eggplant #8A024E
RGB
CMYK
RGB Variations
Color information
#8A024E (or 0x8A024E) is known color: Eggplant. HEX triplet: 8A, 02 and 4E. RGB value is (138,2,78). Sum of RGB (Red+Green+Blue) = 138+2+78=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A024E is #75FDB1. Grayscale: #333333. Windows color (decimal): -7732658 or 5112458. OLE color: 5112458.
HSL color Cylindrical-coordinate representation of color #8A024E: hue angle of 326.47º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A024E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.46 |
| HSL | 326.47º | 0.97% | 0.27% | - |
| HSV(B) | 326.47º | 0.99% | 0.54% | - |
| XYZ | 11.88 | 6 | 7.74 | - |
| YUV | 51.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 78 | 0 | 0.99 | 0.43 | 0.46 | 326.47 | 0.97 | 0.27 |
| Hex | 8A | 2 | 4E | 0 | 63 | 2B | 2E | 146 | 61 | 1B |
| Octal | 212 | 2 | 116 | 0 | 143 | 53 | 56 | 506 | 141 | 33 |
| Binary | 10001010 | 10 | 1001110 | 0 | 1100011 | 101011 | 101110 | 101000110 | 1100001 | 11011 |
Color Harmonies of #8A024E
Complementary color
Monochromatic Colors of #8A024E
Black with #8A024E
Text Example
Text Example
White with #8A024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A024E; }
p { color: rgb(138,2,78); }
H1.HeaderClassName
{
color: #8A024E;
}
.AnyTagClassName
{
color: #8A024E;
}
</style>
background-color css
<style>
a { background-color: #8A024E; }
a { background-color: rgb(138,2,78); }
div.DivClassName
{
background-color: #8A024E;
}
.BgClassName
{
background-color: #8A024E;
}
</style>
border-color css
<style>
span { border-color: #8A024E; }
span { border-color: rgb(138,2,78); }
td.TdClassName
{
border-color: #8A024E;
}
.TagClassName
{
border-color: #8A024E;
}
</style>