Shades of Medium Purple #9F5BFA
Tints of Medium Purple #9F5BFA
RGB
CMYK
RGB Variations
Color information
#9F5BFA (or 0x9F5BFA) is known color: Medium Purple. HEX triplet: 9F, 5B and FA. RGB value is (159,91,250). Sum of RGB (Red+Green+Blue) = 159+91+250=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F5BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5BFA is #60A405. Grayscale: #808080. Windows color (decimal): -6333446 or 16407455. OLE color: 16407455.
HSL color Cylindrical-coordinate representation of color #9F5BFA: hue angle of 265.66º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F5BFA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 91 | 250 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.02 |
| HSL | 265.66º | 0.94% | 0.67% | - |
| HSV(B) | 265.66º | 0.64% | 0.98% | - |
| XYZ | 35.29 | 21.76 | 92.78 | - |
| YUV | 129.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 250 | 0.36 | 0.64 | 0 | 0.02 | 265.66 | 0.94 | 0.67 |
| Hex | 9F | 5B | FA | 24 | 40 | 0 | 2 | 10A | 5E | 43 |
| Octal | 237 | 133 | 372 | 44 | 100 | 0 | 2 | 412 | 136 | 103 |
| Binary | 10011111 | 1011011 | 11111010 | 100100 | 1000000 | 0 | 10 | 100001010 | 1011110 | 1000011 |
Color Harmonies of #9F5BFA
Complementary color
Monochromatic Colors of #9F5BFA
Black with #9F5BFA
Text Example
Text Example
White with #9F5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BFA; }
p { color: rgb(159,91,250); }
H1.HeaderClassName
{
color: #9F5BFA;
}
.AnyTagClassName
{
color: #9F5BFA;
}
</style>
background-color css
<style>
a { background-color: #9F5BFA; }
a { background-color: rgb(159,91,250); }
div.DivClassName
{
background-color: #9F5BFA;
}
.BgClassName
{
background-color: #9F5BFA;
}
</style>
border-color css
<style>
span { border-color: #9F5BFA; }
span { border-color: rgb(159,91,250); }
td.TdClassName
{
border-color: #9F5BFA;
}
.TagClassName
{
border-color: #9F5BFA;
}
</style>