Shades of Eggplant #9D0875
Tints of Eggplant #9D0875
RGB
CMYK
RGB Variations
Color information
#9D0875 (or 0x9D0875) is known color: Eggplant. HEX triplet: 9D, 08 and 75. RGB value is (157,8,117). Sum of RGB (Red+Green+Blue) = 157+8+117=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0875 is #62F78A. Grayscale: #404040. Windows color (decimal): -6485899 or 7669917. OLE color: 7669917.
HSL color Cylindrical-coordinate representation of color #9D0875: hue angle of 316.11º 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 #9D0875 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 117 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.38 |
| HSL | 316.11º | 0.9% | 0.32% | - |
| HSV(B) | 316.11º | 0.95% | 0.62% | - |
| XYZ | 17.2 | 8.63 | 17.59 | - |
| YUV | 64.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 117 | 0 | 0.95 | 0.25 | 0.38 | 316.11 | 0.9 | 0.32 |
| Hex | 9D | 8 | 75 | 0 | 5F | 19 | 26 | 13C | 5A | 20 |
| Octal | 235 | 10 | 165 | 0 | 137 | 31 | 46 | 474 | 132 | 40 |
| Binary | 10011101 | 1000 | 1110101 | 0 | 1011111 | 11001 | 100110 | 100111100 | 1011010 | 100000 |
Color Harmonies of #9D0875
Complementary color
Monochromatic Colors of #9D0875
Black with #9D0875
Text Example
Text Example
White with #9D0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0875; }
p { color: rgb(157,8,117); }
H1.HeaderClassName
{
color: #9D0875;
}
.AnyTagClassName
{
color: #9D0875;
}
</style>
background-color css
<style>
a { background-color: #9D0875; }
a { background-color: rgb(157,8,117); }
div.DivClassName
{
background-color: #9D0875;
}
.BgClassName
{
background-color: #9D0875;
}
</style>
border-color css
<style>
span { border-color: #9D0875; }
span { border-color: rgb(157,8,117); }
td.TdClassName
{
border-color: #9D0875;
}
.TagClassName
{
border-color: #9D0875;
}
</style>