Shades of Eggplant #9D047B
Tints of Eggplant #9D047B
RGB
CMYK
RGB Variations
Color information
#9D047B (or 0x9D047B) is known color: Eggplant. HEX triplet: 9D, 04 and 7B. RGB value is (157,4,123). Sum of RGB (Red+Green+Blue) = 157+4+123=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D047B is #62FB84. Grayscale: #3E3E3E. Windows color (decimal): -6486917 or 8062109. OLE color: 8062109.
HSL color Cylindrical-coordinate representation of color #9D047B: hue angle of 313.33º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D047B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.38 |
| HSL | 313.33º | 0.95% | 0.32% | - |
| HSV(B) | 313.33º | 0.97% | 0.62% | - |
| XYZ | 17.52 | 8.68 | 19.49 | - |
| YUV | 63.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 4 | 123 | 0 | 0.97 | 0.22 | 0.38 | 313.33 | 0.95 | 0.32 |
| Hex | 9D | 4 | 7B | 0 | 61 | 16 | 26 | 139 | 5F | 20 |
| Octal | 235 | 4 | 173 | 0 | 141 | 26 | 46 | 471 | 137 | 40 |
| Binary | 10011101 | 100 | 1111011 | 0 | 1100001 | 10110 | 100110 | 100111001 | 1011111 | 100000 |
Color Harmonies of #9D047B
Complementary color
Monochromatic Colors of #9D047B
Black with #9D047B
Text Example
Text Example
White with #9D047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D047B; }
p { color: rgb(157,4,123); }
H1.HeaderClassName
{
color: #9D047B;
}
.AnyTagClassName
{
color: #9D047B;
}
</style>
background-color css
<style>
a { background-color: #9D047B; }
a { background-color: rgb(157,4,123); }
div.DivClassName
{
background-color: #9D047B;
}
.BgClassName
{
background-color: #9D047B;
}
</style>
border-color css
<style>
span { border-color: #9D047B; }
span { border-color: rgb(157,4,123); }
td.TdClassName
{
border-color: #9D047B;
}
.TagClassName
{
border-color: #9D047B;
}
</style>