Shades of Eggplant #8D115A
Tints of Eggplant #8D115A
RGB
CMYK
RGB Variations
Color information
#8D115A (or 0x8D115A) is known color: Eggplant. HEX triplet: 8D, 11 and 5A. RGB value is (141,17,90). Sum of RGB (Red+Green+Blue) = 141+17+90=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D115A is #72EEA5. Grayscale: #3E3E3E. Windows color (decimal): -7532198 or 5902733. OLE color: 5902733.
HSL color Cylindrical-coordinate representation of color #8D115A: hue angle of 324.68º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D115A is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 90 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.45 |
| HSL | 324.68º | 0.78% | 0.31% | - |
| HSV(B) | 324.68º | 0.88% | 0.55% | - |
| XYZ | 13.03 | 6.8 | 10.3 | - |
| YUV | 62.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 90 | 0 | 0.88 | 0.36 | 0.45 | 324.68 | 0.78 | 0.31 |
| Hex | 8D | 11 | 5A | 0 | 58 | 24 | 2D | 145 | 4E | 1F |
| Octal | 215 | 21 | 132 | 0 | 130 | 44 | 55 | 505 | 116 | 37 |
| Binary | 10001101 | 10001 | 1011010 | 0 | 1011000 | 100100 | 101101 | 101000101 | 1001110 | 11111 |
Color Harmonies of #8D115A
Complementary color
Monochromatic Colors of #8D115A
Black with #8D115A
Text Example
Text Example
White with #8D115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D115A; }
p { color: rgb(141,17,90); }
H1.HeaderClassName
{
color: #8D115A;
}
.AnyTagClassName
{
color: #8D115A;
}
</style>
background-color css
<style>
a { background-color: #8D115A; }
a { background-color: rgb(141,17,90); }
div.DivClassName
{
background-color: #8D115A;
}
.BgClassName
{
background-color: #8D115A;
}
</style>
border-color css
<style>
span { border-color: #8D115A; }
span { border-color: rgb(141,17,90); }
td.TdClassName
{
border-color: #8D115A;
}
.TagClassName
{
border-color: #8D115A;
}
</style>