Shades of Eggplant #9C1275
Tints of Eggplant #9C1275
RGB
CMYK
RGB Variations
Color information
#9C1275 (or 0x9C1275) is known color: Eggplant. HEX triplet: 9C, 12 and 75. RGB value is (156,18,117). Sum of RGB (Red+Green+Blue) = 156+18+117=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1275 is #63ED8A. Grayscale: #464646. Windows color (decimal): -6548875 or 7672476. OLE color: 7672476.
HSL color Cylindrical-coordinate representation of color #9C1275: hue angle of 316.96º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1275 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 18 | 117 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.39 |
| HSL | 316.96º | 0.79% | 0.34% | - |
| HSV(B) | 316.96º | 0.88% | 0.61% | - |
| XYZ | 17.14 | 8.78 | 17.62 | - |
| YUV | 70.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 117 | 0 | 0.88 | 0.25 | 0.39 | 316.96 | 0.79 | 0.34 |
| Hex | 9C | 12 | 75 | 0 | 58 | 19 | 27 | 13D | 4F | 22 |
| Octal | 234 | 22 | 165 | 0 | 130 | 31 | 47 | 475 | 117 | 42 |
| Binary | 10011100 | 10010 | 1110101 | 0 | 1011000 | 11001 | 100111 | 100111101 | 1001111 | 100010 |
Color Harmonies of #9C1275
Complementary color
Monochromatic Colors of #9C1275
Black with #9C1275
Text Example
Text Example
White with #9C1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1275; }
p { color: rgb(156,18,117); }
H1.HeaderClassName
{
color: #9C1275;
}
.AnyTagClassName
{
color: #9C1275;
}
</style>
background-color css
<style>
a { background-color: #9C1275; }
a { background-color: rgb(156,18,117); }
div.DivClassName
{
background-color: #9C1275;
}
.BgClassName
{
background-color: #9C1275;
}
</style>
border-color css
<style>
span { border-color: #9C1275; }
span { border-color: rgb(156,18,117); }
td.TdClassName
{
border-color: #9C1275;
}
.TagClassName
{
border-color: #9C1275;
}
</style>