Shades of Eggplant #9C007B
Tints of Eggplant #9C007B
RGB
CMYK
RGB Variations
Color information
#9C007B (or 0x9C007B) is known color: Eggplant. HEX triplet: 9C, 00 and 7B. RGB value is (156,0,123). Sum of RGB (Red+Green+Blue) = 156+0+123=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C007B is #63FF84. Grayscale: #3C3C3C. Windows color (decimal): -6553477 or 8061084. OLE color: 8061084.
HSL color Cylindrical-coordinate representation of color #9C007B: hue angle of 312.69º 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 #9C007B is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.21 | 0.39 |
| HSL | 312.69º | 1% | 0.31% | - |
| HSV(B) | 312.69º | 1% | 0.61% | - |
| XYZ | 17.29 | 8.5 | 19.47 | - |
| YUV | 60.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 123 | 0 | 1 | 0.21 | 0.39 | 312.69 | 1 | 0.31 |
| Hex | 9C | 0 | 7B | 0 | 64 | 15 | 27 | 139 | 64 | 1F |
| Octal | 234 | 0 | 173 | 0 | 144 | 25 | 47 | 471 | 144 | 37 |
| Binary | 10011100 | 0 | 1111011 | 0 | 1100100 | 10101 | 100111 | 100111001 | 1100100 | 11111 |
Color Harmonies of #9C007B
Complementary color
Monochromatic Colors of #9C007B
Black with #9C007B
Text Example
Text Example
White with #9C007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C007B; }
p { color: rgb(156,0,123); }
H1.HeaderClassName
{
color: #9C007B;
}
.AnyTagClassName
{
color: #9C007B;
}
</style>
background-color css
<style>
a { background-color: #9C007B; }
a { background-color: rgb(156,0,123); }
div.DivClassName
{
background-color: #9C007B;
}
.BgClassName
{
background-color: #9C007B;
}
</style>
border-color css
<style>
span { border-color: #9C007B; }
span { border-color: rgb(156,0,123); }
td.TdClassName
{
border-color: #9C007B;
}
.TagClassName
{
border-color: #9C007B;
}
</style>