Shades of Medium Purple #9359E5
Tints of Medium Purple #9359E5
RGB
CMYK
RGB Variations
Color information
#9359E5 (or 0x9359E5) is known color: Medium Purple. HEX triplet: 93, 59 and E5. RGB value is (147,89,229). Sum of RGB (Red+Green+Blue) = 147+89+229=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #9359E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359E5 is #6CA61A. Grayscale: #797979. Windows color (decimal): -7120411 or 15030675. OLE color: 15030675.
HSL color Cylindrical-coordinate representation of color #9359E5: hue angle of 264.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9359E5 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 89 | 229 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.10 |
| HSL | 264.86º | 0.73% | 0.62% | - |
| HSV(B) | 264.86º | 0.61% | 0.9% | - |
| XYZ | 29.75 | 19 | 76.23 | - |
| YUV | 122.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 229 | 0.36 | 0.61 | 0 | 0.10 | 264.86 | 0.73 | 0.62 |
| Hex | 93 | 59 | E5 | 24 | 3D | 0 | A | 109 | 49 | 3E |
| Octal | 223 | 131 | 345 | 44 | 75 | 0 | 12 | 411 | 111 | 76 |
| Binary | 10010011 | 1011001 | 11100101 | 100100 | 111101 | 0 | 1010 | 100001001 | 1001001 | 111110 |
Color Harmonies of #9359E5
Complementary color
Monochromatic Colors of #9359E5
Black with #9359E5
Text Example
Text Example
White with #9359E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359E5; }
p { color: rgb(147,89,229); }
H1.HeaderClassName
{
color: #9359E5;
}
.AnyTagClassName
{
color: #9359E5;
}
</style>
background-color css
<style>
a { background-color: #9359E5; }
a { background-color: rgb(147,89,229); }
div.DivClassName
{
background-color: #9359E5;
}
.BgClassName
{
background-color: #9359E5;
}
</style>
border-color css
<style>
span { border-color: #9359E5; }
span { border-color: rgb(147,89,229); }
td.TdClassName
{
border-color: #9359E5;
}
.TagClassName
{
border-color: #9359E5;
}
</style>