Shades of Eggplant #8A0054
Tints of Eggplant #8A0054
RGB
CMYK
RGB Variations
Color information
#8A0054 (or 0x8A0054) is known color: Eggplant. HEX triplet: 8A, 00 and 54. RGB value is (138,0,84). Sum of RGB (Red+Green+Blue) = 138+0+84=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0054 is #75FFAB. Grayscale: #323232. Windows color (decimal): -7733164 or 5505162. OLE color: 5505162.
HSL color Cylindrical-coordinate representation of color #8A0054: hue angle of 323.48º 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 #8A0054 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.39 | 0.46 |
| HSL | 323.48º | 1% | 0.27% | - |
| HSV(B) | 323.48º | 1% | 0.54% | - |
| XYZ | 12.08 | 6.04 | 8.92 | - |
| YUV | 50.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 84 | 0 | 1 | 0.39 | 0.46 | 323.48 | 1 | 0.27 |
| Hex | 8A | 0 | 54 | 0 | 64 | 27 | 2E | 143 | 64 | 1B |
| Octal | 212 | 0 | 124 | 0 | 144 | 47 | 56 | 503 | 144 | 33 |
| Binary | 10001010 | 0 | 1010100 | 0 | 1100100 | 100111 | 101110 | 101000011 | 1100100 | 11011 |
Color Harmonies of #8A0054
Complementary color
Monochromatic Colors of #8A0054
Black with #8A0054
Text Example
Text Example
White with #8A0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0054; }
p { color: rgb(138,0,84); }
H1.HeaderClassName
{
color: #8A0054;
}
.AnyTagClassName
{
color: #8A0054;
}
</style>
background-color css
<style>
a { background-color: #8A0054; }
a { background-color: rgb(138,0,84); }
div.DivClassName
{
background-color: #8A0054;
}
.BgClassName
{
background-color: #8A0054;
}
</style>
border-color css
<style>
span { border-color: #8A0054; }
span { border-color: rgb(138,0,84); }
td.TdClassName
{
border-color: #8A0054;
}
.TagClassName
{
border-color: #8A0054;
}
</style>