Shades of Medium Purple #9F50FB
Tints of Medium Purple #9F50FB
RGB
CMYK
RGB Variations
Color information
#9F50FB (or 0x9F50FB) is known color: Medium Purple. HEX triplet: 9F, 50 and FB. RGB value is (159,80,251). Sum of RGB (Red+Green+Blue) = 159+80+251=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F50FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50FB is #60AF04. Grayscale: #7A7A7A. Windows color (decimal): -6336261 or 16470175. OLE color: 16470175.
HSL color Cylindrical-coordinate representation of color #9F50FB: hue angle of 267.72º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F50FB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 80 | 251 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.02 |
| HSL | 267.72º | 0.96% | 0.65% | - |
| HSV(B) | 267.72º | 0.68% | 0.98% | - |
| XYZ | 34.58 | 20.07 | 93.32 | - |
| YUV | 123.12 | 200.17 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 251 | 0.37 | 0.68 | 0 | 0.02 | 267.72 | 0.96 | 0.65 |
| Hex | 9F | 50 | FB | 25 | 44 | 0 | 2 | 10C | 60 | 41 |
| Octal | 237 | 120 | 373 | 45 | 104 | 0 | 2 | 414 | 140 | 101 |
| Binary | 10011111 | 1010000 | 11111011 | 100101 | 1000100 | 0 | 10 | 100001100 | 1100000 | 1000001 |
Color Harmonies of #9F50FB
Complementary color
Monochromatic Colors of #9F50FB
Black with #9F50FB
Text Example
Text Example
White with #9F50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50FB; }
p { color: rgb(159,80,251); }
H1.HeaderClassName
{
color: #9F50FB;
}
.AnyTagClassName
{
color: #9F50FB;
}
</style>
background-color css
<style>
a { background-color: #9F50FB; }
a { background-color: rgb(159,80,251); }
div.DivClassName
{
background-color: #9F50FB;
}
.BgClassName
{
background-color: #9F50FB;
}
</style>
border-color css
<style>
span { border-color: #9F50FB; }
span { border-color: rgb(159,80,251); }
td.TdClassName
{
border-color: #9F50FB;
}
.TagClassName
{
border-color: #9F50FB;
}
</style>