Shades of Medium Purple #9F50FC
Tints of Medium Purple #9F50FC
RGB
CMYK
RGB Variations
Color information
#9F50FC (or 0x9F50FC) is known color: Medium Purple. HEX triplet: 9F, 50 and FC. RGB value is (159,80,252). Sum of RGB (Red+Green+Blue) = 159+80+252=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50FC is #60AF03. Grayscale: #7A7A7A. Windows color (decimal): -6336260 or 16535711. OLE color: 16535711.
HSL color Cylindrical-coordinate representation of color #9F50FC: hue angle of 267.56º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F50FC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 80 | 252 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.01 |
| HSL | 267.56º | 0.97% | 0.65% | - |
| HSV(B) | 267.56º | 0.68% | 0.99% | - |
| XYZ | 34.74 | 20.14 | 94.15 | - |
| YUV | 123.23 | 200.67 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 252 | 0.37 | 0.68 | 0 | 0.01 | 267.56 | 0.97 | 0.65 |
| Hex | 9F | 50 | FC | 25 | 44 | 0 | 1 | 10C | 61 | 41 |
| Octal | 237 | 120 | 374 | 45 | 104 | 0 | 1 | 414 | 141 | 101 |
| Binary | 10011111 | 1010000 | 11111100 | 100101 | 1000100 | 0 | 1 | 100001100 | 1100001 | 1000001 |
Color Harmonies of #9F50FC
Complementary color
Monochromatic Colors of #9F50FC
Black with #9F50FC
Text Example
Text Example
White with #9F50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50FC; }
p { color: rgb(159,80,252); }
H1.HeaderClassName
{
color: #9F50FC;
}
.AnyTagClassName
{
color: #9F50FC;
}
</style>
background-color css
<style>
a { background-color: #9F50FC; }
a { background-color: rgb(159,80,252); }
div.DivClassName
{
background-color: #9F50FC;
}
.BgClassName
{
background-color: #9F50FC;
}
</style>
border-color css
<style>
span { border-color: #9F50FC; }
span { border-color: rgb(159,80,252); }
td.TdClassName
{
border-color: #9F50FC;
}
.TagClassName
{
border-color: #9F50FC;
}
</style>