Shades of Eggplant #8D0960
Tints of Eggplant #8D0960
RGB
CMYK
RGB Variations
Color information
#8D0960 (or 0x8D0960) is known color: Eggplant. HEX triplet: 8D, 09 and 60. RGB value is (141,9,96). Sum of RGB (Red+Green+Blue) = 141+9+96=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0960 is #72F69F. Grayscale: #3A3A3A. Windows color (decimal): -7534240 or 6293901. OLE color: 6293901.
HSL color Cylindrical-coordinate representation of color #8D0960: hue angle of 320.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 #8D0960 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 96 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.45 |
| HSL | 320.45º | 0.88% | 0.29% | - |
| HSV(B) | 320.45º | 0.94% | 0.55% | - |
| XYZ | 13.19 | 6.7 | 11.66 | - |
| YUV | 58.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 96 | 0 | 0.94 | 0.32 | 0.45 | 320.45 | 0.88 | 0.29 |
| Hex | 8D | 9 | 60 | 0 | 5E | 20 | 2D | 140 | 58 | 1D |
| Octal | 215 | 11 | 140 | 0 | 136 | 40 | 55 | 500 | 130 | 35 |
| Binary | 10001101 | 1001 | 1100000 | 0 | 1011110 | 100000 | 101101 | 101000000 | 1011000 | 11101 |
Color Harmonies of #8D0960
Complementary color
Monochromatic Colors of #8D0960
Black with #8D0960
Text Example
Text Example
White with #8D0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0960; }
p { color: rgb(141,9,96); }
H1.HeaderClassName
{
color: #8D0960;
}
.AnyTagClassName
{
color: #8D0960;
}
</style>
background-color css
<style>
a { background-color: #8D0960; }
a { background-color: rgb(141,9,96); }
div.DivClassName
{
background-color: #8D0960;
}
.BgClassName
{
background-color: #8D0960;
}
</style>
border-color css
<style>
span { border-color: #8D0960; }
span { border-color: rgb(141,9,96); }
td.TdClassName
{
border-color: #8D0960;
}
.TagClassName
{
border-color: #8D0960;
}
</style>