Shades of Eggplant #9D0565
Tints of Eggplant #9D0565
RGB
CMYK
RGB Variations
Color information
#9D0565 (or 0x9D0565) is known color: Eggplant. HEX triplet: 9D, 05 and 65. RGB value is (157,5,101). Sum of RGB (Red+Green+Blue) = 157+5+101=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0565 is #62FA9A. Grayscale: #3D3D3D. Windows color (decimal): -6486683 or 6620573. OLE color: 6620573.
HSL color Cylindrical-coordinate representation of color #9D0565: hue angle of 322.11º 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 #9D0565 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.38 |
| HSL | 322.11º | 0.94% | 0.32% | - |
| HSV(B) | 322.11º | 0.97% | 0.62% | - |
| XYZ | 16.31 | 8.22 | 13.04 | - |
| YUV | 61.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 101 | 0 | 0.97 | 0.36 | 0.38 | 322.11 | 0.94 | 0.32 |
| Hex | 9D | 5 | 65 | 0 | 61 | 24 | 26 | 142 | 5E | 20 |
| Octal | 235 | 5 | 145 | 0 | 141 | 44 | 46 | 502 | 136 | 40 |
| Binary | 10011101 | 101 | 1100101 | 0 | 1100001 | 100100 | 100110 | 101000010 | 1011110 | 100000 |
Color Harmonies of #9D0565
Complementary color
Monochromatic Colors of #9D0565
Black with #9D0565
Text Example
Text Example
White with #9D0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0565; }
p { color: rgb(157,5,101); }
H1.HeaderClassName
{
color: #9D0565;
}
.AnyTagClassName
{
color: #9D0565;
}
</style>
background-color css
<style>
a { background-color: #9D0565; }
a { background-color: rgb(157,5,101); }
div.DivClassName
{
background-color: #9D0565;
}
.BgClassName
{
background-color: #9D0565;
}
</style>
border-color css
<style>
span { border-color: #9D0565; }
span { border-color: rgb(157,5,101); }
td.TdClassName
{
border-color: #9D0565;
}
.TagClassName
{
border-color: #9D0565;
}
</style>