Shades of Eggplant #8D115C
Tints of Eggplant #8D115C
RGB
CMYK
RGB Variations
Color information
#8D115C (or 0x8D115C) is known color: Eggplant. HEX triplet: 8D, 11 and 5C. RGB value is (141,17,92). Sum of RGB (Red+Green+Blue) = 141+17+92=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D115C is #72EEA3. Grayscale: #3E3E3E. Windows color (decimal): -7532196 or 6033805. OLE color: 6033805.
HSL color Cylindrical-coordinate representation of color #8D115C: hue angle of 323.71º 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 #8D115C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 92 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.45 |
| HSL | 323.71º | 0.78% | 0.31% | - |
| HSV(B) | 323.71º | 0.88% | 0.55% | - |
| XYZ | 13.12 | 6.84 | 10.75 | - |
| YUV | 62.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 92 | 0 | 0.88 | 0.35 | 0.45 | 323.71 | 0.78 | 0.31 |
| Hex | 8D | 11 | 5C | 0 | 58 | 23 | 2D | 144 | 4E | 1F |
| Octal | 215 | 21 | 134 | 0 | 130 | 43 | 55 | 504 | 116 | 37 |
| Binary | 10001101 | 10001 | 1011100 | 0 | 1011000 | 100011 | 101101 | 101000100 | 1001110 | 11111 |
Color Harmonies of #8D115C
Complementary color
Monochromatic Colors of #8D115C
Black with #8D115C
Text Example
Text Example
White with #8D115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D115C; }
p { color: rgb(141,17,92); }
H1.HeaderClassName
{
color: #8D115C;
}
.AnyTagClassName
{
color: #8D115C;
}
</style>
background-color css
<style>
a { background-color: #8D115C; }
a { background-color: rgb(141,17,92); }
div.DivClassName
{
background-color: #8D115C;
}
.BgClassName
{
background-color: #8D115C;
}
</style>
border-color css
<style>
span { border-color: #8D115C; }
span { border-color: rgb(141,17,92); }
td.TdClassName
{
border-color: #8D115C;
}
.TagClassName
{
border-color: #8D115C;
}
</style>