Shades of Eggplant #9D0372
Tints of Eggplant #9D0372
RGB
CMYK
RGB Variations
Color information
#9D0372 (or 0x9D0372) is known color: Eggplant. HEX triplet: 9D, 03 and 72. RGB value is (157,3,114). Sum of RGB (Red+Green+Blue) = 157+3+114=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0372 is #62FC8D. Grayscale: #3D3D3D. Windows color (decimal): -6487182 or 7472029. OLE color: 7472029.
HSL color Cylindrical-coordinate representation of color #9D0372: hue angle of 316.75º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D0372 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.38 |
| HSL | 316.75º | 0.96% | 0.31% | - |
| HSV(B) | 316.75º | 0.98% | 0.62% | - |
| XYZ | 16.97 | 8.45 | 16.66 | - |
| YUV | 61.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 114 | 0 | 0.98 | 0.27 | 0.38 | 316.75 | 0.96 | 0.31 |
| Hex | 9D | 3 | 72 | 0 | 62 | 1B | 26 | 13D | 60 | 1F |
| Octal | 235 | 3 | 162 | 0 | 142 | 33 | 46 | 475 | 140 | 37 |
| Binary | 10011101 | 11 | 1110010 | 0 | 1100010 | 11011 | 100110 | 100111101 | 1100000 | 11111 |
Color Harmonies of #9D0372
Complementary color
Monochromatic Colors of #9D0372
Black with #9D0372
Text Example
Text Example
White with #9D0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0372; }
p { color: rgb(157,3,114); }
H1.HeaderClassName
{
color: #9D0372;
}
.AnyTagClassName
{
color: #9D0372;
}
</style>
background-color css
<style>
a { background-color: #9D0372; }
a { background-color: rgb(157,3,114); }
div.DivClassName
{
background-color: #9D0372;
}
.BgClassName
{
background-color: #9D0372;
}
</style>
border-color css
<style>
span { border-color: #9D0372; }
span { border-color: rgb(157,3,114); }
td.TdClassName
{
border-color: #9D0372;
}
.TagClassName
{
border-color: #9D0372;
}
</style>