Shades of Eggplant #9D066D
Tints of Eggplant #9D066D
RGB
CMYK
RGB Variations
Color information
#9D066D (or 0x9D066D) is known color: Eggplant. HEX triplet: 9D, 06 and 6D. RGB value is (157,6,109). Sum of RGB (Red+Green+Blue) = 157+6+109=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D066D is #62F992. Grayscale: #3E3E3E. Windows color (decimal): -6486419 or 7145117. OLE color: 7145117.
HSL color Cylindrical-coordinate representation of color #9D066D: hue angle of 319.07º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D066D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.38 |
| HSL | 319.07º | 0.93% | 0.32% | - |
| HSV(B) | 319.07º | 0.96% | 0.62% | - |
| XYZ | 16.73 | 8.4 | 15.21 | - |
| YUV | 62.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 109 | 0 | 0.96 | 0.31 | 0.38 | 319.07 | 0.93 | 0.32 |
| Hex | 9D | 6 | 6D | 0 | 60 | 1F | 26 | 13F | 5D | 20 |
| Octal | 235 | 6 | 155 | 0 | 140 | 37 | 46 | 477 | 135 | 40 |
| Binary | 10011101 | 110 | 1101101 | 0 | 1100000 | 11111 | 100110 | 100111111 | 1011101 | 100000 |
Color Harmonies of #9D066D
Complementary color
Monochromatic Colors of #9D066D
Black with #9D066D
Text Example
Text Example
White with #9D066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D066D; }
p { color: rgb(157,6,109); }
H1.HeaderClassName
{
color: #9D066D;
}
.AnyTagClassName
{
color: #9D066D;
}
</style>
background-color css
<style>
a { background-color: #9D066D; }
a { background-color: rgb(157,6,109); }
div.DivClassName
{
background-color: #9D066D;
}
.BgClassName
{
background-color: #9D066D;
}
</style>
border-color css
<style>
span { border-color: #9D066D; }
span { border-color: rgb(157,6,109); }
td.TdClassName
{
border-color: #9D066D;
}
.TagClassName
{
border-color: #9D066D;
}
</style>