Shades of Eggplant #9C016F
Tints of Eggplant #9C016F
RGB
CMYK
RGB Variations
Color information
#9C016F (or 0x9C016F) is known color: Eggplant. HEX triplet: 9C, 01 and 6F. RGB value is (156,1,111). Sum of RGB (Red+Green+Blue) = 156+1+111=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C016F is #63FE90. Grayscale: #3B3B3B. Windows color (decimal): -6553233 or 7274908. OLE color: 7274908.
HSL color Cylindrical-coordinate representation of color #9C016F: hue angle of 317.42º 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 #9C016F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.39 |
| HSL | 317.42º | 0.99% | 0.31% | - |
| HSV(B) | 317.42º | 0.99% | 0.61% | - |
| XYZ | 16.59 | 8.24 | 15.75 | - |
| YUV | 59.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 111 | 0 | 0.99 | 0.29 | 0.39 | 317.42 | 0.99 | 0.31 |
| Hex | 9C | 1 | 6F | 0 | 63 | 1D | 27 | 13D | 63 | 1F |
| Octal | 234 | 1 | 157 | 0 | 143 | 35 | 47 | 475 | 143 | 37 |
| Binary | 10011100 | 1 | 1101111 | 0 | 1100011 | 11101 | 100111 | 100111101 | 1100011 | 11111 |
Color Harmonies of #9C016F
Complementary color
Monochromatic Colors of #9C016F
Black with #9C016F
Text Example
Text Example
White with #9C016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C016F; }
p { color: rgb(156,1,111); }
H1.HeaderClassName
{
color: #9C016F;
}
.AnyTagClassName
{
color: #9C016F;
}
</style>
background-color css
<style>
a { background-color: #9C016F; }
a { background-color: rgb(156,1,111); }
div.DivClassName
{
background-color: #9C016F;
}
.BgClassName
{
background-color: #9C016F;
}
</style>
border-color css
<style>
span { border-color: #9C016F; }
span { border-color: rgb(156,1,111); }
td.TdClassName
{
border-color: #9C016F;
}
.TagClassName
{
border-color: #9C016F;
}
</style>