Shades of Medium Purple #9D7EDA
Tints of Medium Purple #9D7EDA
RGB
CMYK
RGB Variations
Color information
#9D7EDA (or 0x9D7EDA) is known color: Medium Purple. HEX triplet: 9D, 7E and DA. RGB value is (157,126,218). Sum of RGB (Red+Green+Blue) = 157+126+218=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EDA is #628125. Grayscale: #919191. Windows color (decimal): -6455590 or 14319261. OLE color: 14319261.
HSL color Cylindrical-coordinate representation of color #9D7EDA: hue angle of 260.22º degrees, saturation: 0.55, 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 #9D7EDA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 126 | 218 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.15 |
| HSL | 260.22º | 0.55% | 0.67% | - |
| HSV(B) | 260.22º | 0.42% | 0.85% | - |
| XYZ | 34.02 | 27.15 | 69.78 | - |
| YUV | 145.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 218 | 0.28 | 0.42 | 0 | 0.15 | 260.22 | 0.55 | 0.67 |
| Hex | 9D | 7E | DA | 1C | 2A | 0 | F | 104 | 37 | 43 |
| Octal | 235 | 176 | 332 | 34 | 52 | 0 | 17 | 404 | 67 | 103 |
| Binary | 10011101 | 1111110 | 11011010 | 11100 | 101010 | 0 | 1111 | 100000100 | 110111 | 1000011 |
Color Harmonies of #9D7EDA
Complementary color
Monochromatic Colors of #9D7EDA
Black with #9D7EDA
Text Example
Text Example
White with #9D7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EDA; }
p { color: rgb(157,126,218); }
H1.HeaderClassName
{
color: #9D7EDA;
}
.AnyTagClassName
{
color: #9D7EDA;
}
</style>
background-color css
<style>
a { background-color: #9D7EDA; }
a { background-color: rgb(157,126,218); }
div.DivClassName
{
background-color: #9D7EDA;
}
.BgClassName
{
background-color: #9D7EDA;
}
</style>
border-color css
<style>
span { border-color: #9D7EDA; }
span { border-color: rgb(157,126,218); }
td.TdClassName
{
border-color: #9D7EDA;
}
.TagClassName
{
border-color: #9D7EDA;
}
</style>