Shades of Eggplant #9C015C
Tints of Eggplant #9C015C
RGB
CMYK
RGB Variations
Color information
#9C015C (or 0x9C015C) is known color: Eggplant. HEX triplet: 9C, 01 and 5C. RGB value is (156,1,92). Sum of RGB (Red+Green+Blue) = 156+1+92=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C015C is #63FEA3. Grayscale: #393939. Windows color (decimal): -6553252 or 6029724. OLE color: 6029724.
HSL color Cylindrical-coordinate representation of color #9C015C: hue angle of 324.77º 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 #9C015C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.39 |
| HSL | 324.77º | 0.99% | 0.31% | - |
| HSV(B) | 324.77º | 0.99% | 0.61% | - |
| XYZ | 15.65 | 7.86 | 10.82 | - |
| YUV | 57.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 92 | 0 | 0.99 | 0.41 | 0.39 | 324.77 | 0.99 | 0.31 |
| Hex | 9C | 1 | 5C | 0 | 63 | 29 | 27 | 145 | 63 | 1F |
| Octal | 234 | 1 | 134 | 0 | 143 | 51 | 47 | 505 | 143 | 37 |
| Binary | 10011100 | 1 | 1011100 | 0 | 1100011 | 101001 | 100111 | 101000101 | 1100011 | 11111 |
Color Harmonies of #9C015C
Complementary color
Monochromatic Colors of #9C015C
Black with #9C015C
Text Example
Text Example
White with #9C015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C015C; }
p { color: rgb(156,1,92); }
H1.HeaderClassName
{
color: #9C015C;
}
.AnyTagClassName
{
color: #9C015C;
}
</style>
background-color css
<style>
a { background-color: #9C015C; }
a { background-color: rgb(156,1,92); }
div.DivClassName
{
background-color: #9C015C;
}
.BgClassName
{
background-color: #9C015C;
}
</style>
border-color css
<style>
span { border-color: #9C015C; }
span { border-color: rgb(156,1,92); }
td.TdClassName
{
border-color: #9C015C;
}
.TagClassName
{
border-color: #9C015C;
}
</style>