Shades of Eggplant #8D0572
Tints of Eggplant #8D0572
RGB
CMYK
RGB Variations
Color information
#8D0572 (or 0x8D0572) is known color: Eggplant. HEX triplet: 8D, 05 and 72. RGB value is (141,5,114). Sum of RGB (Red+Green+Blue) = 141+5+114=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0572 is #72FA8D. Grayscale: #393939. Windows color (decimal): -7535246 or 7472525. OLE color: 7472525.
HSL color Cylindrical-coordinate representation of color #8D0572: hue angle of 311.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0572 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 114 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.45 |
| HSL | 311.91º | 0.93% | 0.29% | - |
| HSV(B) | 311.91º | 0.96% | 0.55% | - |
| XYZ | 14.08 | 6.99 | 16.53 | - |
| YUV | 58.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 114 | 0 | 0.96 | 0.19 | 0.45 | 311.91 | 0.93 | 0.29 |
| Hex | 8D | 5 | 72 | 0 | 60 | 13 | 2D | 138 | 5D | 1D |
| Octal | 215 | 5 | 162 | 0 | 140 | 23 | 55 | 470 | 135 | 35 |
| Binary | 10001101 | 101 | 1110010 | 0 | 1100000 | 10011 | 101101 | 100111000 | 1011101 | 11101 |
Color Harmonies of #8D0572
Complementary color
Monochromatic Colors of #8D0572
Black with #8D0572
Text Example
Text Example
White with #8D0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0572; }
p { color: rgb(141,5,114); }
H1.HeaderClassName
{
color: #8D0572;
}
.AnyTagClassName
{
color: #8D0572;
}
</style>
background-color css
<style>
a { background-color: #8D0572; }
a { background-color: rgb(141,5,114); }
div.DivClassName
{
background-color: #8D0572;
}
.BgClassName
{
background-color: #8D0572;
}
</style>
border-color css
<style>
span { border-color: #8D0572; }
span { border-color: rgb(141,5,114); }
td.TdClassName
{
border-color: #8D0572;
}
.TagClassName
{
border-color: #8D0572;
}
</style>