Shades of Eggplant #9D0C6F
Tints of Eggplant #9D0C6F
RGB
CMYK
RGB Variations
Color information
#9D0C6F (or 0x9D0C6F) is known color: Eggplant. HEX triplet: 9D, 0C and 6F. RGB value is (157,12,111). Sum of RGB (Red+Green+Blue) = 157+12+111=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C6F is #62F390. Grayscale: #424242. Windows color (decimal): -6484881 or 7277725. OLE color: 7277725.
HSL color Cylindrical-coordinate representation of color #9D0C6F: hue angle of 319.03º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C6F is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 111 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.38 |
| HSL | 319.03º | 0.86% | 0.33% | - |
| HSV(B) | 319.03º | 0.92% | 0.62% | - |
| XYZ | 16.91 | 8.58 | 15.8 | - |
| YUV | 66.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 111 | 0 | 0.92 | 0.29 | 0.38 | 319.03 | 0.86 | 0.33 |
| Hex | 9D | C | 6F | 0 | 5C | 1D | 26 | 13F | 56 | 21 |
| Octal | 235 | 14 | 157 | 0 | 134 | 35 | 46 | 477 | 126 | 41 |
| Binary | 10011101 | 1100 | 1101111 | 0 | 1011100 | 11101 | 100110 | 100111111 | 1010110 | 100001 |
Color Harmonies of #9D0C6F
Complementary color
Monochromatic Colors of #9D0C6F
Black with #9D0C6F
Text Example
Text Example
White with #9D0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C6F; }
p { color: rgb(157,12,111); }
H1.HeaderClassName
{
color: #9D0C6F;
}
.AnyTagClassName
{
color: #9D0C6F;
}
</style>
background-color css
<style>
a { background-color: #9D0C6F; }
a { background-color: rgb(157,12,111); }
div.DivClassName
{
background-color: #9D0C6F;
}
.BgClassName
{
background-color: #9D0C6F;
}
</style>
border-color css
<style>
span { border-color: #9D0C6F; }
span { border-color: rgb(157,12,111); }
td.TdClassName
{
border-color: #9D0C6F;
}
.TagClassName
{
border-color: #9D0C6F;
}
</style>