Shades of Eggplant #9D0566
Tints of Eggplant #9D0566
RGB
CMYK
RGB Variations
Color information
#9D0566 (or 0x9D0566) is known color: Eggplant. HEX triplet: 9D, 05 and 66. RGB value is (157,5,102). Sum of RGB (Red+Green+Blue) = 157+5+102=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0566 is #62FA99. Grayscale: #3D3D3D. Windows color (decimal): -6486682 or 6686109. OLE color: 6686109.
HSL color Cylindrical-coordinate representation of color #9D0566: hue angle of 321.71º 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 #9D0566 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.38 |
| HSL | 321.71º | 0.94% | 0.32% | - |
| HSV(B) | 321.71º | 0.97% | 0.62% | - |
| XYZ | 16.36 | 8.24 | 13.3 | - |
| YUV | 61.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 102 | 0 | 0.97 | 0.35 | 0.38 | 321.71 | 0.94 | 0.32 |
| Hex | 9D | 5 | 66 | 0 | 61 | 23 | 26 | 142 | 5E | 20 |
| Octal | 235 | 5 | 146 | 0 | 141 | 43 | 46 | 502 | 136 | 40 |
| Binary | 10011101 | 101 | 1100110 | 0 | 1100001 | 100011 | 100110 | 101000010 | 1011110 | 100000 |
Color Harmonies of #9D0566
Complementary color
Monochromatic Colors of #9D0566
Black with #9D0566
Text Example
Text Example
White with #9D0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0566; }
p { color: rgb(157,5,102); }
H1.HeaderClassName
{
color: #9D0566;
}
.AnyTagClassName
{
color: #9D0566;
}
</style>
background-color css
<style>
a { background-color: #9D0566; }
a { background-color: rgb(157,5,102); }
div.DivClassName
{
background-color: #9D0566;
}
.BgClassName
{
background-color: #9D0566;
}
</style>
border-color css
<style>
span { border-color: #9D0566; }
span { border-color: rgb(157,5,102); }
td.TdClassName
{
border-color: #9D0566;
}
.TagClassName
{
border-color: #9D0566;
}
</style>