Shades of Eggplant #9C0D74
Tints of Eggplant #9C0D74
RGB
CMYK
RGB Variations
Color information
#9C0D74 (or 0x9C0D74) is known color: Eggplant. HEX triplet: 9C, 0D and 74. RGB value is (156,13,116). Sum of RGB (Red+Green+Blue) = 156+13+116=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D74 is #63F28B. Grayscale: #434343. Windows color (decimal): -6550156 or 7605660. OLE color: 7605660.
HSL color Cylindrical-coordinate representation of color #9C0D74: hue angle of 316.78º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D74 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 116 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.39 |
| HSL | 316.78º | 0.85% | 0.33% | - |
| HSV(B) | 316.78º | 0.92% | 0.61% | - |
| XYZ | 17.01 | 8.62 | 17.29 | - |
| YUV | 67.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 116 | 0 | 0.92 | 0.26 | 0.39 | 316.78 | 0.85 | 0.33 |
| Hex | 9C | D | 74 | 0 | 5C | 1A | 27 | 13D | 55 | 21 |
| Octal | 234 | 15 | 164 | 0 | 134 | 32 | 47 | 475 | 125 | 41 |
| Binary | 10011100 | 1101 | 1110100 | 0 | 1011100 | 11010 | 100111 | 100111101 | 1010101 | 100001 |
Color Harmonies of #9C0D74
Complementary color
Monochromatic Colors of #9C0D74
Black with #9C0D74
Text Example
Text Example
White with #9C0D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D74; }
p { color: rgb(156,13,116); }
H1.HeaderClassName
{
color: #9C0D74;
}
.AnyTagClassName
{
color: #9C0D74;
}
</style>
background-color css
<style>
a { background-color: #9C0D74; }
a { background-color: rgb(156,13,116); }
div.DivClassName
{
background-color: #9C0D74;
}
.BgClassName
{
background-color: #9C0D74;
}
</style>
border-color css
<style>
span { border-color: #9C0D74; }
span { border-color: rgb(156,13,116); }
td.TdClassName
{
border-color: #9C0D74;
}
.TagClassName
{
border-color: #9C0D74;
}
</style>