Shades of Eggplant #8D095D
Tints of Eggplant #8D095D
RGB
CMYK
RGB Variations
Color information
#8D095D (or 0x8D095D) is known color: Eggplant. HEX triplet: 8D, 09 and 5D. RGB value is (141,9,93). Sum of RGB (Red+Green+Blue) = 141+9+93=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D095D is #72F6A2. Grayscale: #393939. Windows color (decimal): -7534243 or 6097293. OLE color: 6097293.
HSL color Cylindrical-coordinate representation of color #8D095D: hue angle of 321.82º 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 #8D095D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 93 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.45 |
| HSL | 321.82º | 0.88% | 0.29% | - |
| HSV(B) | 321.82º | 0.94% | 0.55% | - |
| XYZ | 13.06 | 6.65 | 10.95 | - |
| YUV | 58.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 93 | 0 | 0.94 | 0.34 | 0.45 | 321.82 | 0.88 | 0.29 |
| Hex | 8D | 9 | 5D | 0 | 5E | 22 | 2D | 142 | 58 | 1D |
| Octal | 215 | 11 | 135 | 0 | 136 | 42 | 55 | 502 | 130 | 35 |
| Binary | 10001101 | 1001 | 1011101 | 0 | 1011110 | 100010 | 101101 | 101000010 | 1011000 | 11101 |
Color Harmonies of #8D095D
Complementary color
Monochromatic Colors of #8D095D
Black with #8D095D
Text Example
Text Example
White with #8D095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D095D; }
p { color: rgb(141,9,93); }
H1.HeaderClassName
{
color: #8D095D;
}
.AnyTagClassName
{
color: #8D095D;
}
</style>
background-color css
<style>
a { background-color: #8D095D; }
a { background-color: rgb(141,9,93); }
div.DivClassName
{
background-color: #8D095D;
}
.BgClassName
{
background-color: #8D095D;
}
</style>
border-color css
<style>
span { border-color: #8D095D; }
span { border-color: rgb(141,9,93); }
td.TdClassName
{
border-color: #8D095D;
}
.TagClassName
{
border-color: #8D095D;
}
</style>