Shades of Medium Purple #9F74E9
Tints of Medium Purple #9F74E9
RGB
CMYK
RGB Variations
Color information
#9F74E9 (or 0x9F74E9) is known color: Medium Purple. HEX triplet: 9F, 74 and E9. RGB value is (159,116,233). Sum of RGB (Red+Green+Blue) = 159+116+233=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #9F74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74E9 is #608B16. Grayscale: #8D8D8D. Windows color (decimal): -6327063 or 15299743. OLE color: 15299743.
HSL color Cylindrical-coordinate representation of color #9F74E9: hue angle of 262.05º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F74E9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 116 | 233 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.09 |
| HSL | 262.05º | 0.73% | 0.68% | - |
| HSV(B) | 262.05º | 0.5% | 0.91% | - |
| XYZ | 35.25 | 25.74 | 80.2 | - |
| YUV | 142.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 233 | 0.32 | 0.50 | 0 | 0.09 | 262.05 | 0.73 | 0.68 |
| Hex | 9F | 74 | E9 | 20 | 32 | 0 | 9 | 106 | 49 | 44 |
| Octal | 237 | 164 | 351 | 40 | 62 | 0 | 11 | 406 | 111 | 104 |
| Binary | 10011111 | 1110100 | 11101001 | 100000 | 110010 | 0 | 1001 | 100000110 | 1001001 | 1000100 |
Color Harmonies of #9F74E9
Complementary color
Monochromatic Colors of #9F74E9
Black with #9F74E9
Text Example
Text Example
White with #9F74E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74E9; }
p { color: rgb(159,116,233); }
H1.HeaderClassName
{
color: #9F74E9;
}
.AnyTagClassName
{
color: #9F74E9;
}
</style>
background-color css
<style>
a { background-color: #9F74E9; }
a { background-color: rgb(159,116,233); }
div.DivClassName
{
background-color: #9F74E9;
}
.BgClassName
{
background-color: #9F74E9;
}
</style>
border-color css
<style>
span { border-color: #9F74E9; }
span { border-color: rgb(159,116,233); }
td.TdClassName
{
border-color: #9F74E9;
}
.TagClassName
{
border-color: #9F74E9;
}
</style>