Shades of Medium Purple #9363E1
Tints of Medium Purple #9363E1
RGB
CMYK
RGB Variations
Color information
#9363E1 (or 0x9363E1) is known color: Medium Purple. HEX triplet: 93, 63 and E1. RGB value is (147,99,225). Sum of RGB (Red+Green+Blue) = 147+99+225=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #9363E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363E1 is #6C9C1E. Grayscale: #7F7F7F. Windows color (decimal): -7117855 or 14771091. OLE color: 14771091.
HSL color Cylindrical-coordinate representation of color #9363E1: hue angle of 262.86º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9363E1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 99 | 225 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.12 |
| HSL | 262.86º | 0.68% | 0.64% | - |
| HSV(B) | 262.86º | 0.56% | 0.88% | - |
| XYZ | 30.09 | 20.56 | 73.62 | - |
| YUV | 127.72 | 182.9 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 225 | 0.35 | 0.56 | 0 | 0.12 | 262.86 | 0.68 | 0.64 |
| Hex | 93 | 63 | E1 | 23 | 38 | 0 | C | 107 | 44 | 40 |
| Octal | 223 | 143 | 341 | 43 | 70 | 0 | 14 | 407 | 104 | 100 |
| Binary | 10010011 | 1100011 | 11100001 | 100011 | 111000 | 0 | 1100 | 100000111 | 1000100 | 1000000 |
Color Harmonies of #9363E1
Complementary color
Monochromatic Colors of #9363E1
Black with #9363E1
Text Example
Text Example
White with #9363E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363E1; }
p { color: rgb(147,99,225); }
H1.HeaderClassName
{
color: #9363E1;
}
.AnyTagClassName
{
color: #9363E1;
}
</style>
background-color css
<style>
a { background-color: #9363E1; }
a { background-color: rgb(147,99,225); }
div.DivClassName
{
background-color: #9363E1;
}
.BgClassName
{
background-color: #9363E1;
}
</style>
border-color css
<style>
span { border-color: #9363E1; }
span { border-color: rgb(147,99,225); }
td.TdClassName
{
border-color: #9363E1;
}
.TagClassName
{
border-color: #9363E1;
}
</style>