Shades of Eggplant #9C0D6E
Tints of Eggplant #9C0D6E
RGB
CMYK
RGB Variations
Color information
#9C0D6E (or 0x9C0D6E) is known color: Eggplant. HEX triplet: 9C, 0D and 6E. RGB value is (156,13,110). Sum of RGB (Red+Green+Blue) = 156+13+110=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D6E is #63F291. Grayscale: #424242. Windows color (decimal): -6550162 or 7212444. OLE color: 7212444.
HSL color Cylindrical-coordinate representation of color #9C0D6E: hue angle of 319.3º 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 #9C0D6E is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 110 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.39 |
| HSL | 319.3º | 0.85% | 0.33% | - |
| HSV(B) | 319.3º | 0.92% | 0.61% | - |
| XYZ | 16.67 | 8.48 | 15.51 | - |
| YUV | 66.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 110 | 0 | 0.92 | 0.29 | 0.39 | 319.3 | 0.85 | 0.33 |
| Hex | 9C | D | 6E | 0 | 5C | 1D | 27 | 13F | 55 | 21 |
| Octal | 234 | 15 | 156 | 0 | 134 | 35 | 47 | 477 | 125 | 41 |
| Binary | 10011100 | 1101 | 1101110 | 0 | 1011100 | 11101 | 100111 | 100111111 | 1010101 | 100001 |
Color Harmonies of #9C0D6E
Complementary color
Monochromatic Colors of #9C0D6E
Black with #9C0D6E
Text Example
Text Example
White with #9C0D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D6E; }
p { color: rgb(156,13,110); }
H1.HeaderClassName
{
color: #9C0D6E;
}
.AnyTagClassName
{
color: #9C0D6E;
}
</style>
background-color css
<style>
a { background-color: #9C0D6E; }
a { background-color: rgb(156,13,110); }
div.DivClassName
{
background-color: #9C0D6E;
}
.BgClassName
{
background-color: #9C0D6E;
}
</style>
border-color css
<style>
span { border-color: #9C0D6E; }
span { border-color: rgb(156,13,110); }
td.TdClassName
{
border-color: #9C0D6E;
}
.TagClassName
{
border-color: #9C0D6E;
}
</style>