Shades of Medium Purple #9D7BED
Tints of Medium Purple #9D7BED
RGB
CMYK
RGB Variations
Color information
#9D7BED (or 0x9D7BED) is known color: Medium Purple. HEX triplet: 9D, 7B and ED. RGB value is (157,123,237). Sum of RGB (Red+Green+Blue) = 157+123+237=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7BED is #628412. Grayscale: #919191. Windows color (decimal): -6456339 or 15563677. OLE color: 15563677.
HSL color Cylindrical-coordinate representation of color #9D7BED: hue angle of 257.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D7BED is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 123 | 237 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.07 |
| HSL | 257.89º | 0.76% | 0.71% | - |
| HSV(B) | 257.89º | 0.48% | 0.93% | - |
| XYZ | 36.27 | 27.45 | 83.51 | - |
| YUV | 146.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 237 | 0.34 | 0.48 | 0 | 0.07 | 257.89 | 0.76 | 0.71 |
| Hex | 9D | 7B | ED | 22 | 30 | 0 | 7 | 102 | 4C | 47 |
| Octal | 235 | 173 | 355 | 42 | 60 | 0 | 7 | 402 | 114 | 107 |
| Binary | 10011101 | 1111011 | 11101101 | 100010 | 110000 | 0 | 111 | 100000010 | 1001100 | 1000111 |
Color Harmonies of #9D7BED
Complementary color
Monochromatic Colors of #9D7BED
Black with #9D7BED
Text Example
Text Example
White with #9D7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7BED; }
p { color: rgb(157,123,237); }
H1.HeaderClassName
{
color: #9D7BED;
}
.AnyTagClassName
{
color: #9D7BED;
}
</style>
background-color css
<style>
a { background-color: #9D7BED; }
a { background-color: rgb(157,123,237); }
div.DivClassName
{
background-color: #9D7BED;
}
.BgClassName
{
background-color: #9D7BED;
}
</style>
border-color css
<style>
span { border-color: #9D7BED; }
span { border-color: rgb(157,123,237); }
td.TdClassName
{
border-color: #9D7BED;
}
.TagClassName
{
border-color: #9D7BED;
}
</style>