Shades of Eggplant #9D087D
Tints of Eggplant #9D087D
RGB
CMYK
RGB Variations
Color information
#9D087D (or 0x9D087D) is known color: Eggplant. HEX triplet: 9D, 08 and 7D. RGB value is (157,8,125). Sum of RGB (Red+Green+Blue) = 157+8+125=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D087D is #62F782. Grayscale: #414141. Windows color (decimal): -6485891 or 8194205. OLE color: 8194205.
HSL color Cylindrical-coordinate representation of color #9D087D: hue angle of 312.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D087D is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 125 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.38 |
| HSL | 312.89º | 0.9% | 0.32% | - |
| HSV(B) | 312.89º | 0.95% | 0.62% | - |
| XYZ | 17.69 | 8.82 | 20.17 | - |
| YUV | 65.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 125 | 0 | 0.95 | 0.20 | 0.38 | 312.89 | 0.9 | 0.32 |
| Hex | 9D | 8 | 7D | 0 | 5F | 14 | 26 | 139 | 5A | 20 |
| Octal | 235 | 10 | 175 | 0 | 137 | 24 | 46 | 471 | 132 | 40 |
| Binary | 10011101 | 1000 | 1111101 | 0 | 1011111 | 10100 | 100110 | 100111001 | 1011010 | 100000 |
Color Harmonies of #9D087D
Complementary color
Monochromatic Colors of #9D087D
Black with #9D087D
Text Example
Text Example
White with #9D087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D087D; }
p { color: rgb(157,8,125); }
H1.HeaderClassName
{
color: #9D087D;
}
.AnyTagClassName
{
color: #9D087D;
}
</style>
background-color css
<style>
a { background-color: #9D087D; }
a { background-color: rgb(157,8,125); }
div.DivClassName
{
background-color: #9D087D;
}
.BgClassName
{
background-color: #9D087D;
}
</style>
border-color css
<style>
span { border-color: #9D087D; }
span { border-color: rgb(157,8,125); }
td.TdClassName
{
border-color: #9D087D;
}
.TagClassName
{
border-color: #9D087D;
}
</style>