Shades of Eggplant #9D0672
Tints of Eggplant #9D0672
RGB
CMYK
RGB Variations
Color information
#9D0672 (or 0x9D0672) is known color: Eggplant. HEX triplet: 9D, 06 and 72. RGB value is (157,6,114). Sum of RGB (Red+Green+Blue) = 157+6+114=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0672 is #62F98D. Grayscale: #3F3F3F. Windows color (decimal): -6486414 or 7472797. OLE color: 7472797.
HSL color Cylindrical-coordinate representation of color #9D0672: hue angle of 317.09º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0672 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.38 |
| HSL | 317.09º | 0.93% | 0.32% | - |
| HSV(B) | 317.09º | 0.96% | 0.62% | - |
| XYZ | 17.01 | 8.51 | 16.67 | - |
| YUV | 63.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 114 | 0 | 0.96 | 0.27 | 0.38 | 317.09 | 0.93 | 0.32 |
| Hex | 9D | 6 | 72 | 0 | 60 | 1B | 26 | 13D | 5D | 20 |
| Octal | 235 | 6 | 162 | 0 | 140 | 33 | 46 | 475 | 135 | 40 |
| Binary | 10011101 | 110 | 1110010 | 0 | 1100000 | 11011 | 100110 | 100111101 | 1011101 | 100000 |
Color Harmonies of #9D0672
Complementary color
Monochromatic Colors of #9D0672
Black with #9D0672
Text Example
Text Example
White with #9D0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0672; }
p { color: rgb(157,6,114); }
H1.HeaderClassName
{
color: #9D0672;
}
.AnyTagClassName
{
color: #9D0672;
}
</style>
background-color css
<style>
a { background-color: #9D0672; }
a { background-color: rgb(157,6,114); }
div.DivClassName
{
background-color: #9D0672;
}
.BgClassName
{
background-color: #9D0672;
}
</style>
border-color css
<style>
span { border-color: #9D0672; }
span { border-color: rgb(157,6,114); }
td.TdClassName
{
border-color: #9D0672;
}
.TagClassName
{
border-color: #9D0672;
}
</style>