Shades of Eggplant #9D1275
Tints of Eggplant #9D1275
RGB
CMYK
RGB Variations
Color information
#9D1275 (or 0x9D1275) is known color: Eggplant. HEX triplet: 9D, 12 and 75. RGB value is (157,18,117). Sum of RGB (Red+Green+Blue) = 157+18+117=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1275 is #62ED8A. Grayscale: #464646. Windows color (decimal): -6483339 or 7672477. OLE color: 7672477.
HSL color Cylindrical-coordinate representation of color #9D1275: hue angle of 317.27º 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 #9D1275 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 117 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.38 |
| HSL | 317.27º | 0.79% | 0.34% | - |
| HSV(B) | 317.27º | 0.89% | 0.62% | - |
| XYZ | 17.33 | 8.89 | 17.63 | - |
| YUV | 70.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 117 | 0 | 0.89 | 0.25 | 0.38 | 317.27 | 0.79 | 0.34 |
| Hex | 9D | 12 | 75 | 0 | 59 | 19 | 26 | 13D | 4F | 22 |
| Octal | 235 | 22 | 165 | 0 | 131 | 31 | 46 | 475 | 117 | 42 |
| Binary | 10011101 | 10010 | 1110101 | 0 | 1011001 | 11001 | 100110 | 100111101 | 1001111 | 100010 |
Color Harmonies of #9D1275
Complementary color
Monochromatic Colors of #9D1275
Black with #9D1275
Text Example
Text Example
White with #9D1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1275; }
p { color: rgb(157,18,117); }
H1.HeaderClassName
{
color: #9D1275;
}
.AnyTagClassName
{
color: #9D1275;
}
</style>
background-color css
<style>
a { background-color: #9D1275; }
a { background-color: rgb(157,18,117); }
div.DivClassName
{
background-color: #9D1275;
}
.BgClassName
{
background-color: #9D1275;
}
</style>
border-color css
<style>
span { border-color: #9D1275; }
span { border-color: rgb(157,18,117); }
td.TdClassName
{
border-color: #9D1275;
}
.TagClassName
{
border-color: #9D1275;
}
</style>