Shades of Eggplant #8D036B
Tints of Eggplant #8D036B
RGB
CMYK
RGB Variations
Color information
#8D036B (or 0x8D036B) is known color: Eggplant. HEX triplet: 8D, 03 and 6B. RGB value is (141,3,107). Sum of RGB (Red+Green+Blue) = 141+3+107=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D036B is #72FC94. Grayscale: #373737. Windows color (decimal): -7535765 or 7013261. OLE color: 7013261.
HSL color Cylindrical-coordinate representation of color #8D036B: hue angle of 314.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 #8D036B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.45 |
| HSL | 314.78º | 0.96% | 0.28% | - |
| HSV(B) | 314.78º | 0.98% | 0.55% | - |
| XYZ | 13.67 | 6.79 | 14.5 | - |
| YUV | 56.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 107 | 0 | 0.98 | 0.24 | 0.45 | 314.78 | 0.96 | 0.28 |
| Hex | 8D | 3 | 6B | 0 | 62 | 18 | 2D | 13B | 60 | 1C |
| Octal | 215 | 3 | 153 | 0 | 142 | 30 | 55 | 473 | 140 | 34 |
| Binary | 10001101 | 11 | 1101011 | 0 | 1100010 | 11000 | 101101 | 100111011 | 1100000 | 11100 |
Color Harmonies of #8D036B
Complementary color
Monochromatic Colors of #8D036B
Black with #8D036B
Text Example
Text Example
White with #8D036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D036B; }
p { color: rgb(141,3,107); }
H1.HeaderClassName
{
color: #8D036B;
}
.AnyTagClassName
{
color: #8D036B;
}
</style>
background-color css
<style>
a { background-color: #8D036B; }
a { background-color: rgb(141,3,107); }
div.DivClassName
{
background-color: #8D036B;
}
.BgClassName
{
background-color: #8D036B;
}
</style>
border-color css
<style>
span { border-color: #8D036B; }
span { border-color: rgb(141,3,107); }
td.TdClassName
{
border-color: #8D036B;
}
.TagClassName
{
border-color: #8D036B;
}
</style>