Shades of Eggplant #9D0069
Tints of Eggplant #9D0069
RGB
CMYK
RGB Variations
Color information
#9D0069 (or 0x9D0069) is known color: Eggplant. HEX triplet: 9D, 00 and 69. RGB value is (157,0,105). Sum of RGB (Red+Green+Blue) = 157+0+105=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0069 is #62FF96. Grayscale: #3A3A3A. Windows color (decimal): -6487959 or 6881437. OLE color: 6881437.
HSL color Cylindrical-coordinate representation of color #9D0069: hue angle of 319.87º 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 #9D0069 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.33 | 0.38 |
| HSL | 319.87º | 1% | 0.31% | - |
| HSV(B) | 319.87º | 1% | 0.62% | - |
| XYZ | 16.45 | 8.19 | 14.08 | - |
| YUV | 58.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 105 | 0 | 1 | 0.33 | 0.38 | 319.87 | 1 | 0.31 |
| Hex | 9D | 0 | 69 | 0 | 64 | 21 | 26 | 140 | 64 | 1F |
| Octal | 235 | 0 | 151 | 0 | 144 | 41 | 46 | 500 | 144 | 37 |
| Binary | 10011101 | 0 | 1101001 | 0 | 1100100 | 100001 | 100110 | 101000000 | 1100100 | 11111 |
Color Harmonies of #9D0069
Complementary color
Monochromatic Colors of #9D0069
Black with #9D0069
Text Example
Text Example
White with #9D0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0069; }
p { color: rgb(157,0,105); }
H1.HeaderClassName
{
color: #9D0069;
}
.AnyTagClassName
{
color: #9D0069;
}
</style>
background-color css
<style>
a { background-color: #9D0069; }
a { background-color: rgb(157,0,105); }
div.DivClassName
{
background-color: #9D0069;
}
.BgClassName
{
background-color: #9D0069;
}
</style>
border-color css
<style>
span { border-color: #9D0069; }
span { border-color: rgb(157,0,105); }
td.TdClassName
{
border-color: #9D0069;
}
.TagClassName
{
border-color: #9D0069;
}
</style>