Shades of Medium Purple #9562EC
Tints of Medium Purple #9562EC
RGB
CMYK
RGB Variations
Color information
#9562EC (or 0x9562EC) is known color: Medium Purple. HEX triplet: 95, 62 and EC. RGB value is (149,98,236). Sum of RGB (Red+Green+Blue) = 149+98+236=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #9562EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9562EC is #6A9D13. Grayscale: #808080. Windows color (decimal): -6987028 or 15491733. OLE color: 15491733.
HSL color Cylindrical-coordinate representation of color #9562EC: hue angle of 262.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9562EC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 98 | 236 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.07 |
| HSL | 262.17º | 0.78% | 0.65% | - |
| HSV(B) | 262.17º | 0.58% | 0.93% | - |
| XYZ | 31.9 | 21.18 | 81.76 | - |
| YUV | 128.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 236 | 0.37 | 0.58 | 0 | 0.07 | 262.17 | 0.78 | 0.65 |
| Hex | 95 | 62 | EC | 25 | 3A | 0 | 7 | 106 | 4E | 41 |
| Octal | 225 | 142 | 354 | 45 | 72 | 0 | 7 | 406 | 116 | 101 |
| Binary | 10010101 | 1100010 | 11101100 | 100101 | 111010 | 0 | 111 | 100000110 | 1001110 | 1000001 |
Color Harmonies of #9562EC
Complementary color
Monochromatic Colors of #9562EC
Black with #9562EC
Text Example
Text Example
White with #9562EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562EC; }
p { color: rgb(149,98,236); }
H1.HeaderClassName
{
color: #9562EC;
}
.AnyTagClassName
{
color: #9562EC;
}
</style>
background-color css
<style>
a { background-color: #9562EC; }
a { background-color: rgb(149,98,236); }
div.DivClassName
{
background-color: #9562EC;
}
.BgClassName
{
background-color: #9562EC;
}
</style>
border-color css
<style>
span { border-color: #9562EC; }
span { border-color: rgb(149,98,236); }
td.TdClassName
{
border-color: #9562EC;
}
.TagClassName
{
border-color: #9562EC;
}
</style>