Shades of Medium Purple #9655F0
Tints of Medium Purple #9655F0
RGB
CMYK
RGB Variations
Color information
#9655F0 (or 0x9655F0) is known color: Medium Purple. HEX triplet: 96, 55 and F0. RGB value is (150,85,240). Sum of RGB (Red+Green+Blue) = 150+85+240=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #9655F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655F0 is #69AA0F. Grayscale: #797979. Windows color (decimal): -6924816 or 15750550. OLE color: 15750550.
HSL color Cylindrical-coordinate representation of color #9655F0: hue angle of 265.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9655F0 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 85 | 240 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.06 |
| HSL | 265.16º | 0.84% | 0.64% | - |
| HSV(B) | 265.16º | 0.65% | 0.94% | - |
| XYZ | 31.55 | 19.27 | 84.49 | - |
| YUV | 122.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 240 | 0.37 | 0.65 | 0 | 0.06 | 265.16 | 0.84 | 0.64 |
| Hex | 96 | 55 | F0 | 25 | 41 | 0 | 6 | 109 | 54 | 40 |
| Octal | 226 | 125 | 360 | 45 | 101 | 0 | 6 | 411 | 124 | 100 |
| Binary | 10010110 | 1010101 | 11110000 | 100101 | 1000001 | 0 | 110 | 100001001 | 1010100 | 1000000 |
Color Harmonies of #9655F0
Complementary color
Monochromatic Colors of #9655F0
Black with #9655F0
Text Example
Text Example
White with #9655F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655F0; }
p { color: rgb(150,85,240); }
H1.HeaderClassName
{
color: #9655F0;
}
.AnyTagClassName
{
color: #9655F0;
}
</style>
background-color css
<style>
a { background-color: #9655F0; }
a { background-color: rgb(150,85,240); }
div.DivClassName
{
background-color: #9655F0;
}
.BgClassName
{
background-color: #9655F0;
}
</style>
border-color css
<style>
span { border-color: #9655F0; }
span { border-color: rgb(150,85,240); }
td.TdClassName
{
border-color: #9655F0;
}
.TagClassName
{
border-color: #9655F0;
}
</style>