Shades of Medium Purple #9F56EC
Tints of Medium Purple #9F56EC
RGB
CMYK
RGB Variations
Color information
#9F56EC (or 0x9F56EC) is known color: Medium Purple. HEX triplet: 9F, 56 and EC. RGB value is (159,86,236). Sum of RGB (Red+Green+Blue) = 159+86+236=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F56EC is #60A913. Grayscale: #7C7C7C. Windows color (decimal): -6334740 or 15488671. OLE color: 15488671.
HSL color Cylindrical-coordinate representation of color #9F56EC: hue angle of 269.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F56EC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 86 | 236 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.07 |
| HSL | 269.2º | 0.8% | 0.63% | - |
| HSV(B) | 269.2º | 0.64% | 0.93% | - |
| XYZ | 32.77 | 20.08 | 81.51 | - |
| YUV | 124.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 236 | 0.33 | 0.64 | 0 | 0.07 | 269.2 | 0.8 | 0.63 |
| Hex | 9F | 56 | EC | 21 | 40 | 0 | 7 | 10D | 50 | 3F |
| Octal | 237 | 126 | 354 | 41 | 100 | 0 | 7 | 415 | 120 | 77 |
| Binary | 10011111 | 1010110 | 11101100 | 100001 | 1000000 | 0 | 111 | 100001101 | 1010000 | 111111 |
Color Harmonies of #9F56EC
Complementary color
Monochromatic Colors of #9F56EC
Black with #9F56EC
Text Example
Text Example
White with #9F56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F56EC; }
p { color: rgb(159,86,236); }
H1.HeaderClassName
{
color: #9F56EC;
}
.AnyTagClassName
{
color: #9F56EC;
}
</style>
background-color css
<style>
a { background-color: #9F56EC; }
a { background-color: rgb(159,86,236); }
div.DivClassName
{
background-color: #9F56EC;
}
.BgClassName
{
background-color: #9F56EC;
}
</style>
border-color css
<style>
span { border-color: #9F56EC; }
span { border-color: rgb(159,86,236); }
td.TdClassName
{
border-color: #9F56EC;
}
.TagClassName
{
border-color: #9F56EC;
}
</style>