Shades of Medium Purple #9F74E8
Tints of Medium Purple #9F74E8
RGB
CMYK
RGB Variations
Color information
#9F74E8 (or 0x9F74E8) is known color: Medium Purple. HEX triplet: 9F, 74 and E8. RGB value is (159,116,232). Sum of RGB (Red+Green+Blue) = 159+116+232=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #9F74E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74E8 is #608B17. Grayscale: #8D8D8D. Windows color (decimal): -6327064 or 15234207. OLE color: 15234207.
HSL color Cylindrical-coordinate representation of color #9F74E8: hue angle of 262.24º degrees, saturation: 0.72, 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 #9F74E8 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 116 | 232 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.09 |
| HSL | 262.24º | 0.72% | 0.68% | - |
| HSV(B) | 262.24º | 0.5% | 0.91% | - |
| XYZ | 35.11 | 25.69 | 79.45 | - |
| YUV | 142.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 232 | 0.31 | 0.50 | 0 | 0.09 | 262.24 | 0.72 | 0.68 |
| Hex | 9F | 74 | E8 | 1F | 32 | 0 | 9 | 106 | 48 | 44 |
| Octal | 237 | 164 | 350 | 37 | 62 | 0 | 11 | 406 | 110 | 104 |
| Binary | 10011111 | 1110100 | 11101000 | 11111 | 110010 | 0 | 1001 | 100000110 | 1001000 | 1000100 |
Color Harmonies of #9F74E8
Complementary color
Monochromatic Colors of #9F74E8
Black with #9F74E8
Text Example
Text Example
White with #9F74E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74E8; }
p { color: rgb(159,116,232); }
H1.HeaderClassName
{
color: #9F74E8;
}
.AnyTagClassName
{
color: #9F74E8;
}
</style>
background-color css
<style>
a { background-color: #9F74E8; }
a { background-color: rgb(159,116,232); }
div.DivClassName
{
background-color: #9F74E8;
}
.BgClassName
{
background-color: #9F74E8;
}
</style>
border-color css
<style>
span { border-color: #9F74E8; }
span { border-color: rgb(159,116,232); }
td.TdClassName
{
border-color: #9F74E8;
}
.TagClassName
{
border-color: #9F74E8;
}
</style>