Shades of Eggplant #8A115A
Tints of Eggplant #8A115A
RGB
CMYK
RGB Variations
Color information
#8A115A (or 0x8A115A) is known color: Eggplant. HEX triplet: 8A, 11 and 5A. RGB value is (138,17,90). Sum of RGB (Red+Green+Blue) = 138+17+90=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A115A is #75EEA5. Grayscale: #3D3D3D. Windows color (decimal): -7728806 or 5902730. OLE color: 5902730.
HSL color Cylindrical-coordinate representation of color #8A115A: hue angle of 323.8º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A115A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 90 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.46 |
| HSL | 323.8º | 0.78% | 0.3% | - |
| HSV(B) | 323.8º | 0.88% | 0.54% | - |
| XYZ | 12.53 | 6.54 | 10.28 | - |
| YUV | 61.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 90 | 0 | 0.88 | 0.35 | 0.46 | 323.8 | 0.78 | 0.3 |
| Hex | 8A | 11 | 5A | 0 | 58 | 23 | 2E | 144 | 4E | 1E |
| Octal | 212 | 21 | 132 | 0 | 130 | 43 | 56 | 504 | 116 | 36 |
| Binary | 10001010 | 10001 | 1011010 | 0 | 1011000 | 100011 | 101110 | 101000100 | 1001110 | 11110 |
Color Harmonies of #8A115A
Complementary color
Monochromatic Colors of #8A115A
Black with #8A115A
Text Example
Text Example
White with #8A115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A115A; }
p { color: rgb(138,17,90); }
H1.HeaderClassName
{
color: #8A115A;
}
.AnyTagClassName
{
color: #8A115A;
}
</style>
background-color css
<style>
a { background-color: #8A115A; }
a { background-color: rgb(138,17,90); }
div.DivClassName
{
background-color: #8A115A;
}
.BgClassName
{
background-color: #8A115A;
}
</style>
border-color css
<style>
span { border-color: #8A115A; }
span { border-color: rgb(138,17,90); }
td.TdClassName
{
border-color: #8A115A;
}
.TagClassName
{
border-color: #8A115A;
}
</style>