Shades of Medium Purple #9650EC
Tints of Medium Purple #9650EC
RGB
CMYK
RGB Variations
Color information
#9650EC (or 0x9650EC) is known color: Medium Purple. HEX triplet: 96, 50 and EC. RGB value is (150,80,236). Sum of RGB (Red+Green+Blue) = 150+80+236=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #9650EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650EC is #69AF13. Grayscale: #767676. Windows color (decimal): -6926100 or 15487126. OLE color: 15487126.
HSL color Cylindrical-coordinate representation of color #9650EC: hue angle of 266.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9650EC is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 80 | 236 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.07 |
| HSL | 266.92º | 0.8% | 0.62% | - |
| HSV(B) | 266.92º | 0.66% | 0.93% | - |
| XYZ | 30.59 | 18.28 | 81.27 | - |
| YUV | 118.71 | 194.19 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 236 | 0.36 | 0.66 | 0 | 0.07 | 266.92 | 0.8 | 0.62 |
| Hex | 96 | 50 | EC | 24 | 42 | 0 | 7 | 10B | 50 | 3E |
| Octal | 226 | 120 | 354 | 44 | 102 | 0 | 7 | 413 | 120 | 76 |
| Binary | 10010110 | 1010000 | 11101100 | 100100 | 1000010 | 0 | 111 | 100001011 | 1010000 | 111110 |
Color Harmonies of #9650EC
Complementary color
Monochromatic Colors of #9650EC
Black with #9650EC
Text Example
Text Example
White with #9650EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9650EC; }
p { color: rgb(150,80,236); }
H1.HeaderClassName
{
color: #9650EC;
}
.AnyTagClassName
{
color: #9650EC;
}
</style>
background-color css
<style>
a { background-color: #9650EC; }
a { background-color: rgb(150,80,236); }
div.DivClassName
{
background-color: #9650EC;
}
.BgClassName
{
background-color: #9650EC;
}
</style>
border-color css
<style>
span { border-color: #9650EC; }
span { border-color: rgb(150,80,236); }
td.TdClassName
{
border-color: #9650EC;
}
.TagClassName
{
border-color: #9650EC;
}
</style>