Shades of Eggplant #9D037D
Tints of Eggplant #9D037D
RGB
CMYK
RGB Variations
Color information
#9D037D (or 0x9D037D) is known color: Eggplant. HEX triplet: 9D, 03 and 7D. RGB value is (157,3,125). Sum of RGB (Red+Green+Blue) = 157+3+125=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D037D is #62FC82. Grayscale: #3E3E3E. Windows color (decimal): -6487171 or 8192925. OLE color: 8192925.
HSL color Cylindrical-coordinate representation of color #9D037D: hue angle of 312.47º 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 #9D037D is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.38 |
| HSL | 312.47º | 0.96% | 0.31% | - |
| HSV(B) | 312.47º | 0.98% | 0.62% | - |
| XYZ | 17.64 | 8.71 | 20.15 | - |
| YUV | 62.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 125 | 0 | 0.98 | 0.20 | 0.38 | 312.47 | 0.96 | 0.31 |
| Hex | 9D | 3 | 7D | 0 | 62 | 14 | 26 | 138 | 60 | 1F |
| Octal | 235 | 3 | 175 | 0 | 142 | 24 | 46 | 470 | 140 | 37 |
| Binary | 10011101 | 11 | 1111101 | 0 | 1100010 | 10100 | 100110 | 100111000 | 1100000 | 11111 |
Color Harmonies of #9D037D
Complementary color
Monochromatic Colors of #9D037D
Black with #9D037D
Text Example
Text Example
White with #9D037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D037D; }
p { color: rgb(157,3,125); }
H1.HeaderClassName
{
color: #9D037D;
}
.AnyTagClassName
{
color: #9D037D;
}
</style>
background-color css
<style>
a { background-color: #9D037D; }
a { background-color: rgb(157,3,125); }
div.DivClassName
{
background-color: #9D037D;
}
.BgClassName
{
background-color: #9D037D;
}
</style>
border-color css
<style>
span { border-color: #9D037D; }
span { border-color: rgb(157,3,125); }
td.TdClassName
{
border-color: #9D037D;
}
.TagClassName
{
border-color: #9D037D;
}
</style>