Shades of Eggplant #8A115E
Tints of Eggplant #8A115E
RGB
CMYK
RGB Variations
Color information
#8A115E (or 0x8A115E) is known color: Eggplant. HEX triplet: 8A, 11 and 5E. RGB value is (138,17,94). Sum of RGB (Red+Green+Blue) = 138+17+94=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A115E is #75EEA1. Grayscale: #3D3D3D. Windows color (decimal): -7728802 or 6164874. OLE color: 6164874.
HSL color Cylindrical-coordinate representation of color #8A115E: hue angle of 321.82º 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 #8A115E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 94 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.46 |
| HSL | 321.82º | 0.78% | 0.3% | - |
| HSV(B) | 321.82º | 0.88% | 0.54% | - |
| XYZ | 12.7 | 6.61 | 11.2 | - |
| YUV | 61.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 94 | 0 | 0.88 | 0.32 | 0.46 | 321.82 | 0.78 | 0.3 |
| Hex | 8A | 11 | 5E | 0 | 58 | 20 | 2E | 142 | 4E | 1E |
| Octal | 212 | 21 | 136 | 0 | 130 | 40 | 56 | 502 | 116 | 36 |
| Binary | 10001010 | 10001 | 1011110 | 0 | 1011000 | 100000 | 101110 | 101000010 | 1001110 | 11110 |
Color Harmonies of #8A115E
Complementary color
Monochromatic Colors of #8A115E
Black with #8A115E
Text Example
Text Example
White with #8A115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A115E; }
p { color: rgb(138,17,94); }
H1.HeaderClassName
{
color: #8A115E;
}
.AnyTagClassName
{
color: #8A115E;
}
</style>
background-color css
<style>
a { background-color: #8A115E; }
a { background-color: rgb(138,17,94); }
div.DivClassName
{
background-color: #8A115E;
}
.BgClassName
{
background-color: #8A115E;
}
</style>
border-color css
<style>
span { border-color: #8A115E; }
span { border-color: rgb(138,17,94); }
td.TdClassName
{
border-color: #8A115E;
}
.TagClassName
{
border-color: #8A115E;
}
</style>