Shades of Eggplant #9C027A
Tints of Eggplant #9C027A
RGB
CMYK
RGB Variations
Color information
#9C027A (or 0x9C027A) is known color: Eggplant. HEX triplet: 9C, 02 and 7A. RGB value is (156,2,122). Sum of RGB (Red+Green+Blue) = 156+2+122=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C027A is #63FD85. Grayscale: #3D3D3D. Windows color (decimal): -6552966 or 7996060. OLE color: 7996060.
HSL color Cylindrical-coordinate representation of color #9C027A: hue angle of 313.25º degrees, saturation: 0.97, 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 #9C027A is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.39 |
| HSL | 313.25º | 0.97% | 0.31% | - |
| HSV(B) | 313.25º | 0.99% | 0.61% | - |
| XYZ | 17.24 | 8.52 | 19.15 | - |
| YUV | 61.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 122 | 0 | 0.99 | 0.22 | 0.39 | 313.25 | 0.97 | 0.31 |
| Hex | 9C | 2 | 7A | 0 | 63 | 16 | 27 | 139 | 61 | 1F |
| Octal | 234 | 2 | 172 | 0 | 143 | 26 | 47 | 471 | 141 | 37 |
| Binary | 10011100 | 10 | 1111010 | 0 | 1100011 | 10110 | 100111 | 100111001 | 1100001 | 11111 |
Color Harmonies of #9C027A
Complementary color
Monochromatic Colors of #9C027A
Black with #9C027A
Text Example
Text Example
White with #9C027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C027A; }
p { color: rgb(156,2,122); }
H1.HeaderClassName
{
color: #9C027A;
}
.AnyTagClassName
{
color: #9C027A;
}
</style>
background-color css
<style>
a { background-color: #9C027A; }
a { background-color: rgb(156,2,122); }
div.DivClassName
{
background-color: #9C027A;
}
.BgClassName
{
background-color: #9C027A;
}
</style>
border-color css
<style>
span { border-color: #9C027A; }
span { border-color: rgb(156,2,122); }
td.TdClassName
{
border-color: #9C027A;
}
.TagClassName
{
border-color: #9C027A;
}
</style>