Shades of Eggplant #8D0561
Tints of Eggplant #8D0561
RGB
CMYK
RGB Variations
Color information
#8D0561 (or 0x8D0561) is known color: Eggplant. HEX triplet: 8D, 05 and 61. RGB value is (141,5,97). Sum of RGB (Red+Green+Blue) = 141+5+97=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0561 is #72FA9E. Grayscale: #373737. Windows color (decimal): -7535263 or 6358413. OLE color: 6358413.
HSL color Cylindrical-coordinate representation of color #8D0561: hue angle of 319.41º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0561 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 97 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.45 |
| HSL | 319.41º | 0.93% | 0.29% | - |
| HSV(B) | 319.41º | 0.96% | 0.55% | - |
| XYZ | 13.2 | 6.63 | 11.89 | - |
| YUV | 56.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 97 | 0 | 0.96 | 0.31 | 0.45 | 319.41 | 0.93 | 0.29 |
| Hex | 8D | 5 | 61 | 0 | 60 | 1F | 2D | 13F | 5D | 1D |
| Octal | 215 | 5 | 141 | 0 | 140 | 37 | 55 | 477 | 135 | 35 |
| Binary | 10001101 | 101 | 1100001 | 0 | 1100000 | 11111 | 101101 | 100111111 | 1011101 | 11101 |
Color Harmonies of #8D0561
Complementary color
Monochromatic Colors of #8D0561
Black with #8D0561
Text Example
Text Example
White with #8D0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0561; }
p { color: rgb(141,5,97); }
H1.HeaderClassName
{
color: #8D0561;
}
.AnyTagClassName
{
color: #8D0561;
}
</style>
background-color css
<style>
a { background-color: #8D0561; }
a { background-color: rgb(141,5,97); }
div.DivClassName
{
background-color: #8D0561;
}
.BgClassName
{
background-color: #8D0561;
}
</style>
border-color css
<style>
span { border-color: #8D0561; }
span { border-color: rgb(141,5,97); }
td.TdClassName
{
border-color: #8D0561;
}
.TagClassName
{
border-color: #8D0561;
}
</style>