Shades of Eggplant #8A0050
Tints of Eggplant #8A0050
RGB
CMYK
RGB Variations
Color information
#8A0050 (or 0x8A0050) is known color: Eggplant. HEX triplet: 8A, 00 and 50. RGB value is (138,0,80). Sum of RGB (Red+Green+Blue) = 138+0+80=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0050 is #75FFAF. Grayscale: #323232. Windows color (decimal): -7733168 or 5243018. OLE color: 5243018.
HSL color Cylindrical-coordinate representation of color #8A0050: hue angle of 325.22º 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 #8A0050 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.42 | 0.46 |
| HSL | 325.22º | 1% | 0.27% | - |
| HSV(B) | 325.22º | 1% | 0.54% | - |
| XYZ | 11.93 | 5.98 | 8.12 | - |
| YUV | 50.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 80 | 0 | 1 | 0.42 | 0.46 | 325.22 | 1 | 0.27 |
| Hex | 8A | 0 | 50 | 0 | 64 | 2A | 2E | 145 | 64 | 1B |
| Octal | 212 | 0 | 120 | 0 | 144 | 52 | 56 | 505 | 144 | 33 |
| Binary | 10001010 | 0 | 1010000 | 0 | 1100100 | 101010 | 101110 | 101000101 | 1100100 | 11011 |
Color Harmonies of #8A0050
Complementary color
Monochromatic Colors of #8A0050
Black with #8A0050
Text Example
Text Example
White with #8A0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0050; }
p { color: rgb(138,0,80); }
H1.HeaderClassName
{
color: #8A0050;
}
.AnyTagClassName
{
color: #8A0050;
}
</style>
background-color css
<style>
a { background-color: #8A0050; }
a { background-color: rgb(138,0,80); }
div.DivClassName
{
background-color: #8A0050;
}
.BgClassName
{
background-color: #8A0050;
}
</style>
border-color css
<style>
span { border-color: #8A0050; }
span { border-color: rgb(138,0,80); }
td.TdClassName
{
border-color: #8A0050;
}
.TagClassName
{
border-color: #8A0050;
}
</style>