Shades of Eggplant #8D0752
Tints of Eggplant #8D0752
RGB
CMYK
RGB Variations
Color information
#8D0752 (or 0x8D0752) is known color: Eggplant. HEX triplet: 8D, 07 and 52. RGB value is (141,7,82). Sum of RGB (Red+Green+Blue) = 141+7+82=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0752 is #72F8AD. Grayscale: #373737. Windows color (decimal): -7534766 or 5375885. OLE color: 5375885.
HSL color Cylindrical-coordinate representation of color #8D0752: hue angle of 326.42º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0752 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 82 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.45 |
| HSL | 326.42º | 0.91% | 0.29% | - |
| HSV(B) | 326.42º | 0.95% | 0.55% | - |
| XYZ | 12.58 | 6.42 | 8.56 | - |
| YUV | 55.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 82 | 0 | 0.95 | 0.42 | 0.45 | 326.42 | 0.91 | 0.29 |
| Hex | 8D | 7 | 52 | 0 | 5F | 2A | 2D | 146 | 5B | 1D |
| Octal | 215 | 7 | 122 | 0 | 137 | 52 | 55 | 506 | 133 | 35 |
| Binary | 10001101 | 111 | 1010010 | 0 | 1011111 | 101010 | 101101 | 101000110 | 1011011 | 11101 |
Color Harmonies of #8D0752
Complementary color
Monochromatic Colors of #8D0752
Black with #8D0752
Text Example
Text Example
White with #8D0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0752; }
p { color: rgb(141,7,82); }
H1.HeaderClassName
{
color: #8D0752;
}
.AnyTagClassName
{
color: #8D0752;
}
</style>
background-color css
<style>
a { background-color: #8D0752; }
a { background-color: rgb(141,7,82); }
div.DivClassName
{
background-color: #8D0752;
}
.BgClassName
{
background-color: #8D0752;
}
</style>
border-color css
<style>
span { border-color: #8D0752; }
span { border-color: rgb(141,7,82); }
td.TdClassName
{
border-color: #8D0752;
}
.TagClassName
{
border-color: #8D0752;
}
</style>