Shades of Eggplant #8D026C
Tints of Eggplant #8D026C
RGB
CMYK
RGB Variations
Color information
#8D026C (or 0x8D026C) is known color: Eggplant. HEX triplet: 8D, 02 and 6C. RGB value is (141,2,108). Sum of RGB (Red+Green+Blue) = 141+2+108=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D026C is #72FD93. Grayscale: #373737. Windows color (decimal): -7536020 or 7078541. OLE color: 7078541.
HSL color Cylindrical-coordinate representation of color #8D026C: hue angle of 314.24º 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 #8D026C is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.45 |
| HSL | 314.24º | 0.97% | 0.28% | - |
| HSV(B) | 314.24º | 0.99% | 0.55% | - |
| XYZ | 13.71 | 6.79 | 14.77 | - |
| YUV | 55.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 108 | 0 | 0.99 | 0.23 | 0.45 | 314.24 | 0.97 | 0.28 |
| Hex | 8D | 2 | 6C | 0 | 63 | 17 | 2D | 13A | 61 | 1C |
| Octal | 215 | 2 | 154 | 0 | 143 | 27 | 55 | 472 | 141 | 34 |
| Binary | 10001101 | 10 | 1101100 | 0 | 1100011 | 10111 | 101101 | 100111010 | 1100001 | 11100 |
Color Harmonies of #8D026C
Complementary color
Monochromatic Colors of #8D026C
Black with #8D026C
Text Example
Text Example
White with #8D026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D026C; }
p { color: rgb(141,2,108); }
H1.HeaderClassName
{
color: #8D026C;
}
.AnyTagClassName
{
color: #8D026C;
}
</style>
background-color css
<style>
a { background-color: #8D026C; }
a { background-color: rgb(141,2,108); }
div.DivClassName
{
background-color: #8D026C;
}
.BgClassName
{
background-color: #8D026C;
}
</style>
border-color css
<style>
span { border-color: #8D026C; }
span { border-color: rgb(141,2,108); }
td.TdClassName
{
border-color: #8D026C;
}
.TagClassName
{
border-color: #8D026C;
}
</style>