Shades of Eggplant #9C097B
Tints of Eggplant #9C097B
RGB
CMYK
RGB Variations
Color information
#9C097B (or 0x9C097B) is known color: Eggplant. HEX triplet: 9C, 09 and 7B. RGB value is (156,9,123). Sum of RGB (Red+Green+Blue) = 156+9+123=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C097B is #63F684. Grayscale: #414141. Windows color (decimal): -6551173 or 8063388. OLE color: 8063388.
HSL color Cylindrical-coordinate representation of color #9C097B: hue angle of 313.47º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C097B is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 123 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.39 |
| HSL | 313.47º | 0.89% | 0.32% | - |
| HSV(B) | 313.47º | 0.94% | 0.61% | - |
| XYZ | 17.38 | 8.69 | 19.5 | - |
| YUV | 65.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 123 | 0 | 0.94 | 0.21 | 0.39 | 313.47 | 0.89 | 0.32 |
| Hex | 9C | 9 | 7B | 0 | 5E | 15 | 27 | 139 | 59 | 20 |
| Octal | 234 | 11 | 173 | 0 | 136 | 25 | 47 | 471 | 131 | 40 |
| Binary | 10011100 | 1001 | 1111011 | 0 | 1011110 | 10101 | 100111 | 100111001 | 1011001 | 100000 |
Color Harmonies of #9C097B
Complementary color
Monochromatic Colors of #9C097B
Black with #9C097B
Text Example
Text Example
White with #9C097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C097B; }
p { color: rgb(156,9,123); }
H1.HeaderClassName
{
color: #9C097B;
}
.AnyTagClassName
{
color: #9C097B;
}
</style>
background-color css
<style>
a { background-color: #9C097B; }
a { background-color: rgb(156,9,123); }
div.DivClassName
{
background-color: #9C097B;
}
.BgClassName
{
background-color: #9C097B;
}
</style>
border-color css
<style>
span { border-color: #9C097B; }
span { border-color: rgb(156,9,123); }
td.TdClassName
{
border-color: #9C097B;
}
.TagClassName
{
border-color: #9C097B;
}
</style>