Shades of Eggplant #8A0051
Tints of Eggplant #8A0051
RGB
CMYK
RGB Variations
Color information
#8A0051 (or 0x8A0051) is known color: Eggplant. HEX triplet: 8A, 00 and 51. RGB value is (138,0,81). Sum of RGB (Red+Green+Blue) = 138+0+81=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0051 is #75FFAE. Grayscale: #323232. Windows color (decimal): -7733167 or 5308554. OLE color: 5308554.
HSL color Cylindrical-coordinate representation of color #8A0051: hue angle of 324.78º 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 #8A0051 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.41 | 0.46 |
| HSL | 324.78º | 1% | 0.27% | - |
| HSV(B) | 324.78º | 1% | 0.54% | - |
| XYZ | 11.97 | 6 | 8.31 | - |
| YUV | 50.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 81 | 0 | 1 | 0.41 | 0.46 | 324.78 | 1 | 0.27 |
| Hex | 8A | 0 | 51 | 0 | 64 | 29 | 2E | 145 | 64 | 1B |
| Octal | 212 | 0 | 121 | 0 | 144 | 51 | 56 | 505 | 144 | 33 |
| Binary | 10001010 | 0 | 1010001 | 0 | 1100100 | 101001 | 101110 | 101000101 | 1100100 | 11011 |
Color Harmonies of #8A0051
Complementary color
Monochromatic Colors of #8A0051
Black with #8A0051
Text Example
Text Example
White with #8A0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0051; }
p { color: rgb(138,0,81); }
H1.HeaderClassName
{
color: #8A0051;
}
.AnyTagClassName
{
color: #8A0051;
}
</style>
background-color css
<style>
a { background-color: #8A0051; }
a { background-color: rgb(138,0,81); }
div.DivClassName
{
background-color: #8A0051;
}
.BgClassName
{
background-color: #8A0051;
}
</style>
border-color css
<style>
span { border-color: #8A0051; }
span { border-color: rgb(138,0,81); }
td.TdClassName
{
border-color: #8A0051;
}
.TagClassName
{
border-color: #8A0051;
}
</style>