Shades of Medium Purple #9D7ED9
Tints of Medium Purple #9D7ED9
RGB
CMYK
RGB Variations
Color information
#9D7ED9 (or 0x9D7ED9) is known color: Medium Purple. HEX triplet: 9D, 7E and D9. RGB value is (157,126,217). Sum of RGB (Red+Green+Blue) = 157+126+217=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D7ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7ED9 is #628126. Grayscale: #919191. Windows color (decimal): -6455591 or 14253725. OLE color: 14253725.
HSL color Cylindrical-coordinate representation of color #9D7ED9: hue angle of 260.44º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D7ED9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 126 | 217 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.15 |
| HSL | 260.44º | 0.54% | 0.67% | - |
| HSV(B) | 260.44º | 0.42% | 0.85% | - |
| XYZ | 33.89 | 27.1 | 69.09 | - |
| YUV | 145.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 217 | 0.28 | 0.42 | 0 | 0.15 | 260.44 | 0.54 | 0.67 |
| Hex | 9D | 7E | D9 | 1C | 2A | 0 | F | 104 | 36 | 43 |
| Octal | 235 | 176 | 331 | 34 | 52 | 0 | 17 | 404 | 66 | 103 |
| Binary | 10011101 | 1111110 | 11011001 | 11100 | 101010 | 0 | 1111 | 100000100 | 110110 | 1000011 |
Color Harmonies of #9D7ED9
Complementary color
Monochromatic Colors of #9D7ED9
Black with #9D7ED9
Text Example
Text Example
White with #9D7ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7ED9; }
p { color: rgb(157,126,217); }
H1.HeaderClassName
{
color: #9D7ED9;
}
.AnyTagClassName
{
color: #9D7ED9;
}
</style>
background-color css
<style>
a { background-color: #9D7ED9; }
a { background-color: rgb(157,126,217); }
div.DivClassName
{
background-color: #9D7ED9;
}
.BgClassName
{
background-color: #9D7ED9;
}
</style>
border-color css
<style>
span { border-color: #9D7ED9; }
span { border-color: rgb(157,126,217); }
td.TdClassName
{
border-color: #9D7ED9;
}
.TagClassName
{
border-color: #9D7ED9;
}
</style>