Shades of Medium Purple #9F5FFB
Tints of Medium Purple #9F5FFB
RGB
CMYK
RGB Variations
Color information
#9F5FFB (or 0x9F5FFB) is known color: Medium Purple. HEX triplet: 9F, 5F and FB. RGB value is (159,95,251). Sum of RGB (Red+Green+Blue) = 159+95+251=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5FFB is #60A004. Grayscale: #838383. Windows color (decimal): -6332421 or 16474015. OLE color: 16474015.
HSL color Cylindrical-coordinate representation of color #9F5FFB: hue angle of 264.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F5FFB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 95 | 251 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.02 |
| HSL | 264.62º | 0.95% | 0.68% | - |
| HSV(B) | 264.62º | 0.62% | 0.98% | - |
| XYZ | 35.8 | 22.52 | 93.73 | - |
| YUV | 131.92 | 195.2 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 251 | 0.37 | 0.62 | 0 | 0.02 | 264.62 | 0.95 | 0.68 |
| Hex | 9F | 5F | FB | 25 | 3E | 0 | 2 | 109 | 5F | 44 |
| Octal | 237 | 137 | 373 | 45 | 76 | 0 | 2 | 411 | 137 | 104 |
| Binary | 10011111 | 1011111 | 11111011 | 100101 | 111110 | 0 | 10 | 100001001 | 1011111 | 1000100 |
Color Harmonies of #9F5FFB
Complementary color
Monochromatic Colors of #9F5FFB
Black with #9F5FFB
Text Example
Text Example
White with #9F5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FFB; }
p { color: rgb(159,95,251); }
H1.HeaderClassName
{
color: #9F5FFB;
}
.AnyTagClassName
{
color: #9F5FFB;
}
</style>
background-color css
<style>
a { background-color: #9F5FFB; }
a { background-color: rgb(159,95,251); }
div.DivClassName
{
background-color: #9F5FFB;
}
.BgClassName
{
background-color: #9F5FFB;
}
</style>
border-color css
<style>
span { border-color: #9F5FFB; }
span { border-color: rgb(159,95,251); }
td.TdClassName
{
border-color: #9F5FFB;
}
.TagClassName
{
border-color: #9F5FFB;
}
</style>