Shades of Medium Purple #9656ED
Tints of Medium Purple #9656ED
RGB
CMYK
RGB Variations
Color information
#9656ED (or 0x9656ED) is known color: Medium Purple. HEX triplet: 96, 56 and ED. RGB value is (150,86,237). Sum of RGB (Red+Green+Blue) = 150+86+237=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #9656ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656ED is #69A912. Grayscale: #797979. Windows color (decimal): -6924563 or 15554198. OLE color: 15554198.
HSL color Cylindrical-coordinate representation of color #9656ED: hue angle of 265.43º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9656ED is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 86 | 237 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.07 |
| HSL | 265.43º | 0.81% | 0.63% | - |
| HSV(B) | 265.43º | 0.64% | 0.93% | - |
| XYZ | 31.19 | 19.25 | 82.19 | - |
| YUV | 122.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 237 | 0.37 | 0.64 | 0 | 0.07 | 265.43 | 0.81 | 0.63 |
| Hex | 96 | 56 | ED | 25 | 40 | 0 | 7 | 109 | 51 | 3F |
| Octal | 226 | 126 | 355 | 45 | 100 | 0 | 7 | 411 | 121 | 77 |
| Binary | 10010110 | 1010110 | 11101101 | 100101 | 1000000 | 0 | 111 | 100001001 | 1010001 | 111111 |
Color Harmonies of #9656ED
Complementary color
Monochromatic Colors of #9656ED
Black with #9656ED
Text Example
Text Example
White with #9656ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656ED; }
p { color: rgb(150,86,237); }
H1.HeaderClassName
{
color: #9656ED;
}
.AnyTagClassName
{
color: #9656ED;
}
</style>
background-color css
<style>
a { background-color: #9656ED; }
a { background-color: rgb(150,86,237); }
div.DivClassName
{
background-color: #9656ED;
}
.BgClassName
{
background-color: #9656ED;
}
</style>
border-color css
<style>
span { border-color: #9656ED; }
span { border-color: rgb(150,86,237); }
td.TdClassName
{
border-color: #9656ED;
}
.TagClassName
{
border-color: #9656ED;
}
</style>