Shades of Eggplant #9C005B
Tints of Eggplant #9C005B
RGB
CMYK
RGB Variations
Color information
#9C005B (or 0x9C005B) is known color: Eggplant. HEX triplet: 9C, 00 and 5B. RGB value is (156,0,91). Sum of RGB (Red+Green+Blue) = 156+0+91=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005B is #63FFA4. Grayscale: #383838. Windows color (decimal): -6553509 or 5963932. OLE color: 5963932.
HSL color Cylindrical-coordinate representation of color #9C005B: hue angle of 325º 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 #9C005B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.42 | 0.39 |
| HSL | 325º | 1% | 0.31% | - |
| HSV(B) | 325º | 1% | 0.61% | - |
| XYZ | 15.6 | 7.82 | 10.59 | - |
| YUV | 57.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 91 | 0 | 1 | 0.42 | 0.39 | 325 | 1 | 0.31 |
| Hex | 9C | 0 | 5B | 0 | 64 | 2A | 27 | 145 | 64 | 1F |
| Octal | 234 | 0 | 133 | 0 | 144 | 52 | 47 | 505 | 144 | 37 |
| Binary | 10011100 | 0 | 1011011 | 0 | 1100100 | 101010 | 100111 | 101000101 | 1100100 | 11111 |
Color Harmonies of #9C005B
Complementary color
Monochromatic Colors of #9C005B
Black with #9C005B
Text Example
Text Example
White with #9C005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C005B; }
p { color: rgb(156,0,91); }
H1.HeaderClassName
{
color: #9C005B;
}
.AnyTagClassName
{
color: #9C005B;
}
</style>
background-color css
<style>
a { background-color: #9C005B; }
a { background-color: rgb(156,0,91); }
div.DivClassName
{
background-color: #9C005B;
}
.BgClassName
{
background-color: #9C005B;
}
</style>
border-color css
<style>
span { border-color: #9C005B; }
span { border-color: rgb(156,0,91); }
td.TdClassName
{
border-color: #9C005B;
}
.TagClassName
{
border-color: #9C005B;
}
</style>