Shades of Eggplant #8D0450
Tints of Eggplant #8D0450
RGB
CMYK
RGB Variations
Color information
#8D0450 (or 0x8D0450) is known color: Eggplant. HEX triplet: 8D, 04 and 50. RGB value is (141,4,80). Sum of RGB (Red+Green+Blue) = 141+4+80=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0450 is #72FBAF. Grayscale: #353535. Windows color (decimal): -7535536 or 5244045. OLE color: 5244045.
HSL color Cylindrical-coordinate representation of color #8D0450: hue angle of 326.72º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0450 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 80 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.45 |
| HSL | 326.72º | 0.94% | 0.28% | - |
| HSV(B) | 326.72º | 0.97% | 0.55% | - |
| XYZ | 12.48 | 6.33 | 8.15 | - |
| YUV | 53.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 80 | 0 | 0.97 | 0.43 | 0.45 | 326.72 | 0.94 | 0.28 |
| Hex | 8D | 4 | 50 | 0 | 61 | 2B | 2D | 147 | 5E | 1C |
| Octal | 215 | 4 | 120 | 0 | 141 | 53 | 55 | 507 | 136 | 34 |
| Binary | 10001101 | 100 | 1010000 | 0 | 1100001 | 101011 | 101101 | 101000111 | 1011110 | 11100 |
Color Harmonies of #8D0450
Complementary color
Monochromatic Colors of #8D0450
Black with #8D0450
Text Example
Text Example
White with #8D0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0450; }
p { color: rgb(141,4,80); }
H1.HeaderClassName
{
color: #8D0450;
}
.AnyTagClassName
{
color: #8D0450;
}
</style>
background-color css
<style>
a { background-color: #8D0450; }
a { background-color: rgb(141,4,80); }
div.DivClassName
{
background-color: #8D0450;
}
.BgClassName
{
background-color: #8D0450;
}
</style>
border-color css
<style>
span { border-color: #8D0450; }
span { border-color: rgb(141,4,80); }
td.TdClassName
{
border-color: #8D0450;
}
.TagClassName
{
border-color: #8D0450;
}
</style>