Shades of Medium Purple #9F70DF
Tints of Medium Purple #9F70DF
RGB
CMYK
RGB Variations
Color information
#9F70DF (or 0x9F70DF) is known color: Medium Purple. HEX triplet: 9F, 70 and DF. RGB value is (159,112,223). Sum of RGB (Red+Green+Blue) = 159+112+223=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70DF is #608F20. Grayscale: #8A8A8A. Windows color (decimal): -6328097 or 14643359. OLE color: 14643359.
HSL color Cylindrical-coordinate representation of color #9F70DF: hue angle of 265.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F70DF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 112 | 223 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.13 |
| HSL | 265.41º | 0.63% | 0.66% | - |
| HSV(B) | 265.41º | 0.5% | 0.87% | - |
| XYZ | 33.41 | 24.29 | 72.74 | - |
| YUV | 138.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 223 | 0.29 | 0.50 | 0 | 0.13 | 265.41 | 0.63 | 0.66 |
| Hex | 9F | 70 | DF | 1D | 32 | 0 | D | 109 | 3F | 42 |
| Octal | 237 | 160 | 337 | 35 | 62 | 0 | 15 | 411 | 77 | 102 |
| Binary | 10011111 | 1110000 | 11011111 | 11101 | 110010 | 0 | 1101 | 100001001 | 111111 | 1000010 |
Color Harmonies of #9F70DF
Complementary color
Monochromatic Colors of #9F70DF
Black with #9F70DF
Text Example
Text Example
White with #9F70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70DF; }
p { color: rgb(159,112,223); }
H1.HeaderClassName
{
color: #9F70DF;
}
.AnyTagClassName
{
color: #9F70DF;
}
</style>
background-color css
<style>
a { background-color: #9F70DF; }
a { background-color: rgb(159,112,223); }
div.DivClassName
{
background-color: #9F70DF;
}
.BgClassName
{
background-color: #9F70DF;
}
</style>
border-color css
<style>
span { border-color: #9F70DF; }
span { border-color: rgb(159,112,223); }
td.TdClassName
{
border-color: #9F70DF;
}
.TagClassName
{
border-color: #9F70DF;
}
</style>