Shades of Medium Purple #9D70F7
Tints of Medium Purple #9D70F7
RGB
CMYK
RGB Variations
Color information
#9D70F7 (or 0x9D70F7) is known color: Medium Purple. HEX triplet: 9D, 70 and F7. RGB value is (157,112,247). Sum of RGB (Red+Green+Blue) = 157+112+247=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D70F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D70F7 is #628F08. Grayscale: #8C8C8C. Windows color (decimal): -6459145 or 16216221. OLE color: 16216221.
HSL color Cylindrical-coordinate representation of color #9D70F7: hue angle of 260º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D70F7 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 112 | 247 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.03 |
| HSL | 260º | 0.89% | 0.7% | - |
| HSV(B) | 260º | 0.55% | 0.97% | - |
| XYZ | 36.49 | 25.47 | 90.99 | - |
| YUV | 140.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 247 | 0.36 | 0.55 | 0 | 0.03 | 260 | 0.89 | 0.7 |
| Hex | 9D | 70 | F7 | 24 | 37 | 0 | 3 | 104 | 59 | 46 |
| Octal | 235 | 160 | 367 | 44 | 67 | 0 | 3 | 404 | 131 | 106 |
| Binary | 10011101 | 1110000 | 11110111 | 100100 | 110111 | 0 | 11 | 100000100 | 1011001 | 1000110 |
Color Harmonies of #9D70F7
Complementary color
Monochromatic Colors of #9D70F7
Black with #9D70F7
Text Example
Text Example
White with #9D70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D70F7; }
p { color: rgb(157,112,247); }
H1.HeaderClassName
{
color: #9D70F7;
}
.AnyTagClassName
{
color: #9D70F7;
}
</style>
background-color css
<style>
a { background-color: #9D70F7; }
a { background-color: rgb(157,112,247); }
div.DivClassName
{
background-color: #9D70F7;
}
.BgClassName
{
background-color: #9D70F7;
}
</style>
border-color css
<style>
span { border-color: #9D70F7; }
span { border-color: rgb(157,112,247); }
td.TdClassName
{
border-color: #9D70F7;
}
.TagClassName
{
border-color: #9D70F7;
}
</style>