Shades of Medium Purple #9F60FA
Tints of Medium Purple #9F60FA
RGB
CMYK
RGB Variations
Color information
#9F60FA (or 0x9F60FA) is known color: Medium Purple. HEX triplet: 9F, 60 and FA. RGB value is (159,96,250). Sum of RGB (Red+Green+Blue) = 159+96+250=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F60FA is #609F05. Grayscale: #838383. Windows color (decimal): -6332166 or 16408735. OLE color: 16408735.
HSL color Cylindrical-coordinate representation of color #9F60FA: hue angle of 264.55º degrees, saturation: 0.94, 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 #9F60FA is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 96 | 250 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.02 |
| HSL | 264.55º | 0.94% | 0.68% | - |
| HSV(B) | 264.55º | 0.62% | 0.98% | - |
| XYZ | 35.74 | 22.64 | 92.93 | - |
| YUV | 132.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 250 | 0.36 | 0.62 | 0 | 0.02 | 264.55 | 0.94 | 0.68 |
| Hex | 9F | 60 | FA | 24 | 3E | 0 | 2 | 109 | 5E | 44 |
| Octal | 237 | 140 | 372 | 44 | 76 | 0 | 2 | 411 | 136 | 104 |
| Binary | 10011111 | 1100000 | 11111010 | 100100 | 111110 | 0 | 10 | 100001001 | 1011110 | 1000100 |
Color Harmonies of #9F60FA
Complementary color
Monochromatic Colors of #9F60FA
Black with #9F60FA
Text Example
Text Example
White with #9F60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60FA; }
p { color: rgb(159,96,250); }
H1.HeaderClassName
{
color: #9F60FA;
}
.AnyTagClassName
{
color: #9F60FA;
}
</style>
background-color css
<style>
a { background-color: #9F60FA; }
a { background-color: rgb(159,96,250); }
div.DivClassName
{
background-color: #9F60FA;
}
.BgClassName
{
background-color: #9F60FA;
}
</style>
border-color css
<style>
span { border-color: #9F60FA; }
span { border-color: rgb(159,96,250); }
td.TdClassName
{
border-color: #9F60FA;
}
.TagClassName
{
border-color: #9F60FA;
}
</style>