Shades of Eggplant #8D0963
Tints of Eggplant #8D0963
RGB
CMYK
RGB Variations
Color information
#8D0963 (or 0x8D0963) is known color: Eggplant. HEX triplet: 8D, 09 and 63. RGB value is (141,9,99). Sum of RGB (Red+Green+Blue) = 141+9+99=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0963 is #72F69C. Grayscale: #3A3A3A. Windows color (decimal): -7534237 or 6490509. OLE color: 6490509.
HSL color Cylindrical-coordinate representation of color #8D0963: hue angle of 319.09º 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 #8D0963 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.45 |
| HSL | 319.09º | 0.88% | 0.29% | - |
| HSV(B) | 319.09º | 0.94% | 0.55% | - |
| XYZ | 13.33 | 6.76 | 12.41 | - |
| YUV | 58.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 99 | 0 | 0.94 | 0.30 | 0.45 | 319.09 | 0.88 | 0.29 |
| Hex | 8D | 9 | 63 | 0 | 5E | 1E | 2D | 13F | 58 | 1D |
| Octal | 215 | 11 | 143 | 0 | 136 | 36 | 55 | 477 | 130 | 35 |
| Binary | 10001101 | 1001 | 1100011 | 0 | 1011110 | 11110 | 101101 | 100111111 | 1011000 | 11101 |
Color Harmonies of #8D0963
Complementary color
Monochromatic Colors of #8D0963
Black with #8D0963
Text Example
Text Example
White with #8D0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0963; }
p { color: rgb(141,9,99); }
H1.HeaderClassName
{
color: #8D0963;
}
.AnyTagClassName
{
color: #8D0963;
}
</style>
background-color css
<style>
a { background-color: #8D0963; }
a { background-color: rgb(141,9,99); }
div.DivClassName
{
background-color: #8D0963;
}
.BgClassName
{
background-color: #8D0963;
}
</style>
border-color css
<style>
span { border-color: #8D0963; }
span { border-color: rgb(141,9,99); }
td.TdClassName
{
border-color: #8D0963;
}
.TagClassName
{
border-color: #8D0963;
}
</style>