Shades of Eggplant #8D0354
Tints of Eggplant #8D0354
RGB
CMYK
RGB Variations
Color information
#8D0354 (or 0x8D0354) is known color: Eggplant. HEX triplet: 8D, 03 and 54. RGB value is (141,3,84). Sum of RGB (Red+Green+Blue) = 141+3+84=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0354 is #72FCAB. Grayscale: #353535. Windows color (decimal): -7535788 or 5505933. OLE color: 5505933.
HSL color Cylindrical-coordinate representation of color #8D0354: hue angle of 324.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0354 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.45 |
| HSL | 324.78º | 0.96% | 0.28% | - |
| HSV(B) | 324.78º | 0.98% | 0.55% | - |
| XYZ | 12.62 | 6.37 | 8.95 | - |
| YUV | 53.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 84 | 0 | 0.98 | 0.40 | 0.45 | 324.78 | 0.96 | 0.28 |
| Hex | 8D | 3 | 54 | 0 | 62 | 28 | 2D | 145 | 60 | 1C |
| Octal | 215 | 3 | 124 | 0 | 142 | 50 | 55 | 505 | 140 | 34 |
| Binary | 10001101 | 11 | 1010100 | 0 | 1100010 | 101000 | 101101 | 101000101 | 1100000 | 11100 |
Color Harmonies of #8D0354
Complementary color
Monochromatic Colors of #8D0354
Black with #8D0354
Text Example
Text Example
White with #8D0354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0354; }
p { color: rgb(141,3,84); }
H1.HeaderClassName
{
color: #8D0354;
}
.AnyTagClassName
{
color: #8D0354;
}
</style>
background-color css
<style>
a { background-color: #8D0354; }
a { background-color: rgb(141,3,84); }
div.DivClassName
{
background-color: #8D0354;
}
.BgClassName
{
background-color: #8D0354;
}
</style>
border-color css
<style>
span { border-color: #8D0354; }
span { border-color: rgb(141,3,84); }
td.TdClassName
{
border-color: #8D0354;
}
.TagClassName
{
border-color: #8D0354;
}
</style>