Shades of Medium Purple #9363E8
Tints of Medium Purple #9363E8
RGB
CMYK
RGB Variations
Color information
#9363E8 (or 0x9363E8) is known color: Medium Purple. HEX triplet: 93, 63 and E8. RGB value is (147,99,232). Sum of RGB (Red+Green+Blue) = 147+99+232=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #9363E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363E8 is #6C9C17. Grayscale: #808080. Windows color (decimal): -7117848 or 15229843. OLE color: 15229843.
HSL color Cylindrical-coordinate representation of color #9363E8: hue angle of 261.65º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9363E8 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 99 | 232 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.09 |
| HSL | 261.65º | 0.74% | 0.65% | - |
| HSV(B) | 261.65º | 0.57% | 0.91% | - |
| XYZ | 31.06 | 20.95 | 78.75 | - |
| YUV | 128.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 232 | 0.37 | 0.57 | 0 | 0.09 | 261.65 | 0.74 | 0.65 |
| Hex | 93 | 63 | E8 | 25 | 39 | 0 | 9 | 106 | 4A | 41 |
| Octal | 223 | 143 | 350 | 45 | 71 | 0 | 11 | 406 | 112 | 101 |
| Binary | 10010011 | 1100011 | 11101000 | 100101 | 111001 | 0 | 1001 | 100000110 | 1001010 | 1000001 |
Color Harmonies of #9363E8
Complementary color
Monochromatic Colors of #9363E8
Black with #9363E8
Text Example
Text Example
White with #9363E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363E8; }
p { color: rgb(147,99,232); }
H1.HeaderClassName
{
color: #9363E8;
}
.AnyTagClassName
{
color: #9363E8;
}
</style>
background-color css
<style>
a { background-color: #9363E8; }
a { background-color: rgb(147,99,232); }
div.DivClassName
{
background-color: #9363E8;
}
.BgClassName
{
background-color: #9363E8;
}
</style>
border-color css
<style>
span { border-color: #9363E8; }
span { border-color: rgb(147,99,232); }
td.TdClassName
{
border-color: #9363E8;
}
.TagClassName
{
border-color: #9363E8;
}
</style>