Shades of Medium Purple #9359EF
Tints of Medium Purple #9359EF
RGB
CMYK
RGB Variations
Color information
#9359EF (or 0x9359EF) is known color: Medium Purple. HEX triplet: 93, 59 and EF. RGB value is (147,89,239). Sum of RGB (Red+Green+Blue) = 147+89+239=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #9359EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9359EF is #6CA610. Grayscale: #7A7A7A. Windows color (decimal): -7120401 or 15686035. OLE color: 15686035.
HSL color Cylindrical-coordinate representation of color #9359EF: hue angle of 263.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9359EF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 89 | 239 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.06 |
| HSL | 263.2º | 0.82% | 0.64% | - |
| HSV(B) | 263.2º | 0.63% | 0.94% | - |
| XYZ | 31.18 | 19.58 | 83.8 | - |
| YUV | 123.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 239 | 0.38 | 0.63 | 0 | 0.06 | 263.2 | 0.82 | 0.64 |
| Hex | 93 | 59 | EF | 26 | 3F | 0 | 6 | 107 | 52 | 40 |
| Octal | 223 | 131 | 357 | 46 | 77 | 0 | 6 | 407 | 122 | 100 |
| Binary | 10010011 | 1011001 | 11101111 | 100110 | 111111 | 0 | 110 | 100000111 | 1010010 | 1000000 |
Color Harmonies of #9359EF
Complementary color
Monochromatic Colors of #9359EF
Black with #9359EF
Text Example
Text Example
White with #9359EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359EF; }
p { color: rgb(147,89,239); }
H1.HeaderClassName
{
color: #9359EF;
}
.AnyTagClassName
{
color: #9359EF;
}
</style>
background-color css
<style>
a { background-color: #9359EF; }
a { background-color: rgb(147,89,239); }
div.DivClassName
{
background-color: #9359EF;
}
.BgClassName
{
background-color: #9359EF;
}
</style>
border-color css
<style>
span { border-color: #9359EF; }
span { border-color: rgb(147,89,239); }
td.TdClassName
{
border-color: #9359EF;
}
.TagClassName
{
border-color: #9359EF;
}
</style>