Shades of Eggplant #9D106D
Tints of Eggplant #9D106D
RGB
CMYK
RGB Variations
Color information
#9D106D (or 0x9D106D) is known color: Eggplant. HEX triplet: 9D, 10 and 6D. RGB value is (157,16,109). Sum of RGB (Red+Green+Blue) = 157+16+109=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D106D is #62EF92. Grayscale: #444444. Windows color (decimal): -6483859 or 7147677. OLE color: 7147677.
HSL color Cylindrical-coordinate representation of color #9D106D: hue angle of 320.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D106D is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 109 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.38 |
| HSL | 320.43º | 0.82% | 0.34% | - |
| HSV(B) | 320.43º | 0.9% | 0.62% | - |
| XYZ | 16.85 | 8.64 | 15.25 | - |
| YUV | 68.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 109 | 0 | 0.90 | 0.31 | 0.38 | 320.43 | 0.82 | 0.34 |
| Hex | 9D | 10 | 6D | 0 | 5A | 1F | 26 | 140 | 52 | 22 |
| Octal | 235 | 20 | 155 | 0 | 132 | 37 | 46 | 500 | 122 | 42 |
| Binary | 10011101 | 10000 | 1101101 | 0 | 1011010 | 11111 | 100110 | 101000000 | 1010010 | 100010 |
Color Harmonies of #9D106D
Complementary color
Monochromatic Colors of #9D106D
Black with #9D106D
Text Example
Text Example
White with #9D106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D106D; }
p { color: rgb(157,16,109); }
H1.HeaderClassName
{
color: #9D106D;
}
.AnyTagClassName
{
color: #9D106D;
}
</style>
background-color css
<style>
a { background-color: #9D106D; }
a { background-color: rgb(157,16,109); }
div.DivClassName
{
background-color: #9D106D;
}
.BgClassName
{
background-color: #9D106D;
}
</style>
border-color css
<style>
span { border-color: #9D106D; }
span { border-color: rgb(157,16,109); }
td.TdClassName
{
border-color: #9D106D;
}
.TagClassName
{
border-color: #9D106D;
}
</style>