Shades of Eggplant #9D1273
Tints of Eggplant #9D1273
RGB
CMYK
RGB Variations
Color information
#9D1273 (or 0x9D1273) is known color: Eggplant. HEX triplet: 9D, 12 and 73. RGB value is (157,18,115). Sum of RGB (Red+Green+Blue) = 157+18+115=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1273 is #62ED8C. Grayscale: #464646. Windows color (decimal): -6483341 or 7541405. OLE color: 7541405.
HSL color Cylindrical-coordinate representation of color #9D1273: hue angle of 318.13º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1273 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 115 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.38 |
| HSL | 318.13º | 0.79% | 0.34% | - |
| HSV(B) | 318.13º | 0.89% | 0.62% | - |
| XYZ | 17.22 | 8.84 | 17.02 | - |
| YUV | 70.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 115 | 0 | 0.89 | 0.27 | 0.38 | 318.13 | 0.79 | 0.34 |
| Hex | 9D | 12 | 73 | 0 | 59 | 1B | 26 | 13E | 4F | 22 |
| Octal | 235 | 22 | 163 | 0 | 131 | 33 | 46 | 476 | 117 | 42 |
| Binary | 10011101 | 10010 | 1110011 | 0 | 1011001 | 11011 | 100110 | 100111110 | 1001111 | 100010 |
Color Harmonies of #9D1273
Complementary color
Monochromatic Colors of #9D1273
Black with #9D1273
Text Example
Text Example
White with #9D1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1273; }
p { color: rgb(157,18,115); }
H1.HeaderClassName
{
color: #9D1273;
}
.AnyTagClassName
{
color: #9D1273;
}
</style>
background-color css
<style>
a { background-color: #9D1273; }
a { background-color: rgb(157,18,115); }
div.DivClassName
{
background-color: #9D1273;
}
.BgClassName
{
background-color: #9D1273;
}
</style>
border-color css
<style>
span { border-color: #9D1273; }
span { border-color: rgb(157,18,115); }
td.TdClassName
{
border-color: #9D1273;
}
.TagClassName
{
border-color: #9D1273;
}
</style>