Shades of Eggplant #8A024A
Tints of Eggplant #8A024A
RGB
CMYK
RGB Variations
Color information
#8A024A (or 0x8A024A) is known color: Eggplant. HEX triplet: 8A, 02 and 4A. RGB value is (138,2,74). Sum of RGB (Red+Green+Blue) = 138+2+74=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A024A is #75FDB5. Grayscale: #323232. Windows color (decimal): -7732662 or 4850314. OLE color: 4850314.
HSL color Cylindrical-coordinate representation of color #8A024A: hue angle of 328.24º 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 #8A024A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.46 |
| HSL | 328.24º | 0.97% | 0.27% | - |
| HSV(B) | 328.24º | 0.99% | 0.54% | - |
| XYZ | 11.74 | 5.94 | 7.01 | - |
| YUV | 50.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 74 | 0 | 0.99 | 0.46 | 0.46 | 328.24 | 0.97 | 0.27 |
| Hex | 8A | 2 | 4A | 0 | 63 | 2E | 2E | 148 | 61 | 1B |
| Octal | 212 | 2 | 112 | 0 | 143 | 56 | 56 | 510 | 141 | 33 |
| Binary | 10001010 | 10 | 1001010 | 0 | 1100011 | 101110 | 101110 | 101001000 | 1100001 | 11011 |
Color Harmonies of #8A024A
Complementary color
Monochromatic Colors of #8A024A
Black with #8A024A
Text Example
Text Example
White with #8A024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A024A; }
p { color: rgb(138,2,74); }
H1.HeaderClassName
{
color: #8A024A;
}
.AnyTagClassName
{
color: #8A024A;
}
</style>
background-color css
<style>
a { background-color: #8A024A; }
a { background-color: rgb(138,2,74); }
div.DivClassName
{
background-color: #8A024A;
}
.BgClassName
{
background-color: #8A024A;
}
</style>
border-color css
<style>
span { border-color: #8A024A; }
span { border-color: rgb(138,2,74); }
td.TdClassName
{
border-color: #8A024A;
}
.TagClassName
{
border-color: #8A024A;
}
</style>