Shades of Eggplant #8D095C
Tints of Eggplant #8D095C
RGB
CMYK
RGB Variations
Color information
#8D095C (or 0x8D095C) is known color: Eggplant. HEX triplet: 8D, 09 and 5C. RGB value is (141,9,92). Sum of RGB (Red+Green+Blue) = 141+9+92=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D095C is #72F6A3. Grayscale: #393939. Windows color (decimal): -7534244 or 6031757. OLE color: 6031757.
HSL color Cylindrical-coordinate representation of color #8D095C: hue angle of 322.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D095C is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.45 |
| HSL | 322.27º | 0.88% | 0.29% | - |
| HSV(B) | 322.27º | 0.94% | 0.55% | - |
| XYZ | 13.01 | 6.63 | 10.72 | - |
| YUV | 57.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 92 | 0 | 0.94 | 0.35 | 0.45 | 322.27 | 0.88 | 0.29 |
| Hex | 8D | 9 | 5C | 0 | 5E | 23 | 2D | 142 | 58 | 1D |
| Octal | 215 | 11 | 134 | 0 | 136 | 43 | 55 | 502 | 130 | 35 |
| Binary | 10001101 | 1001 | 1011100 | 0 | 1011110 | 100011 | 101101 | 101000010 | 1011000 | 11101 |
Color Harmonies of #8D095C
Complementary color
Monochromatic Colors of #8D095C
Black with #8D095C
Text Example
Text Example
White with #8D095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D095C; }
p { color: rgb(141,9,92); }
H1.HeaderClassName
{
color: #8D095C;
}
.AnyTagClassName
{
color: #8D095C;
}
</style>
background-color css
<style>
a { background-color: #8D095C; }
a { background-color: rgb(141,9,92); }
div.DivClassName
{
background-color: #8D095C;
}
.BgClassName
{
background-color: #8D095C;
}
</style>
border-color css
<style>
span { border-color: #8D095C; }
span { border-color: rgb(141,9,92); }
td.TdClassName
{
border-color: #8D095C;
}
.TagClassName
{
border-color: #8D095C;
}
</style>