Shades of Eggplant #8D0972
Tints of Eggplant #8D0972
RGB
CMYK
RGB Variations
Color information
#8D0972 (or 0x8D0972) is known color: Eggplant. HEX triplet: 8D, 09 and 72. RGB value is (141,9,114). Sum of RGB (Red+Green+Blue) = 141+9+114=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0972 is #72F68D. Grayscale: #3C3C3C. Windows color (decimal): -7534222 or 7473549. OLE color: 7473549.
HSL color Cylindrical-coordinate representation of color #8D0972: hue angle of 312.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 #8D0972 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 114 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.45 |
| HSL | 312.27º | 0.88% | 0.29% | - |
| HSV(B) | 312.27º | 0.94% | 0.55% | - |
| XYZ | 14.12 | 7.07 | 16.54 | - |
| YUV | 60.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 114 | 0 | 0.94 | 0.19 | 0.45 | 312.27 | 0.88 | 0.29 |
| Hex | 8D | 9 | 72 | 0 | 5E | 13 | 2D | 138 | 58 | 1D |
| Octal | 215 | 11 | 162 | 0 | 136 | 23 | 55 | 470 | 130 | 35 |
| Binary | 10001101 | 1001 | 1110010 | 0 | 1011110 | 10011 | 101101 | 100111000 | 1011000 | 11101 |
Color Harmonies of #8D0972
Complementary color
Monochromatic Colors of #8D0972
Black with #8D0972
Text Example
Text Example
White with #8D0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0972; }
p { color: rgb(141,9,114); }
H1.HeaderClassName
{
color: #8D0972;
}
.AnyTagClassName
{
color: #8D0972;
}
</style>
background-color css
<style>
a { background-color: #8D0972; }
a { background-color: rgb(141,9,114); }
div.DivClassName
{
background-color: #8D0972;
}
.BgClassName
{
background-color: #8D0972;
}
</style>
border-color css
<style>
span { border-color: #8D0972; }
span { border-color: rgb(141,9,114); }
td.TdClassName
{
border-color: #8D0972;
}
.TagClassName
{
border-color: #8D0972;
}
</style>