Shades of Eggplant #8A0147
Tints of Eggplant #8A0147
RGB
CMYK
RGB Variations
Color information
#8A0147 (or 0x8A0147) is known color: Eggplant. HEX triplet: 8A, 01 and 47. RGB value is (138,1,71). Sum of RGB (Red+Green+Blue) = 138+1+71=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0147 is #75FEB8. Grayscale: #313131. Windows color (decimal): -7732921 or 4653450. OLE color: 4653450.
HSL color Cylindrical-coordinate representation of color #8A0147: hue angle of 329.34º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0147 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.46 |
| HSL | 329.34º | 0.99% | 0.27% | - |
| HSV(B) | 329.34º | 0.99% | 0.54% | - |
| XYZ | 11.63 | 5.88 | 6.48 | - |
| YUV | 49.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 71 | 0 | 0.99 | 0.49 | 0.46 | 329.34 | 0.99 | 0.27 |
| Hex | 8A | 1 | 47 | 0 | 63 | 31 | 2E | 149 | 63 | 1B |
| Octal | 212 | 1 | 107 | 0 | 143 | 61 | 56 | 511 | 143 | 33 |
| Binary | 10001010 | 1 | 1000111 | 0 | 1100011 | 110001 | 101110 | 101001001 | 1100011 | 11011 |
Color Harmonies of #8A0147
Complementary color
Monochromatic Colors of #8A0147
Black with #8A0147
Text Example
Text Example
White with #8A0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0147; }
p { color: rgb(138,1,71); }
H1.HeaderClassName
{
color: #8A0147;
}
.AnyTagClassName
{
color: #8A0147;
}
</style>
background-color css
<style>
a { background-color: #8A0147; }
a { background-color: rgb(138,1,71); }
div.DivClassName
{
background-color: #8A0147;
}
.BgClassName
{
background-color: #8A0147;
}
</style>
border-color css
<style>
span { border-color: #8A0147; }
span { border-color: rgb(138,1,71); }
td.TdClassName
{
border-color: #8A0147;
}
.TagClassName
{
border-color: #8A0147;
}
</style>