Shades of Eggplant #9D136F
Tints of Eggplant #9D136F
RGB
CMYK
RGB Variations
Color information
#9D136F (or 0x9D136F) is known color: Eggplant. HEX triplet: 9D, 13 and 6F. RGB value is (157,19,111). Sum of RGB (Red+Green+Blue) = 157+19+111=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D136F is #62EC90. Grayscale: #464646. Windows color (decimal): -6483089 or 7279517. OLE color: 7279517.
HSL color Cylindrical-coordinate representation of color #9D136F: hue angle of 320º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D136F is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 111 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.38 |
| HSL | 320º | 0.78% | 0.35% | - |
| HSV(B) | 320º | 0.88% | 0.62% | - |
| XYZ | 17.01 | 8.78 | 15.84 | - |
| YUV | 70.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 111 | 0 | 0.88 | 0.29 | 0.38 | 320 | 0.78 | 0.35 |
| Hex | 9D | 13 | 6F | 0 | 58 | 1D | 26 | 140 | 4E | 23 |
| Octal | 235 | 23 | 157 | 0 | 130 | 35 | 46 | 500 | 116 | 43 |
| Binary | 10011101 | 10011 | 1101111 | 0 | 1011000 | 11101 | 100110 | 101000000 | 1001110 | 100011 |
Color Harmonies of #9D136F
Complementary color
Monochromatic Colors of #9D136F
Black with #9D136F
Text Example
Text Example
White with #9D136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D136F; }
p { color: rgb(157,19,111); }
H1.HeaderClassName
{
color: #9D136F;
}
.AnyTagClassName
{
color: #9D136F;
}
</style>
background-color css
<style>
a { background-color: #9D136F; }
a { background-color: rgb(157,19,111); }
div.DivClassName
{
background-color: #9D136F;
}
.BgClassName
{
background-color: #9D136F;
}
</style>
border-color css
<style>
span { border-color: #9D136F; }
span { border-color: rgb(157,19,111); }
td.TdClassName
{
border-color: #9D136F;
}
.TagClassName
{
border-color: #9D136F;
}
</style>