Shades of Eggplant #8D026B
Tints of Eggplant #8D026B
RGB
CMYK
RGB Variations
Color information
#8D026B (or 0x8D026B) is known color: Eggplant. HEX triplet: 8D, 02 and 6B. RGB value is (141,2,107). Sum of RGB (Red+Green+Blue) = 141+2+107=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D026B is #72FD94. Grayscale: #373737. Windows color (decimal): -7536021 or 7013005. OLE color: 7013005.
HSL color Cylindrical-coordinate representation of color #8D026B: hue angle of 314.68º 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 #8D026B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.45 |
| HSL | 314.68º | 0.97% | 0.28% | - |
| HSV(B) | 314.68º | 0.99% | 0.55% | - |
| XYZ | 13.66 | 6.77 | 14.5 | - |
| YUV | 55.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 107 | 0 | 0.99 | 0.24 | 0.45 | 314.68 | 0.97 | 0.28 |
| Hex | 8D | 2 | 6B | 0 | 63 | 18 | 2D | 13B | 61 | 1C |
| Octal | 215 | 2 | 153 | 0 | 143 | 30 | 55 | 473 | 141 | 34 |
| Binary | 10001101 | 10 | 1101011 | 0 | 1100011 | 11000 | 101101 | 100111011 | 1100001 | 11100 |
Color Harmonies of #8D026B
Complementary color
Monochromatic Colors of #8D026B
Black with #8D026B
Text Example
Text Example
White with #8D026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D026B; }
p { color: rgb(141,2,107); }
H1.HeaderClassName
{
color: #8D026B;
}
.AnyTagClassName
{
color: #8D026B;
}
</style>
background-color css
<style>
a { background-color: #8D026B; }
a { background-color: rgb(141,2,107); }
div.DivClassName
{
background-color: #8D026B;
}
.BgClassName
{
background-color: #8D026B;
}
</style>
border-color css
<style>
span { border-color: #8D026B; }
span { border-color: rgb(141,2,107); }
td.TdClassName
{
border-color: #8D026B;
}
.TagClassName
{
border-color: #8D026B;
}
</style>