Shades of Eggplant #9C1073
Tints of Eggplant #9C1073
RGB
CMYK
RGB Variations
Color information
#9C1073 (or 0x9C1073) is known color: Eggplant. HEX triplet: 9C, 10 and 73. RGB value is (156,16,115). Sum of RGB (Red+Green+Blue) = 156+16+115=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1073 is #63EF8C. Grayscale: #444444. Windows color (decimal): -6549389 or 7540892. OLE color: 7540892.
HSL color Cylindrical-coordinate representation of color #9C1073: hue angle of 317.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1073 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 115 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.39 |
| HSL | 317.57º | 0.81% | 0.34% | - |
| HSV(B) | 317.57º | 0.9% | 0.61% | - |
| XYZ | 16.99 | 8.68 | 17 | - |
| YUV | 69.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 115 | 0 | 0.90 | 0.26 | 0.39 | 317.57 | 0.81 | 0.34 |
| Hex | 9C | 10 | 73 | 0 | 5A | 1A | 27 | 13E | 51 | 22 |
| Octal | 234 | 20 | 163 | 0 | 132 | 32 | 47 | 476 | 121 | 42 |
| Binary | 10011100 | 10000 | 1110011 | 0 | 1011010 | 11010 | 100111 | 100111110 | 1010001 | 100010 |
Color Harmonies of #9C1073
Complementary color
Monochromatic Colors of #9C1073
Black with #9C1073
Text Example
Text Example
White with #9C1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1073; }
p { color: rgb(156,16,115); }
H1.HeaderClassName
{
color: #9C1073;
}
.AnyTagClassName
{
color: #9C1073;
}
</style>
background-color css
<style>
a { background-color: #9C1073; }
a { background-color: rgb(156,16,115); }
div.DivClassName
{
background-color: #9C1073;
}
.BgClassName
{
background-color: #9C1073;
}
</style>
border-color css
<style>
span { border-color: #9C1073; }
span { border-color: rgb(156,16,115); }
td.TdClassName
{
border-color: #9C1073;
}
.TagClassName
{
border-color: #9C1073;
}
</style>