Shades of Eggplant #8A0F5E
Tints of Eggplant #8A0F5E
RGB
CMYK
RGB Variations
Color information
#8A0F5E (or 0x8A0F5E) is known color: Eggplant. HEX triplet: 8A, 0F and 5E. RGB value is (138,15,94). Sum of RGB (Red+Green+Blue) = 138+15+94=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0F5E is #75F0A1. Grayscale: #3C3C3C. Windows color (decimal): -7729314 or 6164362. OLE color: 6164362.
HSL color Cylindrical-coordinate representation of color #8A0F5E: hue angle of 321.46º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F5E is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 15 | 94 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.46 |
| HSL | 321.46º | 0.8% | 0.3% | - |
| HSV(B) | 321.46º | 0.89% | 0.54% | - |
| XYZ | 12.67 | 6.55 | 11.19 | - |
| YUV | 60.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 94 | 0 | 0.89 | 0.32 | 0.46 | 321.46 | 0.8 | 0.3 |
| Hex | 8A | F | 5E | 0 | 59 | 20 | 2E | 141 | 50 | 1E |
| Octal | 212 | 17 | 136 | 0 | 131 | 40 | 56 | 501 | 120 | 36 |
| Binary | 10001010 | 1111 | 1011110 | 0 | 1011001 | 100000 | 101110 | 101000001 | 1010000 | 11110 |
Color Harmonies of #8A0F5E
Complementary color
Monochromatic Colors of #8A0F5E
Black with #8A0F5E
Text Example
Text Example
White with #8A0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F5E; }
p { color: rgb(138,15,94); }
H1.HeaderClassName
{
color: #8A0F5E;
}
.AnyTagClassName
{
color: #8A0F5E;
}
</style>
background-color css
<style>
a { background-color: #8A0F5E; }
a { background-color: rgb(138,15,94); }
div.DivClassName
{
background-color: #8A0F5E;
}
.BgClassName
{
background-color: #8A0F5E;
}
</style>
border-color css
<style>
span { border-color: #8A0F5E; }
span { border-color: rgb(138,15,94); }
td.TdClassName
{
border-color: #8A0F5E;
}
.TagClassName
{
border-color: #8A0F5E;
}
</style>