Shades of Eggplant #9C005C
Tints of Eggplant #9C005C
RGB
CMYK
RGB Variations
Color information
#9C005C (or 0x9C005C) is known color: Eggplant. HEX triplet: 9C, 00 and 5C. RGB value is (156,0,92). Sum of RGB (Red+Green+Blue) = 156+0+92=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005C is #63FFA3. Grayscale: #383838. Windows color (decimal): -6553508 or 6029468. OLE color: 6029468.
HSL color Cylindrical-coordinate representation of color #9C005C: hue angle of 324.62º 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 #9C005C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.41 | 0.39 |
| HSL | 324.62º | 1% | 0.31% | - |
| HSV(B) | 324.62º | 1% | 0.61% | - |
| XYZ | 15.64 | 7.84 | 10.81 | - |
| YUV | 57.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 92 | 0 | 1 | 0.41 | 0.39 | 324.62 | 1 | 0.31 |
| Hex | 9C | 0 | 5C | 0 | 64 | 29 | 27 | 145 | 64 | 1F |
| Octal | 234 | 0 | 134 | 0 | 144 | 51 | 47 | 505 | 144 | 37 |
| Binary | 10011100 | 0 | 1011100 | 0 | 1100100 | 101001 | 100111 | 101000101 | 1100100 | 11111 |
Color Harmonies of #9C005C
Complementary color
Monochromatic Colors of #9C005C
Black with #9C005C
Text Example
Text Example
White with #9C005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C005C; }
p { color: rgb(156,0,92); }
H1.HeaderClassName
{
color: #9C005C;
}
.AnyTagClassName
{
color: #9C005C;
}
</style>
background-color css
<style>
a { background-color: #9C005C; }
a { background-color: rgb(156,0,92); }
div.DivClassName
{
background-color: #9C005C;
}
.BgClassName
{
background-color: #9C005C;
}
</style>
border-color css
<style>
span { border-color: #9C005C; }
span { border-color: rgb(156,0,92); }
td.TdClassName
{
border-color: #9C005C;
}
.TagClassName
{
border-color: #9C005C;
}
</style>