Shades of Eggplant #9D1270
Tints of Eggplant #9D1270
RGB
CMYK
RGB Variations
Color information
#9D1270 (or 0x9D1270) is known color: Eggplant. HEX triplet: 9D, 12 and 70. RGB value is (157,18,112). Sum of RGB (Red+Green+Blue) = 157+18+112=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1270 is #62ED8F. Grayscale: #464646. Windows color (decimal): -6483344 or 7344797. OLE color: 7344797.
HSL color Cylindrical-coordinate representation of color #9D1270: hue angle of 319.42º 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 #9D1270 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 112 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.38 |
| HSL | 319.42º | 0.79% | 0.34% | - |
| HSV(B) | 319.42º | 0.89% | 0.62% | - |
| XYZ | 17.05 | 8.77 | 16.12 | - |
| YUV | 70.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 112 | 0 | 0.89 | 0.29 | 0.38 | 319.42 | 0.79 | 0.34 |
| Hex | 9D | 12 | 70 | 0 | 59 | 1D | 26 | 13F | 4F | 22 |
| Octal | 235 | 22 | 160 | 0 | 131 | 35 | 46 | 477 | 117 | 42 |
| Binary | 10011101 | 10010 | 1110000 | 0 | 1011001 | 11101 | 100110 | 100111111 | 1001111 | 100010 |
Color Harmonies of #9D1270
Complementary color
Monochromatic Colors of #9D1270
Black with #9D1270
Text Example
Text Example
White with #9D1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1270; }
p { color: rgb(157,18,112); }
H1.HeaderClassName
{
color: #9D1270;
}
.AnyTagClassName
{
color: #9D1270;
}
</style>
background-color css
<style>
a { background-color: #9D1270; }
a { background-color: rgb(157,18,112); }
div.DivClassName
{
background-color: #9D1270;
}
.BgClassName
{
background-color: #9D1270;
}
</style>
border-color css
<style>
span { border-color: #9D1270; }
span { border-color: rgb(157,18,112); }
td.TdClassName
{
border-color: #9D1270;
}
.TagClassName
{
border-color: #9D1270;
}
</style>