Shades of Medium Purple #9650F0
Tints of Medium Purple #9650F0
RGB
CMYK
RGB Variations
Color information
#9650F0 (or 0x9650F0) is known color: Medium Purple. HEX triplet: 96, 50 and F0. RGB value is (150,80,240). Sum of RGB (Red+Green+Blue) = 150+80+240=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #9650F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650F0 is #69AF0F. Grayscale: #767676. Windows color (decimal): -6926096 or 15749270. OLE color: 15749270.
HSL color Cylindrical-coordinate representation of color #9650F0: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9650F0 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 80 | 240 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.06 |
| HSL | 266.25º | 0.84% | 0.63% | - |
| HSV(B) | 266.25º | 0.67% | 0.94% | - |
| XYZ | 31.17 | 18.51 | 84.37 | - |
| YUV | 119.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 240 | 0.37 | 0.67 | 0 | 0.06 | 266.25 | 0.84 | 0.63 |
| Hex | 96 | 50 | F0 | 25 | 43 | 0 | 6 | 10A | 54 | 3F |
| Octal | 226 | 120 | 360 | 45 | 103 | 0 | 6 | 412 | 124 | 77 |
| Binary | 10010110 | 1010000 | 11110000 | 100101 | 1000011 | 0 | 110 | 100001010 | 1010100 | 111111 |
Color Harmonies of #9650F0
Complementary color
Monochromatic Colors of #9650F0
Black with #9650F0
Text Example
Text Example
White with #9650F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9650F0; }
p { color: rgb(150,80,240); }
H1.HeaderClassName
{
color: #9650F0;
}
.AnyTagClassName
{
color: #9650F0;
}
</style>
background-color css
<style>
a { background-color: #9650F0; }
a { background-color: rgb(150,80,240); }
div.DivClassName
{
background-color: #9650F0;
}
.BgClassName
{
background-color: #9650F0;
}
</style>
border-color css
<style>
span { border-color: #9650F0; }
span { border-color: rgb(150,80,240); }
td.TdClassName
{
border-color: #9650F0;
}
.TagClassName
{
border-color: #9650F0;
}
</style>