Shades of Eggplant #8D036D
Tints of Eggplant #8D036D
RGB
CMYK
RGB Variations
Color information
#8D036D (or 0x8D036D) is known color: Eggplant. HEX triplet: 8D, 03 and 6D. RGB value is (141,3,109). Sum of RGB (Red+Green+Blue) = 141+3+109=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D036D is #72FC92. Grayscale: #383838. Windows color (decimal): -7535763 or 7144333. OLE color: 7144333.
HSL color Cylindrical-coordinate representation of color #8D036D: hue angle of 313.91º 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 #8D036D is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.45 |
| HSL | 313.91º | 0.96% | 0.28% | - |
| HSV(B) | 313.91º | 0.98% | 0.55% | - |
| XYZ | 13.78 | 6.83 | 15.06 | - |
| YUV | 56.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 109 | 0 | 0.98 | 0.23 | 0.45 | 313.91 | 0.96 | 0.28 |
| Hex | 8D | 3 | 6D | 0 | 62 | 17 | 2D | 13A | 60 | 1C |
| Octal | 215 | 3 | 155 | 0 | 142 | 27 | 55 | 472 | 140 | 34 |
| Binary | 10001101 | 11 | 1101101 | 0 | 1100010 | 10111 | 101101 | 100111010 | 1100000 | 11100 |
Color Harmonies of #8D036D
Complementary color
Monochromatic Colors of #8D036D
Black with #8D036D
Text Example
Text Example
White with #8D036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D036D; }
p { color: rgb(141,3,109); }
H1.HeaderClassName
{
color: #8D036D;
}
.AnyTagClassName
{
color: #8D036D;
}
</style>
background-color css
<style>
a { background-color: #8D036D; }
a { background-color: rgb(141,3,109); }
div.DivClassName
{
background-color: #8D036D;
}
.BgClassName
{
background-color: #8D036D;
}
</style>
border-color css
<style>
span { border-color: #8D036D; }
span { border-color: rgb(141,3,109); }
td.TdClassName
{
border-color: #8D036D;
}
.TagClassName
{
border-color: #8D036D;
}
</style>