Shades of Medium Purple #9462EC
Tints of Medium Purple #9462EC
RGB
CMYK
RGB Variations
Color information
#9462EC (or 0x9462EC) is known color: Medium Purple. HEX triplet: 94, 62 and EC. RGB value is (148,98,236). Sum of RGB (Red+Green+Blue) = 148+98+236=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #9462EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9462EC is #6B9D13. Grayscale: #808080. Windows color (decimal): -7052564 or 15491732. OLE color: 15491732.
HSL color Cylindrical-coordinate representation of color #9462EC: hue angle of 261.74º 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 #9462EC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 98 | 236 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.07 |
| HSL | 261.74º | 0.78% | 0.65% | - |
| HSV(B) | 261.74º | 0.58% | 0.93% | - |
| XYZ | 31.72 | 21.09 | 81.76 | - |
| YUV | 128.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 236 | 0.37 | 0.58 | 0 | 0.07 | 261.74 | 0.78 | 0.65 |
| Hex | 94 | 62 | EC | 25 | 3A | 0 | 7 | 106 | 4E | 41 |
| Octal | 224 | 142 | 354 | 45 | 72 | 0 | 7 | 406 | 116 | 101 |
| Binary | 10010100 | 1100010 | 11101100 | 100101 | 111010 | 0 | 111 | 100000110 | 1001110 | 1000001 |
Color Harmonies of #9462EC
Complementary color
Monochromatic Colors of #9462EC
Black with #9462EC
Text Example
Text Example
White with #9462EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462EC; }
p { color: rgb(148,98,236); }
H1.HeaderClassName
{
color: #9462EC;
}
.AnyTagClassName
{
color: #9462EC;
}
</style>
background-color css
<style>
a { background-color: #9462EC; }
a { background-color: rgb(148,98,236); }
div.DivClassName
{
background-color: #9462EC;
}
.BgClassName
{
background-color: #9462EC;
}
</style>
border-color css
<style>
span { border-color: #9462EC; }
span { border-color: rgb(148,98,236); }
td.TdClassName
{
border-color: #9462EC;
}
.TagClassName
{
border-color: #9462EC;
}
</style>