Shades of Eggplant #9D0E69
Tints of Eggplant #9D0E69
RGB
CMYK
RGB Variations
Color information
#9D0E69 (or 0x9D0E69) is known color: Eggplant. HEX triplet: 9D, 0E and 69. RGB value is (157,14,105). Sum of RGB (Red+Green+Blue) = 157+14+105=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E69 is #62F196. Grayscale: #424242. Windows color (decimal): -6484375 or 6885021. OLE color: 6885021.
HSL color Cylindrical-coordinate representation of color #9D0E69: hue angle of 321.82º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E69 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 105 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.38 |
| HSL | 321.82º | 0.84% | 0.34% | - |
| HSV(B) | 321.82º | 0.91% | 0.62% | - |
| XYZ | 16.61 | 8.5 | 14.13 | - |
| YUV | 67.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 105 | 0 | 0.91 | 0.33 | 0.38 | 321.82 | 0.84 | 0.34 |
| Hex | 9D | E | 69 | 0 | 5B | 21 | 26 | 142 | 54 | 22 |
| Octal | 235 | 16 | 151 | 0 | 133 | 41 | 46 | 502 | 124 | 42 |
| Binary | 10011101 | 1110 | 1101001 | 0 | 1011011 | 100001 | 100110 | 101000010 | 1010100 | 100010 |
Color Harmonies of #9D0E69
Complementary color
Monochromatic Colors of #9D0E69
Black with #9D0E69
Text Example
Text Example
White with #9D0E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E69; }
p { color: rgb(157,14,105); }
H1.HeaderClassName
{
color: #9D0E69;
}
.AnyTagClassName
{
color: #9D0E69;
}
</style>
background-color css
<style>
a { background-color: #9D0E69; }
a { background-color: rgb(157,14,105); }
div.DivClassName
{
background-color: #9D0E69;
}
.BgClassName
{
background-color: #9D0E69;
}
</style>
border-color css
<style>
span { border-color: #9D0E69; }
span { border-color: rgb(157,14,105); }
td.TdClassName
{
border-color: #9D0E69;
}
.TagClassName
{
border-color: #9D0E69;
}
</style>