Shades of Eggplant #9D0A70
Tints of Eggplant #9D0A70
RGB
CMYK
RGB Variations
Color information
#9D0A70 (or 0x9D0A70) is known color: Eggplant. HEX triplet: 9D, 0A and 70. RGB value is (157,10,112). Sum of RGB (Red+Green+Blue) = 157+10+112=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0A70 is #62F58F. Grayscale: #414141. Windows color (decimal): -6485392 or 7342749. OLE color: 7342749.
HSL color Cylindrical-coordinate representation of color #9D0A70: hue angle of 318.37º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A70 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.38 |
| HSL | 318.37º | 0.88% | 0.33% | - |
| HSV(B) | 318.37º | 0.94% | 0.62% | - |
| XYZ | 16.94 | 8.56 | 16.09 | - |
| YUV | 65.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 112 | 0 | 0.94 | 0.29 | 0.38 | 318.37 | 0.88 | 0.33 |
| Hex | 9D | A | 70 | 0 | 5E | 1D | 26 | 13E | 58 | 21 |
| Octal | 235 | 12 | 160 | 0 | 136 | 35 | 46 | 476 | 130 | 41 |
| Binary | 10011101 | 1010 | 1110000 | 0 | 1011110 | 11101 | 100110 | 100111110 | 1011000 | 100001 |
Color Harmonies of #9D0A70
Complementary color
Monochromatic Colors of #9D0A70
Black with #9D0A70
Text Example
Text Example
White with #9D0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A70; }
p { color: rgb(157,10,112); }
H1.HeaderClassName
{
color: #9D0A70;
}
.AnyTagClassName
{
color: #9D0A70;
}
</style>
background-color css
<style>
a { background-color: #9D0A70; }
a { background-color: rgb(157,10,112); }
div.DivClassName
{
background-color: #9D0A70;
}
.BgClassName
{
background-color: #9D0A70;
}
</style>
border-color css
<style>
span { border-color: #9D0A70; }
span { border-color: rgb(157,10,112); }
td.TdClassName
{
border-color: #9D0A70;
}
.TagClassName
{
border-color: #9D0A70;
}
</style>