Shades of Eggplant #9C017E
Tints of Eggplant #9C017E
RGB
CMYK
RGB Variations
Color information
#9C017E (or 0x9C017E) is known color: Eggplant. HEX triplet: 9C, 01 and 7E. RGB value is (156,1,126). Sum of RGB (Red+Green+Blue) = 156+1+126=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C017E is #63FE81. Grayscale: #3D3D3D. Windows color (decimal): -6553218 or 8257948. OLE color: 8257948.
HSL color Cylindrical-coordinate representation of color #9C017E: hue angle of 311.61º 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 #9C017E is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.39 |
| HSL | 311.61º | 0.99% | 0.31% | - |
| HSV(B) | 311.61º | 0.99% | 0.61% | - |
| XYZ | 17.49 | 8.6 | 20.48 | - |
| YUV | 61.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 126 | 0 | 0.99 | 0.19 | 0.39 | 311.61 | 0.99 | 0.31 |
| Hex | 9C | 1 | 7E | 0 | 63 | 13 | 27 | 138 | 63 | 1F |
| Octal | 234 | 1 | 176 | 0 | 143 | 23 | 47 | 470 | 143 | 37 |
| Binary | 10011100 | 1 | 1111110 | 0 | 1100011 | 10011 | 100111 | 100111000 | 1100011 | 11111 |
Color Harmonies of #9C017E
Complementary color
Monochromatic Colors of #9C017E
Black with #9C017E
Text Example
Text Example
White with #9C017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C017E; }
p { color: rgb(156,1,126); }
H1.HeaderClassName
{
color: #9C017E;
}
.AnyTagClassName
{
color: #9C017E;
}
</style>
background-color css
<style>
a { background-color: #9C017E; }
a { background-color: rgb(156,1,126); }
div.DivClassName
{
background-color: #9C017E;
}
.BgClassName
{
background-color: #9C017E;
}
</style>
border-color css
<style>
span { border-color: #9C017E; }
span { border-color: rgb(156,1,126); }
td.TdClassName
{
border-color: #9C017E;
}
.TagClassName
{
border-color: #9C017E;
}
</style>