Shades of Eggplant #9C146D
Tints of Eggplant #9C146D
RGB
CMYK
RGB Variations
Color information
#9C146D (or 0x9C146D) is known color: Eggplant. HEX triplet: 9C, 14 and 6D. RGB value is (156,20,109). Sum of RGB (Red+Green+Blue) = 156+20+109=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C146D is #63EB92. Grayscale: #464646. Windows color (decimal): -6548371 or 7148700. OLE color: 7148700.
HSL color Cylindrical-coordinate representation of color #9C146D: hue angle of 320.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C146D is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 109 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.39 |
| HSL | 320.74º | 0.77% | 0.35% | - |
| HSV(B) | 320.74º | 0.87% | 0.61% | - |
| XYZ | 16.72 | 8.67 | 15.26 | - |
| YUV | 70.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 109 | 0 | 0.87 | 0.30 | 0.39 | 320.74 | 0.77 | 0.35 |
| Hex | 9C | 14 | 6D | 0 | 57 | 1E | 27 | 141 | 4D | 23 |
| Octal | 234 | 24 | 155 | 0 | 127 | 36 | 47 | 501 | 115 | 43 |
| Binary | 10011100 | 10100 | 1101101 | 0 | 1010111 | 11110 | 100111 | 101000001 | 1001101 | 100011 |
Color Harmonies of #9C146D
Complementary color
Monochromatic Colors of #9C146D
Black with #9C146D
Text Example
Text Example
White with #9C146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C146D; }
p { color: rgb(156,20,109); }
H1.HeaderClassName
{
color: #9C146D;
}
.AnyTagClassName
{
color: #9C146D;
}
</style>
background-color css
<style>
a { background-color: #9C146D; }
a { background-color: rgb(156,20,109); }
div.DivClassName
{
background-color: #9C146D;
}
.BgClassName
{
background-color: #9C146D;
}
</style>
border-color css
<style>
span { border-color: #9C146D; }
span { border-color: rgb(156,20,109); }
td.TdClassName
{
border-color: #9C146D;
}
.TagClassName
{
border-color: #9C146D;
}
</style>