Shades of Eggplant #8D0272
Tints of Eggplant #8D0272
RGB
CMYK
RGB Variations
Color information
#8D0272 (or 0x8D0272) is known color: Eggplant. HEX triplet: 8D, 02 and 72. RGB value is (141,2,114). Sum of RGB (Red+Green+Blue) = 141+2+114=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0272 is #72FD8D. Grayscale: #383838. Windows color (decimal): -7536014 or 7471757. OLE color: 7471757.
HSL color Cylindrical-coordinate representation of color #8D0272: hue angle of 311.65º 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 #8D0272 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.45 |
| HSL | 311.65º | 0.97% | 0.28% | - |
| HSV(B) | 311.65º | 0.99% | 0.55% | - |
| XYZ | 14.04 | 6.92 | 16.52 | - |
| YUV | 56.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 114 | 0 | 0.99 | 0.19 | 0.45 | 311.65 | 0.97 | 0.28 |
| Hex | 8D | 2 | 72 | 0 | 63 | 13 | 2D | 138 | 61 | 1C |
| Octal | 215 | 2 | 162 | 0 | 143 | 23 | 55 | 470 | 141 | 34 |
| Binary | 10001101 | 10 | 1110010 | 0 | 1100011 | 10011 | 101101 | 100111000 | 1100001 | 11100 |
Color Harmonies of #8D0272
Complementary color
Monochromatic Colors of #8D0272
Black with #8D0272
Text Example
Text Example
White with #8D0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0272; }
p { color: rgb(141,2,114); }
H1.HeaderClassName
{
color: #8D0272;
}
.AnyTagClassName
{
color: #8D0272;
}
</style>
background-color css
<style>
a { background-color: #8D0272; }
a { background-color: rgb(141,2,114); }
div.DivClassName
{
background-color: #8D0272;
}
.BgClassName
{
background-color: #8D0272;
}
</style>
border-color css
<style>
span { border-color: #8D0272; }
span { border-color: rgb(141,2,114); }
td.TdClassName
{
border-color: #8D0272;
}
.TagClassName
{
border-color: #8D0272;
}
</style>