Shades of Eggplant #8A0057
Tints of Eggplant #8A0057
RGB
CMYK
RGB Variations
Color information
#8A0057 (or 0x8A0057) is known color: Eggplant. HEX triplet: 8A, 00 and 57. RGB value is (138,0,87). Sum of RGB (Red+Green+Blue) = 138+0+87=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0057 is #75FFA8. Grayscale: #323232. Windows color (decimal): -7733161 or 5701770. OLE color: 5701770.
HSL color Cylindrical-coordinate representation of color #8A0057: hue angle of 322.17º 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 #8A0057 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.37 | 0.46 |
| HSL | 322.17º | 1% | 0.27% | - |
| HSV(B) | 322.17º | 1% | 0.54% | - |
| XYZ | 12.2 | 6.09 | 9.55 | - |
| YUV | 51.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 87 | 0 | 1 | 0.37 | 0.46 | 322.17 | 1 | 0.27 |
| Hex | 8A | 0 | 57 | 0 | 64 | 25 | 2E | 142 | 64 | 1B |
| Octal | 212 | 0 | 127 | 0 | 144 | 45 | 56 | 502 | 144 | 33 |
| Binary | 10001010 | 0 | 1010111 | 0 | 1100100 | 100101 | 101110 | 101000010 | 1100100 | 11011 |
Color Harmonies of #8A0057
Complementary color
Monochromatic Colors of #8A0057
Black with #8A0057
Text Example
Text Example
White with #8A0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0057; }
p { color: rgb(138,0,87); }
H1.HeaderClassName
{
color: #8A0057;
}
.AnyTagClassName
{
color: #8A0057;
}
</style>
background-color css
<style>
a { background-color: #8A0057; }
a { background-color: rgb(138,0,87); }
div.DivClassName
{
background-color: #8A0057;
}
.BgClassName
{
background-color: #8A0057;
}
</style>
border-color css
<style>
span { border-color: #8A0057; }
span { border-color: rgb(138,0,87); }
td.TdClassName
{
border-color: #8A0057;
}
.TagClassName
{
border-color: #8A0057;
}
</style>