Shades of Eggplant #9D007E
Tints of Eggplant #9D007E
RGB
CMYK
RGB Variations
Color information
#9D007E (or 0x9D007E) is known color: Eggplant. HEX triplet: 9D, 00 and 7E. RGB value is (157,0,126). Sum of RGB (Red+Green+Blue) = 157+0+126=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D007E is #62FF81. Grayscale: #3C3C3C. Windows color (decimal): -6487938 or 8257693. OLE color: 8257693.
HSL color Cylindrical-coordinate representation of color #9D007E: hue angle of 311.85º 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 #9D007E is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.20 | 0.38 |
| HSL | 311.85º | 1% | 0.31% | - |
| HSV(B) | 311.85º | 1% | 0.62% | - |
| XYZ | 17.67 | 8.67 | 20.48 | - |
| YUV | 61.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 126 | 0 | 1 | 0.20 | 0.38 | 311.85 | 1 | 0.31 |
| Hex | 9D | 0 | 7E | 0 | 64 | 14 | 26 | 138 | 64 | 1F |
| Octal | 235 | 0 | 176 | 0 | 144 | 24 | 46 | 470 | 144 | 37 |
| Binary | 10011101 | 0 | 1111110 | 0 | 1100100 | 10100 | 100110 | 100111000 | 1100100 | 11111 |
Color Harmonies of #9D007E
Complementary color
Monochromatic Colors of #9D007E
Black with #9D007E
Text Example
Text Example
White with #9D007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D007E; }
p { color: rgb(157,0,126); }
H1.HeaderClassName
{
color: #9D007E;
}
.AnyTagClassName
{
color: #9D007E;
}
</style>
background-color css
<style>
a { background-color: #9D007E; }
a { background-color: rgb(157,0,126); }
div.DivClassName
{
background-color: #9D007E;
}
.BgClassName
{
background-color: #9D007E;
}
</style>
border-color css
<style>
span { border-color: #9D007E; }
span { border-color: rgb(157,0,126); }
td.TdClassName
{
border-color: #9D007E;
}
.TagClassName
{
border-color: #9D007E;
}
</style>