Shades of Medium Purple #9F5CFB
Tints of Medium Purple #9F5CFB
RGB
CMYK
RGB Variations
Color information
#9F5CFB (or 0x9F5CFB) is known color: Medium Purple. HEX triplet: 9F, 5C and FB. RGB value is (159,92,251). Sum of RGB (Red+Green+Blue) = 159+92+251=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5CFB is #60A304. Grayscale: #818181. Windows color (decimal): -6333189 or 16473247. OLE color: 16473247.
HSL color Cylindrical-coordinate representation of color #9F5CFB: hue angle of 265.28º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F5CFB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 92 | 251 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.02 |
| HSL | 265.28º | 0.95% | 0.67% | - |
| HSV(B) | 265.28º | 0.63% | 0.98% | - |
| XYZ | 35.54 | 21.99 | 93.64 | - |
| YUV | 130.16 | 196.2 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 251 | 0.37 | 0.63 | 0 | 0.02 | 265.28 | 0.95 | 0.67 |
| Hex | 9F | 5C | FB | 25 | 3F | 0 | 2 | 109 | 5F | 43 |
| Octal | 237 | 134 | 373 | 45 | 77 | 0 | 2 | 411 | 137 | 103 |
| Binary | 10011111 | 1011100 | 11111011 | 100101 | 111111 | 0 | 10 | 100001001 | 1011111 | 1000011 |
Color Harmonies of #9F5CFB
Complementary color
Monochromatic Colors of #9F5CFB
Black with #9F5CFB
Text Example
Text Example
White with #9F5CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CFB; }
p { color: rgb(159,92,251); }
H1.HeaderClassName
{
color: #9F5CFB;
}
.AnyTagClassName
{
color: #9F5CFB;
}
</style>
background-color css
<style>
a { background-color: #9F5CFB; }
a { background-color: rgb(159,92,251); }
div.DivClassName
{
background-color: #9F5CFB;
}
.BgClassName
{
background-color: #9F5CFB;
}
</style>
border-color css
<style>
span { border-color: #9F5CFB; }
span { border-color: rgb(159,92,251); }
td.TdClassName
{
border-color: #9F5CFB;
}
.TagClassName
{
border-color: #9F5CFB;
}
</style>