Shades of Medium Purple #9F57FB
Tints of Medium Purple #9F57FB
RGB
CMYK
RGB Variations
Color information
#9F57FB (or 0x9F57FB) is known color: Medium Purple. HEX triplet: 9F, 57 and FB. RGB value is (159,87,251). Sum of RGB (Red+Green+Blue) = 159+87+251=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F57FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57FB is #60A804. Grayscale: #7E7E7E. Windows color (decimal): -6334469 or 16471967. OLE color: 16471967.
HSL color Cylindrical-coordinate representation of color #9F57FB: hue angle of 266.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F57FB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 87 | 251 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.02 |
| HSL | 266.34º | 0.95% | 0.66% | - |
| HSV(B) | 266.34º | 0.65% | 0.98% | - |
| XYZ | 35.12 | 21.15 | 93.5 | - |
| YUV | 127.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 251 | 0.37 | 0.65 | 0 | 0.02 | 266.34 | 0.95 | 0.66 |
| Hex | 9F | 57 | FB | 25 | 41 | 0 | 2 | 10A | 5F | 42 |
| Octal | 237 | 127 | 373 | 45 | 101 | 0 | 2 | 412 | 137 | 102 |
| Binary | 10011111 | 1010111 | 11111011 | 100101 | 1000001 | 0 | 10 | 100001010 | 1011111 | 1000010 |
Color Harmonies of #9F57FB
Complementary color
Monochromatic Colors of #9F57FB
Black with #9F57FB
Text Example
Text Example
White with #9F57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57FB; }
p { color: rgb(159,87,251); }
H1.HeaderClassName
{
color: #9F57FB;
}
.AnyTagClassName
{
color: #9F57FB;
}
</style>
background-color css
<style>
a { background-color: #9F57FB; }
a { background-color: rgb(159,87,251); }
div.DivClassName
{
background-color: #9F57FB;
}
.BgClassName
{
background-color: #9F57FB;
}
</style>
border-color css
<style>
span { border-color: #9F57FB; }
span { border-color: rgb(159,87,251); }
td.TdClassName
{
border-color: #9F57FB;
}
.TagClassName
{
border-color: #9F57FB;
}
</style>