Shades of Eggplant #9D1276
Tints of Eggplant #9D1276
RGB
CMYK
RGB Variations
Color information
#9D1276 (or 0x9D1276) is known color: Eggplant. HEX triplet: 9D, 12 and 76. RGB value is (157,18,118). Sum of RGB (Red+Green+Blue) = 157+18+118=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1276 is #62ED89. Grayscale: #464646. Windows color (decimal): -6483338 or 7738013. OLE color: 7738013.
HSL color Cylindrical-coordinate representation of color #9D1276: hue angle of 316.83º 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 #9D1276 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 118 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.38 |
| HSL | 316.83º | 0.79% | 0.34% | - |
| HSV(B) | 316.83º | 0.89% | 0.62% | - |
| XYZ | 17.39 | 8.91 | 17.94 | - |
| YUV | 70.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 118 | 0 | 0.89 | 0.25 | 0.38 | 316.83 | 0.79 | 0.34 |
| Hex | 9D | 12 | 76 | 0 | 59 | 19 | 26 | 13D | 4F | 22 |
| Octal | 235 | 22 | 166 | 0 | 131 | 31 | 46 | 475 | 117 | 42 |
| Binary | 10011101 | 10010 | 1110110 | 0 | 1011001 | 11001 | 100110 | 100111101 | 1001111 | 100010 |
Color Harmonies of #9D1276
Complementary color
Monochromatic Colors of #9D1276
Black with #9D1276
Text Example
Text Example
White with #9D1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1276; }
p { color: rgb(157,18,118); }
H1.HeaderClassName
{
color: #9D1276;
}
.AnyTagClassName
{
color: #9D1276;
}
</style>
background-color css
<style>
a { background-color: #9D1276; }
a { background-color: rgb(157,18,118); }
div.DivClassName
{
background-color: #9D1276;
}
.BgClassName
{
background-color: #9D1276;
}
</style>
border-color css
<style>
span { border-color: #9D1276; }
span { border-color: rgb(157,18,118); }
td.TdClassName
{
border-color: #9D1276;
}
.TagClassName
{
border-color: #9D1276;
}
</style>