Shades of Eggplant #9D136E
Tints of Eggplant #9D136E
RGB
CMYK
RGB Variations
Color information
#9D136E (or 0x9D136E) is known color: Eggplant. HEX triplet: 9D, 13 and 6E. RGB value is (157,19,110). Sum of RGB (Red+Green+Blue) = 157+19+110=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D136E is #62EC91. Grayscale: #464646. Windows color (decimal): -6483090 or 7213981. OLE color: 7213981.
HSL color Cylindrical-coordinate representation of color #9D136E: hue angle of 320.43º 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 #9D136E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 110 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.38 |
| HSL | 320.43º | 0.78% | 0.35% | - |
| HSV(B) | 320.43º | 0.88% | 0.62% | - |
| XYZ | 16.95 | 8.76 | 15.55 | - |
| YUV | 70.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 110 | 0 | 0.88 | 0.30 | 0.38 | 320.43 | 0.78 | 0.35 |
| Hex | 9D | 13 | 6E | 0 | 58 | 1E | 26 | 140 | 4E | 23 |
| Octal | 235 | 23 | 156 | 0 | 130 | 36 | 46 | 500 | 116 | 43 |
| Binary | 10011101 | 10011 | 1101110 | 0 | 1011000 | 11110 | 100110 | 101000000 | 1001110 | 100011 |
Color Harmonies of #9D136E
Complementary color
Monochromatic Colors of #9D136E
Black with #9D136E
Text Example
Text Example
White with #9D136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D136E; }
p { color: rgb(157,19,110); }
H1.HeaderClassName
{
color: #9D136E;
}
.AnyTagClassName
{
color: #9D136E;
}
</style>
background-color css
<style>
a { background-color: #9D136E; }
a { background-color: rgb(157,19,110); }
div.DivClassName
{
background-color: #9D136E;
}
.BgClassName
{
background-color: #9D136E;
}
</style>
border-color css
<style>
span { border-color: #9D136E; }
span { border-color: rgb(157,19,110); }
td.TdClassName
{
border-color: #9D136E;
}
.TagClassName
{
border-color: #9D136E;
}
</style>