Shades of Eggplant #8A0D5E
Tints of Eggplant #8A0D5E
RGB
CMYK
RGB Variations
Color information
#8A0D5E (or 0x8A0D5E) is known color: Eggplant. HEX triplet: 8A, 0D and 5E. RGB value is (138,13,94). Sum of RGB (Red+Green+Blue) = 138+13+94=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D5E is #75F2A1. Grayscale: #3B3B3B. Windows color (decimal): -7729826 or 6163850. OLE color: 6163850.
HSL color Cylindrical-coordinate representation of color #8A0D5E: hue angle of 321.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D5E is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 13 | 94 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.46 |
| HSL | 321.12º | 0.83% | 0.3% | - |
| HSV(B) | 321.12º | 0.91% | 0.54% | - |
| XYZ | 12.65 | 6.5 | 11.18 | - |
| YUV | 59.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 94 | 0 | 0.91 | 0.32 | 0.46 | 321.12 | 0.83 | 0.3 |
| Hex | 8A | D | 5E | 0 | 5B | 20 | 2E | 141 | 53 | 1E |
| Octal | 212 | 15 | 136 | 0 | 133 | 40 | 56 | 501 | 123 | 36 |
| Binary | 10001010 | 1101 | 1011110 | 0 | 1011011 | 100000 | 101110 | 101000001 | 1010011 | 11110 |
Color Harmonies of #8A0D5E
Complementary color
Monochromatic Colors of #8A0D5E
Black with #8A0D5E
Text Example
Text Example
White with #8A0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0D5E; }
p { color: rgb(138,13,94); }
H1.HeaderClassName
{
color: #8A0D5E;
}
.AnyTagClassName
{
color: #8A0D5E;
}
</style>
background-color css
<style>
a { background-color: #8A0D5E; }
a { background-color: rgb(138,13,94); }
div.DivClassName
{
background-color: #8A0D5E;
}
.BgClassName
{
background-color: #8A0D5E;
}
</style>
border-color css
<style>
span { border-color: #8A0D5E; }
span { border-color: rgb(138,13,94); }
td.TdClassName
{
border-color: #8A0D5E;
}
.TagClassName
{
border-color: #8A0D5E;
}
</style>