Shades of Eggplant #9C046F
Tints of Eggplant #9C046F
RGB
CMYK
RGB Variations
Color information
#9C046F (or 0x9C046F) is known color: Eggplant. HEX triplet: 9C, 04 and 6F. RGB value is (156,4,111). Sum of RGB (Red+Green+Blue) = 156+4+111=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C046F is #63FB90. Grayscale: #3D3D3D. Windows color (decimal): -6552465 or 7275676. OLE color: 7275676.
HSL color Cylindrical-coordinate representation of color #9C046F: hue angle of 317.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C046F is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 111 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.39 |
| HSL | 317.76º | 0.95% | 0.31% | - |
| HSV(B) | 317.76º | 0.97% | 0.61% | - |
| XYZ | 16.62 | 8.3 | 15.77 | - |
| YUV | 61.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 111 | 0 | 0.97 | 0.29 | 0.39 | 317.76 | 0.95 | 0.31 |
| Hex | 9C | 4 | 6F | 0 | 61 | 1D | 27 | 13E | 5F | 1F |
| Octal | 234 | 4 | 157 | 0 | 141 | 35 | 47 | 476 | 137 | 37 |
| Binary | 10011100 | 100 | 1101111 | 0 | 1100001 | 11101 | 100111 | 100111110 | 1011111 | 11111 |
Color Harmonies of #9C046F
Complementary color
Monochromatic Colors of #9C046F
Black with #9C046F
Text Example
Text Example
White with #9C046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C046F; }
p { color: rgb(156,4,111); }
H1.HeaderClassName
{
color: #9C046F;
}
.AnyTagClassName
{
color: #9C046F;
}
</style>
background-color css
<style>
a { background-color: #9C046F; }
a { background-color: rgb(156,4,111); }
div.DivClassName
{
background-color: #9C046F;
}
.BgClassName
{
background-color: #9C046F;
}
</style>
border-color css
<style>
span { border-color: #9C046F; }
span { border-color: rgb(156,4,111); }
td.TdClassName
{
border-color: #9C046F;
}
.TagClassName
{
border-color: #9C046F;
}
</style>