Shades of Medium Purple #9D7FED
Tints of Medium Purple #9D7FED
RGB
CMYK
RGB Variations
Color information
#9D7FED (or 0x9D7FED) is known color: Medium Purple. HEX triplet: 9D, 7F and ED. RGB value is (157,127,237). Sum of RGB (Red+Green+Blue) = 157+127+237=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7FED is #628012. Grayscale: #949494. Windows color (decimal): -6455315 or 15564701. OLE color: 15564701.
HSL color Cylindrical-coordinate representation of color #9D7FED: hue angle of 256.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D7FED is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 127 | 237 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.07 |
| HSL | 256.36º | 0.75% | 0.71% | - |
| HSV(B) | 256.36º | 0.46% | 0.93% | - |
| XYZ | 36.78 | 28.46 | 83.68 | - |
| YUV | 148.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 237 | 0.34 | 0.46 | 0 | 0.07 | 256.36 | 0.75 | 0.71 |
| Hex | 9D | 7F | ED | 22 | 2E | 0 | 7 | 100 | 4B | 47 |
| Octal | 235 | 177 | 355 | 42 | 56 | 0 | 7 | 400 | 113 | 107 |
| Binary | 10011101 | 1111111 | 11101101 | 100010 | 101110 | 0 | 111 | 100000000 | 1001011 | 1000111 |
Color Harmonies of #9D7FED
Complementary color
Monochromatic Colors of #9D7FED
Black with #9D7FED
Text Example
Text Example
White with #9D7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FED; }
p { color: rgb(157,127,237); }
H1.HeaderClassName
{
color: #9D7FED;
}
.AnyTagClassName
{
color: #9D7FED;
}
</style>
background-color css
<style>
a { background-color: #9D7FED; }
a { background-color: rgb(157,127,237); }
div.DivClassName
{
background-color: #9D7FED;
}
.BgClassName
{
background-color: #9D7FED;
}
</style>
border-color css
<style>
span { border-color: #9D7FED; }
span { border-color: rgb(157,127,237); }
td.TdClassName
{
border-color: #9D7FED;
}
.TagClassName
{
border-color: #9D7FED;
}
</style>