Shades of Medium Purple #9F51FB
Tints of Medium Purple #9F51FB
RGB
CMYK
RGB Variations
Color information
#9F51FB (or 0x9F51FB) is known color: Medium Purple. HEX triplet: 9F, 51 and FB. RGB value is (159,81,251). Sum of RGB (Red+Green+Blue) = 159+81+251=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F51FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51FB is #60AE04. Grayscale: #7B7B7B. Windows color (decimal): -6336005 or 16470431. OLE color: 16470431.
HSL color Cylindrical-coordinate representation of color #9F51FB: hue angle of 267.53º 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 #9F51FB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 81 | 251 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.02 |
| HSL | 267.53º | 0.96% | 0.65% | - |
| HSV(B) | 267.53º | 0.68% | 0.98% | - |
| XYZ | 34.65 | 20.22 | 93.34 | - |
| YUV | 123.7 | 199.84 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 251 | 0.37 | 0.68 | 0 | 0.02 | 267.53 | 0.96 | 0.65 |
| Hex | 9F | 51 | FB | 25 | 44 | 0 | 2 | 10C | 60 | 41 |
| Octal | 237 | 121 | 373 | 45 | 104 | 0 | 2 | 414 | 140 | 101 |
| Binary | 10011111 | 1010001 | 11111011 | 100101 | 1000100 | 0 | 10 | 100001100 | 1100000 | 1000001 |
Color Harmonies of #9F51FB
Complementary color
Monochromatic Colors of #9F51FB
Black with #9F51FB
Text Example
Text Example
White with #9F51FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51FB; }
p { color: rgb(159,81,251); }
H1.HeaderClassName
{
color: #9F51FB;
}
.AnyTagClassName
{
color: #9F51FB;
}
</style>
background-color css
<style>
a { background-color: #9F51FB; }
a { background-color: rgb(159,81,251); }
div.DivClassName
{
background-color: #9F51FB;
}
.BgClassName
{
background-color: #9F51FB;
}
</style>
border-color css
<style>
span { border-color: #9F51FB; }
span { border-color: rgb(159,81,251); }
td.TdClassName
{
border-color: #9F51FB;
}
.TagClassName
{
border-color: #9F51FB;
}
</style>