Shades of Eggplant #9D0E70
Tints of Eggplant #9D0E70
RGB
CMYK
RGB Variations
Color information
#9D0E70 (or 0x9D0E70) is known color: Eggplant. HEX triplet: 9D, 0E and 70. RGB value is (157,14,112). Sum of RGB (Red+Green+Blue) = 157+14+112=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E70 is #62F18F. Grayscale: #434343. Windows color (decimal): -6484368 or 7343773. OLE color: 7343773.
HSL color Cylindrical-coordinate representation of color #9D0E70: hue angle of 318.88º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E70 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 112 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.38 |
| HSL | 318.88º | 0.84% | 0.34% | - |
| HSV(B) | 318.88º | 0.91% | 0.62% | - |
| XYZ | 16.99 | 8.65 | 16.1 | - |
| YUV | 67.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 112 | 0 | 0.91 | 0.29 | 0.38 | 318.88 | 0.84 | 0.34 |
| Hex | 9D | E | 70 | 0 | 5B | 1D | 26 | 13F | 54 | 22 |
| Octal | 235 | 16 | 160 | 0 | 133 | 35 | 46 | 477 | 124 | 42 |
| Binary | 10011101 | 1110 | 1110000 | 0 | 1011011 | 11101 | 100110 | 100111111 | 1010100 | 100010 |
Color Harmonies of #9D0E70
Complementary color
Monochromatic Colors of #9D0E70
Black with #9D0E70
Text Example
Text Example
White with #9D0E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E70; }
p { color: rgb(157,14,112); }
H1.HeaderClassName
{
color: #9D0E70;
}
.AnyTagClassName
{
color: #9D0E70;
}
</style>
background-color css
<style>
a { background-color: #9D0E70; }
a { background-color: rgb(157,14,112); }
div.DivClassName
{
background-color: #9D0E70;
}
.BgClassName
{
background-color: #9D0E70;
}
</style>
border-color css
<style>
span { border-color: #9D0E70; }
span { border-color: rgb(157,14,112); }
td.TdClassName
{
border-color: #9D0E70;
}
.TagClassName
{
border-color: #9D0E70;
}
</style>