Shades of Medium Purple #9963EC
Tints of Medium Purple #9963EC
RGB
CMYK
RGB Variations
Color information
#9963EC (or 0x9963EC) is known color: Medium Purple. HEX triplet: 99, 63 and EC. RGB value is (153,99,236). Sum of RGB (Red+Green+Blue) = 153+99+236=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #9963EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9963EC is #669C13. Grayscale: #828282. Windows color (decimal): -6724628 or 15491993. OLE color: 15491993.
HSL color Cylindrical-coordinate representation of color #9963EC: hue angle of 263.65º 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 #9963EC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 99 | 236 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.07 |
| HSL | 263.65º | 0.78% | 0.66% | - |
| HSV(B) | 263.65º | 0.58% | 0.93% | - |
| XYZ | 32.74 | 21.75 | 81.83 | - |
| YUV | 130.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 236 | 0.35 | 0.58 | 0 | 0.07 | 263.65 | 0.78 | 0.66 |
| Hex | 99 | 63 | EC | 23 | 3A | 0 | 7 | 108 | 4E | 42 |
| Octal | 231 | 143 | 354 | 43 | 72 | 0 | 7 | 410 | 116 | 102 |
| Binary | 10011001 | 1100011 | 11101100 | 100011 | 111010 | 0 | 111 | 100001000 | 1001110 | 1000010 |
Color Harmonies of #9963EC
Complementary color
Monochromatic Colors of #9963EC
Black with #9963EC
Text Example
Text Example
White with #9963EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963EC; }
p { color: rgb(153,99,236); }
H1.HeaderClassName
{
color: #9963EC;
}
.AnyTagClassName
{
color: #9963EC;
}
</style>
background-color css
<style>
a { background-color: #9963EC; }
a { background-color: rgb(153,99,236); }
div.DivClassName
{
background-color: #9963EC;
}
.BgClassName
{
background-color: #9963EC;
}
</style>
border-color css
<style>
span { border-color: #9963EC; }
span { border-color: rgb(153,99,236); }
td.TdClassName
{
border-color: #9963EC;
}
.TagClassName
{
border-color: #9963EC;
}
</style>