Shades of Medium Purple #9263E9
Tints of Medium Purple #9263E9
RGB
CMYK
RGB Variations
Color information
#9263E9 (or 0x9263E9) is known color: Medium Purple. HEX triplet: 92, 63 and E9. RGB value is (146,99,233). Sum of RGB (Red+Green+Blue) = 146+99+233=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #9263E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263E9 is #6D9C16. Grayscale: #7F7F7F. Windows color (decimal): -7183383 or 15295378. OLE color: 15295378.
HSL color Cylindrical-coordinate representation of color #9263E9: hue angle of 261.04º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9263E9 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 99 | 233 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.09 |
| HSL | 261.04º | 0.75% | 0.65% | - |
| HSV(B) | 261.04º | 0.58% | 0.91% | - |
| XYZ | 31.02 | 20.92 | 79.49 | - |
| YUV | 128.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 233 | 0.37 | 0.58 | 0 | 0.09 | 261.04 | 0.75 | 0.65 |
| Hex | 92 | 63 | E9 | 25 | 3A | 0 | 9 | 105 | 4B | 41 |
| Octal | 222 | 143 | 351 | 45 | 72 | 0 | 11 | 405 | 113 | 101 |
| Binary | 10010010 | 1100011 | 11101001 | 100101 | 111010 | 0 | 1001 | 100000101 | 1001011 | 1000001 |
Color Harmonies of #9263E9
Complementary color
Monochromatic Colors of #9263E9
Black with #9263E9
Text Example
Text Example
White with #9263E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263E9; }
p { color: rgb(146,99,233); }
H1.HeaderClassName
{
color: #9263E9;
}
.AnyTagClassName
{
color: #9263E9;
}
</style>
background-color css
<style>
a { background-color: #9263E9; }
a { background-color: rgb(146,99,233); }
div.DivClassName
{
background-color: #9263E9;
}
.BgClassName
{
background-color: #9263E9;
}
</style>
border-color css
<style>
span { border-color: #9263E9; }
span { border-color: rgb(146,99,233); }
td.TdClassName
{
border-color: #9263E9;
}
.TagClassName
{
border-color: #9263E9;
}
</style>