Shades of Medium Purple #9359EC
Tints of Medium Purple #9359EC
RGB
CMYK
RGB Variations
Color information
#9359EC (or 0x9359EC) is known color: Medium Purple. HEX triplet: 93, 59 and EC. RGB value is (147,89,236). Sum of RGB (Red+Green+Blue) = 147+89+236=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #9359EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9359EC is #6CA613. Grayscale: #7A7A7A. Windows color (decimal): -7120404 or 15489427. OLE color: 15489427.
HSL color Cylindrical-coordinate representation of color #9359EC: hue angle of 263.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9359EC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 89 | 236 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.07 |
| HSL | 263.67º | 0.79% | 0.64% | - |
| HSV(B) | 263.67º | 0.62% | 0.93% | - |
| XYZ | 30.75 | 19.4 | 81.48 | - |
| YUV | 123.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 236 | 0.38 | 0.62 | 0 | 0.07 | 263.67 | 0.79 | 0.64 |
| Hex | 93 | 59 | EC | 26 | 3E | 0 | 7 | 108 | 4F | 40 |
| Octal | 223 | 131 | 354 | 46 | 76 | 0 | 7 | 410 | 117 | 100 |
| Binary | 10010011 | 1011001 | 11101100 | 100110 | 111110 | 0 | 111 | 100001000 | 1001111 | 1000000 |
Color Harmonies of #9359EC
Complementary color
Monochromatic Colors of #9359EC
Black with #9359EC
Text Example
Text Example
White with #9359EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359EC; }
p { color: rgb(147,89,236); }
H1.HeaderClassName
{
color: #9359EC;
}
.AnyTagClassName
{
color: #9359EC;
}
</style>
background-color css
<style>
a { background-color: #9359EC; }
a { background-color: rgb(147,89,236); }
div.DivClassName
{
background-color: #9359EC;
}
.BgClassName
{
background-color: #9359EC;
}
</style>
border-color css
<style>
span { border-color: #9359EC; }
span { border-color: rgb(147,89,236); }
td.TdClassName
{
border-color: #9359EC;
}
.TagClassName
{
border-color: #9359EC;
}
</style>