Shades of Eggplant #9D096C
Tints of Eggplant #9D096C
RGB
CMYK
RGB Variations
Color information
#9D096C (or 0x9D096C) is known color: Eggplant. HEX triplet: 9D, 09 and 6C. RGB value is (157,9,108). Sum of RGB (Red+Green+Blue) = 157+9+108=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D096C is #62F693. Grayscale: #404040. Windows color (decimal): -6485652 or 7080349. OLE color: 7080349.
HSL color Cylindrical-coordinate representation of color #9D096C: hue angle of 319.86º 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 #9D096C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 108 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.38 |
| HSL | 319.86º | 0.89% | 0.33% | - |
| HSV(B) | 319.86º | 0.94% | 0.62% | - |
| XYZ | 16.71 | 8.45 | 14.94 | - |
| YUV | 64.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 108 | 0 | 0.94 | 0.31 | 0.38 | 319.86 | 0.89 | 0.33 |
| Hex | 9D | 9 | 6C | 0 | 5E | 1F | 26 | 140 | 59 | 21 |
| Octal | 235 | 11 | 154 | 0 | 136 | 37 | 46 | 500 | 131 | 41 |
| Binary | 10011101 | 1001 | 1101100 | 0 | 1011110 | 11111 | 100110 | 101000000 | 1011001 | 100001 |
Color Harmonies of #9D096C
Complementary color
Monochromatic Colors of #9D096C
Black with #9D096C
Text Example
Text Example
White with #9D096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D096C; }
p { color: rgb(157,9,108); }
H1.HeaderClassName
{
color: #9D096C;
}
.AnyTagClassName
{
color: #9D096C;
}
</style>
background-color css
<style>
a { background-color: #9D096C; }
a { background-color: rgb(157,9,108); }
div.DivClassName
{
background-color: #9D096C;
}
.BgClassName
{
background-color: #9D096C;
}
</style>
border-color css
<style>
span { border-color: #9D096C; }
span { border-color: rgb(157,9,108); }
td.TdClassName
{
border-color: #9D096C;
}
.TagClassName
{
border-color: #9D096C;
}
</style>