Shades of Eggplant #9D0065
Tints of Eggplant #9D0065
RGB
CMYK
RGB Variations
Color information
#9D0065 (or 0x9D0065) is known color: Eggplant. HEX triplet: 9D, 00 and 65. RGB value is (157,0,101). Sum of RGB (Red+Green+Blue) = 157+0+101=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0065 is #62FF9A. Grayscale: #3A3A3A. Windows color (decimal): -6487963 or 6619293. OLE color: 6619293.
HSL color Cylindrical-coordinate representation of color #9D0065: hue angle of 321.4º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0065 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.36 | 0.38 |
| HSL | 321.4º | 1% | 0.31% | - |
| HSV(B) | 321.4º | 1% | 0.62% | - |
| XYZ | 16.25 | 8.11 | 13.02 | - |
| YUV | 58.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 101 | 0 | 1 | 0.36 | 0.38 | 321.4 | 1 | 0.31 |
| Hex | 9D | 0 | 65 | 0 | 64 | 24 | 26 | 141 | 64 | 1F |
| Octal | 235 | 0 | 145 | 0 | 144 | 44 | 46 | 501 | 144 | 37 |
| Binary | 10011101 | 0 | 1100101 | 0 | 1100100 | 100100 | 100110 | 101000001 | 1100100 | 11111 |
Color Harmonies of #9D0065
Complementary color
Monochromatic Colors of #9D0065
Black with #9D0065
Text Example
Text Example
White with #9D0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0065; }
p { color: rgb(157,0,101); }
H1.HeaderClassName
{
color: #9D0065;
}
.AnyTagClassName
{
color: #9D0065;
}
</style>
background-color css
<style>
a { background-color: #9D0065; }
a { background-color: rgb(157,0,101); }
div.DivClassName
{
background-color: #9D0065;
}
.BgClassName
{
background-color: #9D0065;
}
</style>
border-color css
<style>
span { border-color: #9D0065; }
span { border-color: rgb(157,0,101); }
td.TdClassName
{
border-color: #9D0065;
}
.TagClassName
{
border-color: #9D0065;
}
</style>