Shades of Medium Purple #9F74EC
Tints of Medium Purple #9F74EC
RGB
CMYK
RGB Variations
Color information
#9F74EC (or 0x9F74EC) is known color: Medium Purple. HEX triplet: 9F, 74 and EC. RGB value is (159,116,236). Sum of RGB (Red+Green+Blue) = 159+116+236=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F74EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74EC is #608B13. Grayscale: #8E8E8E. Windows color (decimal): -6327060 or 15496351. OLE color: 15496351.
HSL color Cylindrical-coordinate representation of color #9F74EC: hue angle of 261.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F74EC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 116 | 236 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.07 |
| HSL | 261.5º | 0.76% | 0.69% | - |
| HSV(B) | 261.5º | 0.51% | 0.93% | - |
| XYZ | 35.68 | 25.92 | 82.48 | - |
| YUV | 142.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 236 | 0.33 | 0.51 | 0 | 0.07 | 261.5 | 0.76 | 0.69 |
| Hex | 9F | 74 | EC | 21 | 33 | 0 | 7 | 106 | 4C | 45 |
| Octal | 237 | 164 | 354 | 41 | 63 | 0 | 7 | 406 | 114 | 105 |
| Binary | 10011111 | 1110100 | 11101100 | 100001 | 110011 | 0 | 111 | 100000110 | 1001100 | 1000101 |
Color Harmonies of #9F74EC
Complementary color
Monochromatic Colors of #9F74EC
Black with #9F74EC
Text Example
Text Example
White with #9F74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74EC; }
p { color: rgb(159,116,236); }
H1.HeaderClassName
{
color: #9F74EC;
}
.AnyTagClassName
{
color: #9F74EC;
}
</style>
background-color css
<style>
a { background-color: #9F74EC; }
a { background-color: rgb(159,116,236); }
div.DivClassName
{
background-color: #9F74EC;
}
.BgClassName
{
background-color: #9F74EC;
}
</style>
border-color css
<style>
span { border-color: #9F74EC; }
span { border-color: rgb(159,116,236); }
td.TdClassName
{
border-color: #9F74EC;
}
.TagClassName
{
border-color: #9F74EC;
}
</style>