Shades of Eggplant #9D066A
Tints of Eggplant #9D066A
RGB
CMYK
RGB Variations
Color information
#9D066A (or 0x9D066A) is known color: Eggplant. HEX triplet: 9D, 06 and 6A. RGB value is (157,6,106). Sum of RGB (Red+Green+Blue) = 157+6+106=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D066A is #62F995. Grayscale: #3E3E3E. Windows color (decimal): -6486422 or 6948509. OLE color: 6948509.
HSL color Cylindrical-coordinate representation of color #9D066A: hue angle of 320.26º 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 #9D066A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.38 |
| HSL | 320.26º | 0.93% | 0.32% | - |
| HSV(B) | 320.26º | 0.96% | 0.62% | - |
| XYZ | 16.57 | 8.34 | 14.37 | - |
| YUV | 62.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 106 | 0 | 0.96 | 0.32 | 0.38 | 320.26 | 0.93 | 0.32 |
| Hex | 9D | 6 | 6A | 0 | 60 | 20 | 26 | 140 | 5D | 20 |
| Octal | 235 | 6 | 152 | 0 | 140 | 40 | 46 | 500 | 135 | 40 |
| Binary | 10011101 | 110 | 1101010 | 0 | 1100000 | 100000 | 100110 | 101000000 | 1011101 | 100000 |
Color Harmonies of #9D066A
Complementary color
Monochromatic Colors of #9D066A
Black with #9D066A
Text Example
Text Example
White with #9D066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D066A; }
p { color: rgb(157,6,106); }
H1.HeaderClassName
{
color: #9D066A;
}
.AnyTagClassName
{
color: #9D066A;
}
</style>
background-color css
<style>
a { background-color: #9D066A; }
a { background-color: rgb(157,6,106); }
div.DivClassName
{
background-color: #9D066A;
}
.BgClassName
{
background-color: #9D066A;
}
</style>
border-color css
<style>
span { border-color: #9D066A; }
span { border-color: rgb(157,6,106); }
td.TdClassName
{
border-color: #9D066A;
}
.TagClassName
{
border-color: #9D066A;
}
</style>