Shades of Eggplant #9C0170
Tints of Eggplant #9C0170
RGB
CMYK
RGB Variations
Color information
#9C0170 (or 0x9C0170) is known color: Eggplant. HEX triplet: 9C, 01 and 70. RGB value is (156,1,112). Sum of RGB (Red+Green+Blue) = 156+1+112=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0170 is #63FE8F. Grayscale: #3B3B3B. Windows color (decimal): -6553232 or 7340444. OLE color: 7340444.
HSL color Cylindrical-coordinate representation of color #9C0170: hue angle of 317.03º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0170 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.39 |
| HSL | 317.03º | 0.99% | 0.31% | - |
| HSV(B) | 317.03º | 0.99% | 0.61% | - |
| XYZ | 16.65 | 8.26 | 16.05 | - |
| YUV | 60 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 112 | 0 | 0.99 | 0.28 | 0.39 | 317.03 | 0.99 | 0.31 |
| Hex | 9C | 1 | 70 | 0 | 63 | 1C | 27 | 13D | 63 | 1F |
| Octal | 234 | 1 | 160 | 0 | 143 | 34 | 47 | 475 | 143 | 37 |
| Binary | 10011100 | 1 | 1110000 | 0 | 1100011 | 11100 | 100111 | 100111101 | 1100011 | 11111 |
Color Harmonies of #9C0170
Complementary color
Monochromatic Colors of #9C0170
Black with #9C0170
Text Example
Text Example
White with #9C0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0170; }
p { color: rgb(156,1,112); }
H1.HeaderClassName
{
color: #9C0170;
}
.AnyTagClassName
{
color: #9C0170;
}
</style>
background-color css
<style>
a { background-color: #9C0170; }
a { background-color: rgb(156,1,112); }
div.DivClassName
{
background-color: #9C0170;
}
.BgClassName
{
background-color: #9C0170;
}
</style>
border-color css
<style>
span { border-color: #9C0170; }
span { border-color: rgb(156,1,112); }
td.TdClassName
{
border-color: #9C0170;
}
.TagClassName
{
border-color: #9C0170;
}
</style>