Shades of Medium Purple #9655F7
Tints of Medium Purple #9655F7
RGB
CMYK
RGB Variations
Color information
#9655F7 (or 0x9655F7) is known color: Medium Purple. HEX triplet: 96, 55 and F7. RGB value is (150,85,247). Sum of RGB (Red+Green+Blue) = 150+85+247=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #9655F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655F7 is #69AA08. Grayscale: #7A7A7A. Windows color (decimal): -6924809 or 16209302. OLE color: 16209302.
HSL color Cylindrical-coordinate representation of color #9655F7: hue angle of 264.07º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9655F7 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 85 | 247 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.03 |
| HSL | 264.07º | 0.91% | 0.65% | - |
| HSV(B) | 264.07º | 0.66% | 0.97% | - |
| XYZ | 32.61 | 19.7 | 90.08 | - |
| YUV | 122.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 247 | 0.39 | 0.66 | 0 | 0.03 | 264.07 | 0.91 | 0.65 |
| Hex | 96 | 55 | F7 | 27 | 42 | 0 | 3 | 108 | 5B | 41 |
| Octal | 226 | 125 | 367 | 47 | 102 | 0 | 3 | 410 | 133 | 101 |
| Binary | 10010110 | 1010101 | 11110111 | 100111 | 1000010 | 0 | 11 | 100001000 | 1011011 | 1000001 |
Color Harmonies of #9655F7
Complementary color
Monochromatic Colors of #9655F7
Black with #9655F7
Text Example
Text Example
White with #9655F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655F7; }
p { color: rgb(150,85,247); }
H1.HeaderClassName
{
color: #9655F7;
}
.AnyTagClassName
{
color: #9655F7;
}
</style>
background-color css
<style>
a { background-color: #9655F7; }
a { background-color: rgb(150,85,247); }
div.DivClassName
{
background-color: #9655F7;
}
.BgClassName
{
background-color: #9655F7;
}
</style>
border-color css
<style>
span { border-color: #9655F7; }
span { border-color: rgb(150,85,247); }
td.TdClassName
{
border-color: #9655F7;
}
.TagClassName
{
border-color: #9655F7;
}
</style>