Shades of Eggplant #9D1575
Tints of Eggplant #9D1575
RGB
CMYK
RGB Variations
Color information
#9D1575 (or 0x9D1575) is known color: Eggplant. HEX triplet: 9D, 15 and 75. RGB value is (157,21,117). Sum of RGB (Red+Green+Blue) = 157+21+117=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1575 is #62EA8A. Grayscale: #484848. Windows color (decimal): -6482571 or 7673245. OLE color: 7673245.
HSL color Cylindrical-coordinate representation of color #9D1575: hue angle of 317.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1575 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 21 | 117 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.38 |
| HSL | 317.65º | 0.76% | 0.35% | - |
| HSV(B) | 317.65º | 0.87% | 0.62% | - |
| XYZ | 17.38 | 8.99 | 17.65 | - |
| YUV | 72.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 117 | 0 | 0.87 | 0.25 | 0.38 | 317.65 | 0.76 | 0.35 |
| Hex | 9D | 15 | 75 | 0 | 57 | 19 | 26 | 13E | 4C | 23 |
| Octal | 235 | 25 | 165 | 0 | 127 | 31 | 46 | 476 | 114 | 43 |
| Binary | 10011101 | 10101 | 1110101 | 0 | 1010111 | 11001 | 100110 | 100111110 | 1001100 | 100011 |
Color Harmonies of #9D1575
Complementary color
Monochromatic Colors of #9D1575
Black with #9D1575
Text Example
Text Example
White with #9D1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1575; }
p { color: rgb(157,21,117); }
H1.HeaderClassName
{
color: #9D1575;
}
.AnyTagClassName
{
color: #9D1575;
}
</style>
background-color css
<style>
a { background-color: #9D1575; }
a { background-color: rgb(157,21,117); }
div.DivClassName
{
background-color: #9D1575;
}
.BgClassName
{
background-color: #9D1575;
}
</style>
border-color css
<style>
span { border-color: #9D1575; }
span { border-color: rgb(157,21,117); }
td.TdClassName
{
border-color: #9D1575;
}
.TagClassName
{
border-color: #9D1575;
}
</style>