Shades of Eggplant #9D0B73
Tints of Eggplant #9D0B73
RGB
CMYK
RGB Variations
Color information
#9D0B73 (or 0x9D0B73) is known color: Eggplant. HEX triplet: 9D, 0B and 73. RGB value is (157,11,115). Sum of RGB (Red+Green+Blue) = 157+11+115=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B73 is #62F48C. Grayscale: #424242. Windows color (decimal): -6485133 or 7539613. OLE color: 7539613.
HSL color Cylindrical-coordinate representation of color #9D0B73: hue angle of 317.26º 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 #9D0B73 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 115 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.38 |
| HSL | 317.26º | 0.87% | 0.33% | - |
| HSV(B) | 317.26º | 0.93% | 0.62% | - |
| XYZ | 17.12 | 8.65 | 16.99 | - |
| YUV | 66.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 115 | 0 | 0.93 | 0.27 | 0.38 | 317.26 | 0.87 | 0.33 |
| Hex | 9D | B | 73 | 0 | 5D | 1B | 26 | 13D | 57 | 21 |
| Octal | 235 | 13 | 163 | 0 | 135 | 33 | 46 | 475 | 127 | 41 |
| Binary | 10011101 | 1011 | 1110011 | 0 | 1011101 | 11011 | 100110 | 100111101 | 1010111 | 100001 |
Color Harmonies of #9D0B73
Complementary color
Monochromatic Colors of #9D0B73
Black with #9D0B73
Text Example
Text Example
White with #9D0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B73; }
p { color: rgb(157,11,115); }
H1.HeaderClassName
{
color: #9D0B73;
}
.AnyTagClassName
{
color: #9D0B73;
}
</style>
background-color css
<style>
a { background-color: #9D0B73; }
a { background-color: rgb(157,11,115); }
div.DivClassName
{
background-color: #9D0B73;
}
.BgClassName
{
background-color: #9D0B73;
}
</style>
border-color css
<style>
span { border-color: #9D0B73; }
span { border-color: rgb(157,11,115); }
td.TdClassName
{
border-color: #9D0B73;
}
.TagClassName
{
border-color: #9D0B73;
}
</style>