Shades of Medium Purple #9263EC
Tints of Medium Purple #9263EC
RGB
CMYK
RGB Variations
Color information
#9263EC (or 0x9263EC) is known color: Medium Purple. HEX triplet: 92, 63 and EC. RGB value is (146,99,236). Sum of RGB (Red+Green+Blue) = 146+99+236=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #9263EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263EC is #6D9C13. Grayscale: #808080. Windows color (decimal): -7183380 or 15491986. OLE color: 15491986.
HSL color Cylindrical-coordinate representation of color #9263EC: hue angle of 260.58º 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 #9263EC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 99 | 236 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.07 |
| HSL | 260.58º | 0.78% | 0.66% | - |
| HSV(B) | 260.58º | 0.58% | 0.93% | - |
| XYZ | 31.46 | 21.09 | 81.77 | - |
| YUV | 128.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 236 | 0.38 | 0.58 | 0 | 0.07 | 260.58 | 0.78 | 0.66 |
| Hex | 92 | 63 | EC | 26 | 3A | 0 | 7 | 105 | 4E | 42 |
| Octal | 222 | 143 | 354 | 46 | 72 | 0 | 7 | 405 | 116 | 102 |
| Binary | 10010010 | 1100011 | 11101100 | 100110 | 111010 | 0 | 111 | 100000101 | 1001110 | 1000010 |
Color Harmonies of #9263EC
Complementary color
Monochromatic Colors of #9263EC
Black with #9263EC
Text Example
Text Example
White with #9263EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263EC; }
p { color: rgb(146,99,236); }
H1.HeaderClassName
{
color: #9263EC;
}
.AnyTagClassName
{
color: #9263EC;
}
</style>
background-color css
<style>
a { background-color: #9263EC; }
a { background-color: rgb(146,99,236); }
div.DivClassName
{
background-color: #9263EC;
}
.BgClassName
{
background-color: #9263EC;
}
</style>
border-color css
<style>
span { border-color: #9263EC; }
span { border-color: rgb(146,99,236); }
td.TdClassName
{
border-color: #9263EC;
}
.TagClassName
{
border-color: #9263EC;
}
</style>