Shades of Eggplant #8A0052
Tints of Eggplant #8A0052
RGB
CMYK
RGB Variations
Color information
#8A0052 (or 0x8A0052) is known color: Eggplant. HEX triplet: 8A, 00 and 52. RGB value is (138,0,82). Sum of RGB (Red+Green+Blue) = 138+0+82=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0052 is #75FFAD. Grayscale: #323232. Windows color (decimal): -7733166 or 5374090. OLE color: 5374090.
HSL color Cylindrical-coordinate representation of color #8A0052: hue angle of 324.35º 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 #8A0052 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.41 | 0.46 |
| HSL | 324.35º | 1% | 0.27% | - |
| HSV(B) | 324.35º | 1% | 0.54% | - |
| XYZ | 12 | 6.01 | 8.51 | - |
| YUV | 50.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 82 | 0 | 1 | 0.41 | 0.46 | 324.35 | 1 | 0.27 |
| Hex | 8A | 0 | 52 | 0 | 64 | 29 | 2E | 144 | 64 | 1B |
| Octal | 212 | 0 | 122 | 0 | 144 | 51 | 56 | 504 | 144 | 33 |
| Binary | 10001010 | 0 | 1010010 | 0 | 1100100 | 101001 | 101110 | 101000100 | 1100100 | 11011 |
Color Harmonies of #8A0052
Complementary color
Monochromatic Colors of #8A0052
Black with #8A0052
Text Example
Text Example
White with #8A0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0052; }
p { color: rgb(138,0,82); }
H1.HeaderClassName
{
color: #8A0052;
}
.AnyTagClassName
{
color: #8A0052;
}
</style>
background-color css
<style>
a { background-color: #8A0052; }
a { background-color: rgb(138,0,82); }
div.DivClassName
{
background-color: #8A0052;
}
.BgClassName
{
background-color: #8A0052;
}
</style>
border-color css
<style>
span { border-color: #8A0052; }
span { border-color: rgb(138,0,82); }
td.TdClassName
{
border-color: #8A0052;
}
.TagClassName
{
border-color: #8A0052;
}
</style>