Shades of Medium Purple #9363E9
Tints of Medium Purple #9363E9
RGB
CMYK
RGB Variations
Color information
#9363E9 (or 0x9363E9) is known color: Medium Purple. HEX triplet: 93, 63 and E9. RGB value is (147,99,233). Sum of RGB (Red+Green+Blue) = 147+99+233=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #9363E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363E9 is #6C9C16. Grayscale: #808080. Windows color (decimal): -7117847 or 15295379. OLE color: 15295379.
HSL color Cylindrical-coordinate representation of color #9363E9: hue angle of 261.49º 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 #9363E9 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 99 | 233 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.09 |
| HSL | 261.49º | 0.75% | 0.65% | - |
| HSV(B) | 261.49º | 0.58% | 0.91% | - |
| XYZ | 31.2 | 21.01 | 79.5 | - |
| YUV | 128.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 233 | 0.37 | 0.58 | 0 | 0.09 | 261.49 | 0.75 | 0.65 |
| Hex | 93 | 63 | E9 | 25 | 3A | 0 | 9 | 105 | 4B | 41 |
| Octal | 223 | 143 | 351 | 45 | 72 | 0 | 11 | 405 | 113 | 101 |
| Binary | 10010011 | 1100011 | 11101001 | 100101 | 111010 | 0 | 1001 | 100000101 | 1001011 | 1000001 |
Color Harmonies of #9363E9
Complementary color
Monochromatic Colors of #9363E9
Black with #9363E9
Text Example
Text Example
White with #9363E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363E9; }
p { color: rgb(147,99,233); }
H1.HeaderClassName
{
color: #9363E9;
}
.AnyTagClassName
{
color: #9363E9;
}
</style>
background-color css
<style>
a { background-color: #9363E9; }
a { background-color: rgb(147,99,233); }
div.DivClassName
{
background-color: #9363E9;
}
.BgClassName
{
background-color: #9363E9;
}
</style>
border-color css
<style>
span { border-color: #9363E9; }
span { border-color: rgb(147,99,233); }
td.TdClassName
{
border-color: #9363E9;
}
.TagClassName
{
border-color: #9363E9;
}
</style>