Shades of Eggplant #8D0250
Tints of Eggplant #8D0250
RGB
CMYK
RGB Variations
Color information
#8D0250 (or 0x8D0250) is known color: Eggplant. HEX triplet: 8D, 02 and 50. RGB value is (141,2,80). Sum of RGB (Red+Green+Blue) = 141+2+80=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0250 is #72FDAF. Grayscale: #343434. Windows color (decimal): -7536048 or 5243533. OLE color: 5243533.
HSL color Cylindrical-coordinate representation of color #8D0250: hue angle of 326.33º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0250 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.45 |
| HSL | 326.33º | 0.97% | 0.28% | - |
| HSV(B) | 326.33º | 0.99% | 0.55% | - |
| XYZ | 12.45 | 6.29 | 8.15 | - |
| YUV | 52.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 80 | 0 | 0.99 | 0.43 | 0.45 | 326.33 | 0.97 | 0.28 |
| Hex | 8D | 2 | 50 | 0 | 63 | 2B | 2D | 146 | 61 | 1C |
| Octal | 215 | 2 | 120 | 0 | 143 | 53 | 55 | 506 | 141 | 34 |
| Binary | 10001101 | 10 | 1010000 | 0 | 1100011 | 101011 | 101101 | 101000110 | 1100001 | 11100 |
Color Harmonies of #8D0250
Complementary color
Monochromatic Colors of #8D0250
Black with #8D0250
Text Example
Text Example
White with #8D0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0250; }
p { color: rgb(141,2,80); }
H1.HeaderClassName
{
color: #8D0250;
}
.AnyTagClassName
{
color: #8D0250;
}
</style>
background-color css
<style>
a { background-color: #8D0250; }
a { background-color: rgb(141,2,80); }
div.DivClassName
{
background-color: #8D0250;
}
.BgClassName
{
background-color: #8D0250;
}
</style>
border-color css
<style>
span { border-color: #8D0250; }
span { border-color: rgb(141,2,80); }
td.TdClassName
{
border-color: #8D0250;
}
.TagClassName
{
border-color: #8D0250;
}
</style>