Shades of Eggplant #8A145E
Tints of Eggplant #8A145E
RGB
CMYK
RGB Variations
Color information
#8A145E (or 0x8A145E) is known color: Eggplant. HEX triplet: 8A, 14 and 5E. RGB value is (138,20,94). Sum of RGB (Red+Green+Blue) = 138+20+94=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A145E is #75EBA1. Grayscale: #3F3F3F. Windows color (decimal): -7728034 or 6165642. OLE color: 6165642.
HSL color Cylindrical-coordinate representation of color #8A145E: hue angle of 322.37º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A145E is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 20 | 94 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.46 |
| HSL | 322.37º | 0.75% | 0.31% | - |
| HSV(B) | 322.37º | 0.86% | 0.54% | - |
| XYZ | 12.75 | 6.71 | 11.21 | - |
| YUV | 63.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 94 | 0 | 0.86 | 0.32 | 0.46 | 322.37 | 0.75 | 0.31 |
| Hex | 8A | 14 | 5E | 0 | 56 | 20 | 2E | 142 | 4B | 1F |
| Octal | 212 | 24 | 136 | 0 | 126 | 40 | 56 | 502 | 113 | 37 |
| Binary | 10001010 | 10100 | 1011110 | 0 | 1010110 | 100000 | 101110 | 101000010 | 1001011 | 11111 |
Color Harmonies of #8A145E
Complementary color
Monochromatic Colors of #8A145E
Black with #8A145E
Text Example
Text Example
White with #8A145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A145E; }
p { color: rgb(138,20,94); }
H1.HeaderClassName
{
color: #8A145E;
}
.AnyTagClassName
{
color: #8A145E;
}
</style>
background-color css
<style>
a { background-color: #8A145E; }
a { background-color: rgb(138,20,94); }
div.DivClassName
{
background-color: #8A145E;
}
.BgClassName
{
background-color: #8A145E;
}
</style>
border-color css
<style>
span { border-color: #8A145E; }
span { border-color: rgb(138,20,94); }
td.TdClassName
{
border-color: #8A145E;
}
.TagClassName
{
border-color: #8A145E;
}
</style>