Shades of Eggplant #9D0770
Tints of Eggplant #9D0770
RGB
CMYK
RGB Variations
Color information
#9D0770 (or 0x9D0770) is known color: Eggplant. HEX triplet: 9D, 07 and 70. RGB value is (157,7,112). Sum of RGB (Red+Green+Blue) = 157+7+112=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0770 is #62F88F. Grayscale: #3F3F3F. Windows color (decimal): -6486160 or 7341981. OLE color: 7341981.
HSL color Cylindrical-coordinate representation of color #9D0770: hue angle of 318º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0770 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.38 |
| HSL | 318º | 0.91% | 0.32% | - |
| HSV(B) | 318º | 0.96% | 0.62% | - |
| XYZ | 16.91 | 8.49 | 16.08 | - |
| YUV | 63.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 112 | 0 | 0.96 | 0.29 | 0.38 | 318 | 0.91 | 0.32 |
| Hex | 9D | 7 | 70 | 0 | 60 | 1D | 26 | 13E | 5B | 20 |
| Octal | 235 | 7 | 160 | 0 | 140 | 35 | 46 | 476 | 133 | 40 |
| Binary | 10011101 | 111 | 1110000 | 0 | 1100000 | 11101 | 100110 | 100111110 | 1011011 | 100000 |
Color Harmonies of #9D0770
Complementary color
Monochromatic Colors of #9D0770
Black with #9D0770
Text Example
Text Example
White with #9D0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0770; }
p { color: rgb(157,7,112); }
H1.HeaderClassName
{
color: #9D0770;
}
.AnyTagClassName
{
color: #9D0770;
}
</style>
background-color css
<style>
a { background-color: #9D0770; }
a { background-color: rgb(157,7,112); }
div.DivClassName
{
background-color: #9D0770;
}
.BgClassName
{
background-color: #9D0770;
}
</style>
border-color css
<style>
span { border-color: #9D0770; }
span { border-color: rgb(157,7,112); }
td.TdClassName
{
border-color: #9D0770;
}
.TagClassName
{
border-color: #9D0770;
}
</style>