Shades of Medium Purple #9D7EED
Tints of Medium Purple #9D7EED
RGB
CMYK
RGB Variations
Color information
#9D7EED (or 0x9D7EED) is known color: Medium Purple. HEX triplet: 9D, 7E and ED. RGB value is (157,126,237). Sum of RGB (Red+Green+Blue) = 157+126+237=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7EED is #628112. Grayscale: #939393. Windows color (decimal): -6455571 or 15564445. OLE color: 15564445.
HSL color Cylindrical-coordinate representation of color #9D7EED: hue angle of 256.76º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7EED is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 126 | 237 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.07 |
| HSL | 256.76º | 0.76% | 0.71% | - |
| HSV(B) | 256.76º | 0.47% | 0.93% | - |
| XYZ | 36.65 | 28.2 | 83.63 | - |
| YUV | 147.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 237 | 0.34 | 0.47 | 0 | 0.07 | 256.76 | 0.76 | 0.71 |
| Hex | 9D | 7E | ED | 22 | 2F | 0 | 7 | 101 | 4C | 47 |
| Octal | 235 | 176 | 355 | 42 | 57 | 0 | 7 | 401 | 114 | 107 |
| Binary | 10011101 | 1111110 | 11101101 | 100010 | 101111 | 0 | 111 | 100000001 | 1001100 | 1000111 |
Color Harmonies of #9D7EED
Complementary color
Monochromatic Colors of #9D7EED
Black with #9D7EED
Text Example
Text Example
White with #9D7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EED; }
p { color: rgb(157,126,237); }
H1.HeaderClassName
{
color: #9D7EED;
}
.AnyTagClassName
{
color: #9D7EED;
}
</style>
background-color css
<style>
a { background-color: #9D7EED; }
a { background-color: rgb(157,126,237); }
div.DivClassName
{
background-color: #9D7EED;
}
.BgClassName
{
background-color: #9D7EED;
}
</style>
border-color css
<style>
span { border-color: #9D7EED; }
span { border-color: rgb(157,126,237); }
td.TdClassName
{
border-color: #9D7EED;
}
.TagClassName
{
border-color: #9D7EED;
}
</style>