Shades of Eggplant #9D0C74
Tints of Eggplant #9D0C74
RGB
CMYK
RGB Variations
Color information
#9D0C74 (or 0x9D0C74) is known color: Eggplant. HEX triplet: 9D, 0C and 74. RGB value is (157,12,116). Sum of RGB (Red+Green+Blue) = 157+12+116=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C74 is #62F38B. Grayscale: #424242. Windows color (decimal): -6484876 or 7605405. OLE color: 7605405.
HSL color Cylindrical-coordinate representation of color #9D0C74: hue angle of 316.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C74 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 116 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.38 |
| HSL | 316.97º | 0.86% | 0.33% | - |
| HSV(B) | 316.97º | 0.92% | 0.62% | - |
| XYZ | 17.19 | 8.69 | 17.29 | - |
| YUV | 67.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 116 | 0 | 0.92 | 0.26 | 0.38 | 316.97 | 0.86 | 0.33 |
| Hex | 9D | C | 74 | 0 | 5C | 1A | 26 | 13D | 56 | 21 |
| Octal | 235 | 14 | 164 | 0 | 134 | 32 | 46 | 475 | 126 | 41 |
| Binary | 10011101 | 1100 | 1110100 | 0 | 1011100 | 11010 | 100110 | 100111101 | 1010110 | 100001 |
Color Harmonies of #9D0C74
Complementary color
Monochromatic Colors of #9D0C74
Black with #9D0C74
Text Example
Text Example
White with #9D0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C74; }
p { color: rgb(157,12,116); }
H1.HeaderClassName
{
color: #9D0C74;
}
.AnyTagClassName
{
color: #9D0C74;
}
</style>
background-color css
<style>
a { background-color: #9D0C74; }
a { background-color: rgb(157,12,116); }
div.DivClassName
{
background-color: #9D0C74;
}
.BgClassName
{
background-color: #9D0C74;
}
</style>
border-color css
<style>
span { border-color: #9D0C74; }
span { border-color: rgb(157,12,116); }
td.TdClassName
{
border-color: #9D0C74;
}
.TagClassName
{
border-color: #9D0C74;
}
</style>