Shades of Eggplant #9D0C68
Tints of Eggplant #9D0C68
RGB
CMYK
RGB Variations
Color information
#9D0C68 (or 0x9D0C68) is known color: Eggplant. HEX triplet: 9D, 0C and 68. RGB value is (157,12,104). Sum of RGB (Red+Green+Blue) = 157+12+104=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C68 is #62F397. Grayscale: #414141. Windows color (decimal): -6484888 or 6818973. OLE color: 6818973.
HSL color Cylindrical-coordinate representation of color #9D0C68: hue angle of 321.93º 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 #9D0C68 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 104 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.38 |
| HSL | 321.93º | 0.86% | 0.33% | - |
| HSV(B) | 321.93º | 0.92% | 0.62% | - |
| XYZ | 16.53 | 8.43 | 13.85 | - |
| YUV | 65.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 104 | 0 | 0.92 | 0.34 | 0.38 | 321.93 | 0.86 | 0.33 |
| Hex | 9D | C | 68 | 0 | 5C | 22 | 26 | 142 | 56 | 21 |
| Octal | 235 | 14 | 150 | 0 | 134 | 42 | 46 | 502 | 126 | 41 |
| Binary | 10011101 | 1100 | 1101000 | 0 | 1011100 | 100010 | 100110 | 101000010 | 1010110 | 100001 |
Color Harmonies of #9D0C68
Complementary color
Monochromatic Colors of #9D0C68
Black with #9D0C68
Text Example
Text Example
White with #9D0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C68; }
p { color: rgb(157,12,104); }
H1.HeaderClassName
{
color: #9D0C68;
}
.AnyTagClassName
{
color: #9D0C68;
}
</style>
background-color css
<style>
a { background-color: #9D0C68; }
a { background-color: rgb(157,12,104); }
div.DivClassName
{
background-color: #9D0C68;
}
.BgClassName
{
background-color: #9D0C68;
}
</style>
border-color css
<style>
span { border-color: #9D0C68; }
span { border-color: rgb(157,12,104); }
td.TdClassName
{
border-color: #9D0C68;
}
.TagClassName
{
border-color: #9D0C68;
}
</style>