Shades of Eggplant #8A0153
Tints of Eggplant #8A0153
RGB
CMYK
RGB Variations
Color information
#8A0153 (or 0x8A0153) is known color: Eggplant. HEX triplet: 8A, 01 and 53. RGB value is (138,1,83). Sum of RGB (Red+Green+Blue) = 138+1+83=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0153 is #75FEAC. Grayscale: #333333. Windows color (decimal): -7732909 or 5439882. OLE color: 5439882.
HSL color Cylindrical-coordinate representation of color #8A0153: hue angle of 324.09º 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 #8A0153 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.46 |
| HSL | 324.09º | 0.99% | 0.27% | - |
| HSV(B) | 324.09º | 0.99% | 0.54% | - |
| XYZ | 12.05 | 6.05 | 8.72 | - |
| YUV | 51.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 83 | 0 | 0.99 | 0.40 | 0.46 | 324.09 | 0.99 | 0.27 |
| Hex | 8A | 1 | 53 | 0 | 63 | 28 | 2E | 144 | 63 | 1B |
| Octal | 212 | 1 | 123 | 0 | 143 | 50 | 56 | 504 | 143 | 33 |
| Binary | 10001010 | 1 | 1010011 | 0 | 1100011 | 101000 | 101110 | 101000100 | 1100011 | 11011 |
Color Harmonies of #8A0153
Complementary color
Monochromatic Colors of #8A0153
Black with #8A0153
Text Example
Text Example
White with #8A0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0153; }
p { color: rgb(138,1,83); }
H1.HeaderClassName
{
color: #8A0153;
}
.AnyTagClassName
{
color: #8A0153;
}
</style>
background-color css
<style>
a { background-color: #8A0153; }
a { background-color: rgb(138,1,83); }
div.DivClassName
{
background-color: #8A0153;
}
.BgClassName
{
background-color: #8A0153;
}
</style>
border-color css
<style>
span { border-color: #8A0153; }
span { border-color: rgb(138,1,83); }
td.TdClassName
{
border-color: #8A0153;
}
.TagClassName
{
border-color: #8A0153;
}
</style>