Shades of Eggplant #9D0B7C
Tints of Eggplant #9D0B7C
RGB
CMYK
RGB Variations
Color information
#9D0B7C (or 0x9D0B7C) is known color: Eggplant. HEX triplet: 9D, 0B and 7C. RGB value is (157,11,124). Sum of RGB (Red+Green+Blue) = 157+11+124=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B7C is #62F483. Grayscale: #434343. Windows color (decimal): -6485124 or 8129437. OLE color: 8129437.
HSL color Cylindrical-coordinate representation of color #9D0B7C: hue angle of 313.56º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B7C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 124 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.38 |
| HSL | 313.56º | 0.87% | 0.33% | - |
| HSV(B) | 313.56º | 0.93% | 0.62% | - |
| XYZ | 17.66 | 8.86 | 19.85 | - |
| YUV | 67.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 124 | 0 | 0.93 | 0.21 | 0.38 | 313.56 | 0.87 | 0.33 |
| Hex | 9D | B | 7C | 0 | 5D | 15 | 26 | 13A | 57 | 21 |
| Octal | 235 | 13 | 174 | 0 | 135 | 25 | 46 | 472 | 127 | 41 |
| Binary | 10011101 | 1011 | 1111100 | 0 | 1011101 | 10101 | 100110 | 100111010 | 1010111 | 100001 |
Color Harmonies of #9D0B7C
Complementary color
Monochromatic Colors of #9D0B7C
Black with #9D0B7C
Text Example
Text Example
White with #9D0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B7C; }
p { color: rgb(157,11,124); }
H1.HeaderClassName
{
color: #9D0B7C;
}
.AnyTagClassName
{
color: #9D0B7C;
}
</style>
background-color css
<style>
a { background-color: #9D0B7C; }
a { background-color: rgb(157,11,124); }
div.DivClassName
{
background-color: #9D0B7C;
}
.BgClassName
{
background-color: #9D0B7C;
}
</style>
border-color css
<style>
span { border-color: #9D0B7C; }
span { border-color: rgb(157,11,124); }
td.TdClassName
{
border-color: #9D0B7C;
}
.TagClassName
{
border-color: #9D0B7C;
}
</style>