Shades of Medium Purple #9359EE
Tints of Medium Purple #9359EE
RGB
CMYK
RGB Variations
Color information
#9359EE (or 0x9359EE) is known color: Medium Purple. HEX triplet: 93, 59 and EE. RGB value is (147,89,238). Sum of RGB (Red+Green+Blue) = 147+89+238=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #9359EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9359EE is #6CA611. Grayscale: #7A7A7A. Windows color (decimal): -7120402 or 15620499. OLE color: 15620499.
HSL color Cylindrical-coordinate representation of color #9359EE: hue angle of 263.36º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9359EE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 89 | 238 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.07 |
| HSL | 263.36º | 0.81% | 0.64% | - |
| HSV(B) | 263.36º | 0.63% | 0.93% | - |
| XYZ | 31.04 | 19.52 | 83.02 | - |
| YUV | 123.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 238 | 0.38 | 0.63 | 0 | 0.07 | 263.36 | 0.81 | 0.64 |
| Hex | 93 | 59 | EE | 26 | 3F | 0 | 7 | 107 | 51 | 40 |
| Octal | 223 | 131 | 356 | 46 | 77 | 0 | 7 | 407 | 121 | 100 |
| Binary | 10010011 | 1011001 | 11101110 | 100110 | 111111 | 0 | 111 | 100000111 | 1010001 | 1000000 |
Color Harmonies of #9359EE
Complementary color
Monochromatic Colors of #9359EE
Black with #9359EE
Text Example
Text Example
White with #9359EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359EE; }
p { color: rgb(147,89,238); }
H1.HeaderClassName
{
color: #9359EE;
}
.AnyTagClassName
{
color: #9359EE;
}
</style>
background-color css
<style>
a { background-color: #9359EE; }
a { background-color: rgb(147,89,238); }
div.DivClassName
{
background-color: #9359EE;
}
.BgClassName
{
background-color: #9359EE;
}
</style>
border-color css
<style>
span { border-color: #9359EE; }
span { border-color: rgb(147,89,238); }
td.TdClassName
{
border-color: #9359EE;
}
.TagClassName
{
border-color: #9359EE;
}
</style>