Shades of Eggplant #9C1673
Tints of Eggplant #9C1673
RGB
CMYK
RGB Variations
Color information
#9C1673 (or 0x9C1673) is known color: Eggplant. HEX triplet: 9C, 16 and 73. RGB value is (156,22,115). Sum of RGB (Red+Green+Blue) = 156+22+115=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1673 is #63E98C. Grayscale: #484848. Windows color (decimal): -6547853 or 7542428. OLE color: 7542428.
HSL color Cylindrical-coordinate representation of color #9C1673: hue angle of 318.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1673 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 115 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.39 |
| HSL | 318.36º | 0.75% | 0.35% | - |
| HSV(B) | 318.36º | 0.86% | 0.61% | - |
| XYZ | 17.09 | 8.88 | 17.03 | - |
| YUV | 72.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 115 | 0 | 0.86 | 0.26 | 0.39 | 318.36 | 0.75 | 0.35 |
| Hex | 9C | 16 | 73 | 0 | 56 | 1A | 27 | 13E | 4B | 23 |
| Octal | 234 | 26 | 163 | 0 | 126 | 32 | 47 | 476 | 113 | 43 |
| Binary | 10011100 | 10110 | 1110011 | 0 | 1010110 | 11010 | 100111 | 100111110 | 1001011 | 100011 |
Color Harmonies of #9C1673
Complementary color
Monochromatic Colors of #9C1673
Black with #9C1673
Text Example
Text Example
White with #9C1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1673; }
p { color: rgb(156,22,115); }
H1.HeaderClassName
{
color: #9C1673;
}
.AnyTagClassName
{
color: #9C1673;
}
</style>
background-color css
<style>
a { background-color: #9C1673; }
a { background-color: rgb(156,22,115); }
div.DivClassName
{
background-color: #9C1673;
}
.BgClassName
{
background-color: #9C1673;
}
</style>
border-color css
<style>
span { border-color: #9C1673; }
span { border-color: rgb(156,22,115); }
td.TdClassName
{
border-color: #9C1673;
}
.TagClassName
{
border-color: #9C1673;
}
</style>