Shades of Eggplant #9C017B
Tints of Eggplant #9C017B
RGB
CMYK
RGB Variations
Color information
#9C017B (or 0x9C017B) is known color: Eggplant. HEX triplet: 9C, 01 and 7B. RGB value is (156,1,123). Sum of RGB (Red+Green+Blue) = 156+1+123=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C017B is #63FE84. Grayscale: #3C3C3C. Windows color (decimal): -6553221 or 8061340. OLE color: 8061340.
HSL color Cylindrical-coordinate representation of color #9C017B: hue angle of 312.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 #9C017B is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.39 |
| HSL | 312.77º | 0.99% | 0.31% | - |
| HSV(B) | 312.77º | 0.99% | 0.61% | - |
| XYZ | 17.3 | 8.52 | 19.47 | - |
| YUV | 61.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 123 | 0 | 0.99 | 0.21 | 0.39 | 312.77 | 0.99 | 0.31 |
| Hex | 9C | 1 | 7B | 0 | 63 | 15 | 27 | 139 | 63 | 1F |
| Octal | 234 | 1 | 173 | 0 | 143 | 25 | 47 | 471 | 143 | 37 |
| Binary | 10011100 | 1 | 1111011 | 0 | 1100011 | 10101 | 100111 | 100111001 | 1100011 | 11111 |
Color Harmonies of #9C017B
Complementary color
Monochromatic Colors of #9C017B
Black with #9C017B
Text Example
Text Example
White with #9C017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C017B; }
p { color: rgb(156,1,123); }
H1.HeaderClassName
{
color: #9C017B;
}
.AnyTagClassName
{
color: #9C017B;
}
</style>
background-color css
<style>
a { background-color: #9C017B; }
a { background-color: rgb(156,1,123); }
div.DivClassName
{
background-color: #9C017B;
}
.BgClassName
{
background-color: #9C017B;
}
</style>
border-color css
<style>
span { border-color: #9C017B; }
span { border-color: rgb(156,1,123); }
td.TdClassName
{
border-color: #9C017B;
}
.TagClassName
{
border-color: #9C017B;
}
</style>