Shades of Medium Purple #9663EC
Tints of Medium Purple #9663EC
RGB
CMYK
RGB Variations
Color information
#9663EC (or 0x9663EC) is known color: Medium Purple. HEX triplet: 96, 63 and EC. RGB value is (150,99,236). Sum of RGB (Red+Green+Blue) = 150+99+236=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #9663EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9663EC is #699C13. Grayscale: #818181. Windows color (decimal): -6921236 or 15491990. OLE color: 15491990.
HSL color Cylindrical-coordinate representation of color #9663EC: hue angle of 262.34º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9663EC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 99 | 236 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.07 |
| HSL | 262.34º | 0.78% | 0.66% | - |
| HSV(B) | 262.34º | 0.58% | 0.93% | - |
| XYZ | 32.18 | 21.46 | 81.8 | - |
| YUV | 129.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 236 | 0.36 | 0.58 | 0 | 0.07 | 262.34 | 0.78 | 0.66 |
| Hex | 96 | 63 | EC | 24 | 3A | 0 | 7 | 106 | 4E | 42 |
| Octal | 226 | 143 | 354 | 44 | 72 | 0 | 7 | 406 | 116 | 102 |
| Binary | 10010110 | 1100011 | 11101100 | 100100 | 111010 | 0 | 111 | 100000110 | 1001110 | 1000010 |
Color Harmonies of #9663EC
Complementary color
Monochromatic Colors of #9663EC
Black with #9663EC
Text Example
Text Example
White with #9663EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663EC; }
p { color: rgb(150,99,236); }
H1.HeaderClassName
{
color: #9663EC;
}
.AnyTagClassName
{
color: #9663EC;
}
</style>
background-color css
<style>
a { background-color: #9663EC; }
a { background-color: rgb(150,99,236); }
div.DivClassName
{
background-color: #9663EC;
}
.BgClassName
{
background-color: #9663EC;
}
</style>
border-color css
<style>
span { border-color: #9663EC; }
span { border-color: rgb(150,99,236); }
td.TdClassName
{
border-color: #9663EC;
}
.TagClassName
{
border-color: #9663EC;
}
</style>