Shades of Eggplant #8D0955
Tints of Eggplant #8D0955
RGB
CMYK
RGB Variations
Color information
#8D0955 (or 0x8D0955) is known color: Eggplant. HEX triplet: 8D, 09 and 55. RGB value is (141,9,85). Sum of RGB (Red+Green+Blue) = 141+9+85=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0955 is #72F6AA. Grayscale: #383838. Windows color (decimal): -7534251 or 5573005. OLE color: 5573005.
HSL color Cylindrical-coordinate representation of color #8D0955: hue angle of 325.45º 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 #8D0955 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 85 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.45 |
| HSL | 325.45º | 0.88% | 0.29% | - |
| HSV(B) | 325.45º | 0.94% | 0.55% | - |
| XYZ | 12.72 | 6.51 | 9.18 | - |
| YUV | 57.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 85 | 0 | 0.94 | 0.40 | 0.45 | 325.45 | 0.88 | 0.29 |
| Hex | 8D | 9 | 55 | 0 | 5E | 28 | 2D | 145 | 58 | 1D |
| Octal | 215 | 11 | 125 | 0 | 136 | 50 | 55 | 505 | 130 | 35 |
| Binary | 10001101 | 1001 | 1010101 | 0 | 1011110 | 101000 | 101101 | 101000101 | 1011000 | 11101 |
Color Harmonies of #8D0955
Complementary color
Monochromatic Colors of #8D0955
Black with #8D0955
Text Example
Text Example
White with #8D0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0955; }
p { color: rgb(141,9,85); }
H1.HeaderClassName
{
color: #8D0955;
}
.AnyTagClassName
{
color: #8D0955;
}
</style>
background-color css
<style>
a { background-color: #8D0955; }
a { background-color: rgb(141,9,85); }
div.DivClassName
{
background-color: #8D0955;
}
.BgClassName
{
background-color: #8D0955;
}
</style>
border-color css
<style>
span { border-color: #8D0955; }
span { border-color: rgb(141,9,85); }
td.TdClassName
{
border-color: #8D0955;
}
.TagClassName
{
border-color: #8D0955;
}
</style>