Shades of Medium Purple #9350EC
Tints of Medium Purple #9350EC
RGB
CMYK
RGB Variations
Color information
#9350EC (or 0x9350EC) is known color: Medium Purple. HEX triplet: 93, 50 and EC. RGB value is (147,80,236). Sum of RGB (Red+Green+Blue) = 147+80+236=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #9350EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350EC is #6CAF13. Grayscale: #757575. Windows color (decimal): -7122708 or 15487123. OLE color: 15487123.
HSL color Cylindrical-coordinate representation of color #9350EC: hue angle of 265.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9350EC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 80 | 236 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.07 |
| HSL | 265.77º | 0.8% | 0.62% | - |
| HSV(B) | 265.77º | 0.66% | 0.93% | - |
| XYZ | 30.04 | 18 | 81.25 | - |
| YUV | 117.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 236 | 0.38 | 0.66 | 0 | 0.07 | 265.77 | 0.8 | 0.62 |
| Hex | 93 | 50 | EC | 26 | 42 | 0 | 7 | 10A | 50 | 3E |
| Octal | 223 | 120 | 354 | 46 | 102 | 0 | 7 | 412 | 120 | 76 |
| Binary | 10010011 | 1010000 | 11101100 | 100110 | 1000010 | 0 | 111 | 100001010 | 1010000 | 111110 |
Color Harmonies of #9350EC
Complementary color
Monochromatic Colors of #9350EC
Black with #9350EC
Text Example
Text Example
White with #9350EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350EC; }
p { color: rgb(147,80,236); }
H1.HeaderClassName
{
color: #9350EC;
}
.AnyTagClassName
{
color: #9350EC;
}
</style>
background-color css
<style>
a { background-color: #9350EC; }
a { background-color: rgb(147,80,236); }
div.DivClassName
{
background-color: #9350EC;
}
.BgClassName
{
background-color: #9350EC;
}
</style>
border-color css
<style>
span { border-color: #9350EC; }
span { border-color: rgb(147,80,236); }
td.TdClassName
{
border-color: #9350EC;
}
.TagClassName
{
border-color: #9350EC;
}
</style>