Shades of Medium Purple #9653EC
Tints of Medium Purple #9653EC
RGB
CMYK
RGB Variations
Color information
#9653EC (or 0x9653EC) is known color: Medium Purple. HEX triplet: 96, 53 and EC. RGB value is (150,83,236). Sum of RGB (Red+Green+Blue) = 150+83+236=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9653EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9653EC is #69AC13. Grayscale: #777777. Windows color (decimal): -6925332 or 15487894. OLE color: 15487894.
HSL color Cylindrical-coordinate representation of color #9653EC: hue angle of 266.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9653EC is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 83 | 236 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.07 |
| HSL | 266.27º | 0.8% | 0.63% | - |
| HSV(B) | 266.27º | 0.65% | 0.93% | - |
| XYZ | 30.81 | 18.73 | 81.35 | - |
| YUV | 120.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 236 | 0.36 | 0.65 | 0 | 0.07 | 266.27 | 0.8 | 0.63 |
| Hex | 96 | 53 | EC | 24 | 41 | 0 | 7 | 10A | 50 | 3F |
| Octal | 226 | 123 | 354 | 44 | 101 | 0 | 7 | 412 | 120 | 77 |
| Binary | 10010110 | 1010011 | 11101100 | 100100 | 1000001 | 0 | 111 | 100001010 | 1010000 | 111111 |
Color Harmonies of #9653EC
Complementary color
Monochromatic Colors of #9653EC
Black with #9653EC
Text Example
Text Example
White with #9653EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653EC; }
p { color: rgb(150,83,236); }
H1.HeaderClassName
{
color: #9653EC;
}
.AnyTagClassName
{
color: #9653EC;
}
</style>
background-color css
<style>
a { background-color: #9653EC; }
a { background-color: rgb(150,83,236); }
div.DivClassName
{
background-color: #9653EC;
}
.BgClassName
{
background-color: #9653EC;
}
</style>
border-color css
<style>
span { border-color: #9653EC; }
span { border-color: rgb(150,83,236); }
td.TdClassName
{
border-color: #9653EC;
}
.TagClassName
{
border-color: #9653EC;
}
</style>