Shades of Eggplant #9C006F
Tints of Eggplant #9C006F
RGB
CMYK
RGB Variations
Color information
#9C006F (or 0x9C006F) is known color: Eggplant. HEX triplet: 9C, 00 and 6F. RGB value is (156,0,111). Sum of RGB (Red+Green+Blue) = 156+0+111=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C006F is #63FF90. Grayscale: #3B3B3B. Windows color (decimal): -6553489 or 7274652. OLE color: 7274652.
HSL color Cylindrical-coordinate representation of color #9C006F: hue angle of 317.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C006F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.29 | 0.39 |
| HSL | 317.31º | 1% | 0.31% | - |
| HSV(B) | 317.31º | 1% | 0.61% | - |
| XYZ | 16.58 | 8.22 | 15.75 | - |
| YUV | 59.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 111 | 0 | 1 | 0.29 | 0.39 | 317.31 | 1 | 0.31 |
| Hex | 9C | 0 | 6F | 0 | 64 | 1D | 27 | 13D | 64 | 1F |
| Octal | 234 | 0 | 157 | 0 | 144 | 35 | 47 | 475 | 144 | 37 |
| Binary | 10011100 | 0 | 1101111 | 0 | 1100100 | 11101 | 100111 | 100111101 | 1100100 | 11111 |
Color Harmonies of #9C006F
Complementary color
Monochromatic Colors of #9C006F
Black with #9C006F
Text Example
Text Example
White with #9C006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C006F; }
p { color: rgb(156,0,111); }
H1.HeaderClassName
{
color: #9C006F;
}
.AnyTagClassName
{
color: #9C006F;
}
</style>
background-color css
<style>
a { background-color: #9C006F; }
a { background-color: rgb(156,0,111); }
div.DivClassName
{
background-color: #9C006F;
}
.BgClassName
{
background-color: #9C006F;
}
</style>
border-color css
<style>
span { border-color: #9C006F; }
span { border-color: rgb(156,0,111); }
td.TdClassName
{
border-color: #9C006F;
}
.TagClassName
{
border-color: #9C006F;
}
</style>