Shades of Eggplant #9D0568
Tints of Eggplant #9D0568
RGB
CMYK
RGB Variations
Color information
#9D0568 (or 0x9D0568) is known color: Eggplant. HEX triplet: 9D, 05 and 68. RGB value is (157,5,104). Sum of RGB (Red+Green+Blue) = 157+5+104=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0568 is #62FA97. Grayscale: #3D3D3D. Windows color (decimal): -6486680 or 6817181. OLE color: 6817181.
HSL color Cylindrical-coordinate representation of color #9D0568: hue angle of 320.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D0568 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.38 |
| HSL | 320.92º | 0.94% | 0.32% | - |
| HSV(B) | 320.92º | 0.97% | 0.62% | - |
| XYZ | 16.46 | 8.28 | 13.83 | - |
| YUV | 61.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 104 | 0 | 0.97 | 0.34 | 0.38 | 320.92 | 0.94 | 0.32 |
| Hex | 9D | 5 | 68 | 0 | 61 | 22 | 26 | 141 | 5E | 20 |
| Octal | 235 | 5 | 150 | 0 | 141 | 42 | 46 | 501 | 136 | 40 |
| Binary | 10011101 | 101 | 1101000 | 0 | 1100001 | 100010 | 100110 | 101000001 | 1011110 | 100000 |
Color Harmonies of #9D0568
Complementary color
Monochromatic Colors of #9D0568
Black with #9D0568
Text Example
Text Example
White with #9D0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0568; }
p { color: rgb(157,5,104); }
H1.HeaderClassName
{
color: #9D0568;
}
.AnyTagClassName
{
color: #9D0568;
}
</style>
background-color css
<style>
a { background-color: #9D0568; }
a { background-color: rgb(157,5,104); }
div.DivClassName
{
background-color: #9D0568;
}
.BgClassName
{
background-color: #9D0568;
}
</style>
border-color css
<style>
span { border-color: #9D0568; }
span { border-color: rgb(157,5,104); }
td.TdClassName
{
border-color: #9D0568;
}
.TagClassName
{
border-color: #9D0568;
}
</style>