Shades of Eggplant #8D0273
Tints of Eggplant #8D0273
RGB
CMYK
RGB Variations
Color information
#8D0273 (or 0x8D0273) is known color: Eggplant. HEX triplet: 8D, 02 and 73. RGB value is (141,2,115). Sum of RGB (Red+Green+Blue) = 141+2+115=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0273 is #72FD8C. Grayscale: #383838. Windows color (decimal): -7536013 or 7537293. OLE color: 7537293.
HSL color Cylindrical-coordinate representation of color #8D0273: hue angle of 311.22º 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 #8D0273 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.45 |
| HSL | 311.22º | 0.97% | 0.28% | - |
| HSV(B) | 311.22º | 0.99% | 0.55% | - |
| XYZ | 14.1 | 6.94 | 16.82 | - |
| YUV | 56.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 115 | 0 | 0.99 | 0.18 | 0.45 | 311.22 | 0.97 | 0.28 |
| Hex | 8D | 2 | 73 | 0 | 63 | 12 | 2D | 137 | 61 | 1C |
| Octal | 215 | 2 | 163 | 0 | 143 | 22 | 55 | 467 | 141 | 34 |
| Binary | 10001101 | 10 | 1110011 | 0 | 1100011 | 10010 | 101101 | 100110111 | 1100001 | 11100 |
Color Harmonies of #8D0273
Complementary color
Monochromatic Colors of #8D0273
Black with #8D0273
Text Example
Text Example
White with #8D0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0273; }
p { color: rgb(141,2,115); }
H1.HeaderClassName
{
color: #8D0273;
}
.AnyTagClassName
{
color: #8D0273;
}
</style>
background-color css
<style>
a { background-color: #8D0273; }
a { background-color: rgb(141,2,115); }
div.DivClassName
{
background-color: #8D0273;
}
.BgClassName
{
background-color: #8D0273;
}
</style>
border-color css
<style>
span { border-color: #8D0273; }
span { border-color: rgb(141,2,115); }
td.TdClassName
{
border-color: #8D0273;
}
.TagClassName
{
border-color: #8D0273;
}
</style>