Shades of Medium Purple #9F50FD
Tints of Medium Purple #9F50FD
RGB
CMYK
RGB Variations
Color information
#9F50FD (or 0x9F50FD) is known color: Medium Purple. HEX triplet: 9F, 50 and FD. RGB value is (159,80,253). Sum of RGB (Red+Green+Blue) = 159+80+253=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50FD is #60AF02. Grayscale: #7A7A7A. Windows color (decimal): -6336259 or 16601247. OLE color: 16601247.
HSL color Cylindrical-coordinate representation of color #9F50FD: hue angle of 267.4º degrees, saturation: 0.98, 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 #9F50FD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 80 | 253 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.01 |
| HSL | 267.4º | 0.98% | 0.65% | - |
| HSV(B) | 267.4º | 0.68% | 0.99% | - |
| XYZ | 34.9 | 20.2 | 94.99 | - |
| YUV | 123.34 | 201.17 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 253 | 0.37 | 0.68 | 0 | 0.01 | 267.4 | 0.98 | 0.65 |
| Hex | 9F | 50 | FD | 25 | 44 | 0 | 1 | 10B | 62 | 41 |
| Octal | 237 | 120 | 375 | 45 | 104 | 0 | 1 | 413 | 142 | 101 |
| Binary | 10011111 | 1010000 | 11111101 | 100101 | 1000100 | 0 | 1 | 100001011 | 1100010 | 1000001 |
Color Harmonies of #9F50FD
Complementary color
Monochromatic Colors of #9F50FD
Black with #9F50FD
Text Example
Text Example
White with #9F50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50FD; }
p { color: rgb(159,80,253); }
H1.HeaderClassName
{
color: #9F50FD;
}
.AnyTagClassName
{
color: #9F50FD;
}
</style>
background-color css
<style>
a { background-color: #9F50FD; }
a { background-color: rgb(159,80,253); }
div.DivClassName
{
background-color: #9F50FD;
}
.BgClassName
{
background-color: #9F50FD;
}
</style>
border-color css
<style>
span { border-color: #9F50FD; }
span { border-color: rgb(159,80,253); }
td.TdClassName
{
border-color: #9F50FD;
}
.TagClassName
{
border-color: #9F50FD;
}
</style>