Shades of Eggplant #9D0966
Tints of Eggplant #9D0966
RGB
CMYK
RGB Variations
Color information
#9D0966 (or 0x9D0966) is known color: Eggplant. HEX triplet: 9D, 09 and 66. RGB value is (157,9,102). Sum of RGB (Red+Green+Blue) = 157+9+102=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0966 is #62F699. Grayscale: #3F3F3F. Windows color (decimal): -6485658 or 6687133. OLE color: 6687133.
HSL color Cylindrical-coordinate representation of color #9D0966: hue angle of 322.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0966 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 102 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.38 |
| HSL | 322.3º | 0.89% | 0.33% | - |
| HSV(B) | 322.3º | 0.94% | 0.62% | - |
| XYZ | 16.4 | 8.32 | 13.31 | - |
| YUV | 63.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 102 | 0 | 0.94 | 0.35 | 0.38 | 322.3 | 0.89 | 0.33 |
| Hex | 9D | 9 | 66 | 0 | 5E | 23 | 26 | 142 | 59 | 21 |
| Octal | 235 | 11 | 146 | 0 | 136 | 43 | 46 | 502 | 131 | 41 |
| Binary | 10011101 | 1001 | 1100110 | 0 | 1011110 | 100011 | 100110 | 101000010 | 1011001 | 100001 |
Color Harmonies of #9D0966
Complementary color
Monochromatic Colors of #9D0966
Black with #9D0966
Text Example
Text Example
White with #9D0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0966; }
p { color: rgb(157,9,102); }
H1.HeaderClassName
{
color: #9D0966;
}
.AnyTagClassName
{
color: #9D0966;
}
</style>
background-color css
<style>
a { background-color: #9D0966; }
a { background-color: rgb(157,9,102); }
div.DivClassName
{
background-color: #9D0966;
}
.BgClassName
{
background-color: #9D0966;
}
</style>
border-color css
<style>
span { border-color: #9D0966; }
span { border-color: rgb(157,9,102); }
td.TdClassName
{
border-color: #9D0966;
}
.TagClassName
{
border-color: #9D0966;
}
</style>