Shades of Medium Purple #9386EC
Tints of Medium Purple #9386EC
RGB
CMYK
RGB Variations
Color information
#9386EC (or 0x9386EC) is known color: Medium Purple. HEX triplet: 93, 86 and EC. RGB value is (147,134,236). Sum of RGB (Red+Green+Blue) = 147+134+236=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9386EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9386EC is #6C7913. Grayscale: #959595. Windows color (decimal): -7108884 or 15500947. OLE color: 15500947.
HSL color Cylindrical-coordinate representation of color #9386EC: hue angle of 247.65º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9386EC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 134 | 236 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.07 |
| HSL | 247.65º | 0.73% | 0.73% | - |
| HSV(B) | 247.65º | 0.43% | 0.93% | - |
| XYZ | 35.7 | 29.31 | 83.13 | - |
| YUV | 149.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 236 | 0.38 | 0.43 | 0 | 0.07 | 247.65 | 0.73 | 0.73 |
| Hex | 93 | 86 | EC | 26 | 2B | 0 | 7 | F8 | 49 | 49 |
| Octal | 223 | 206 | 354 | 46 | 53 | 0 | 7 | 370 | 111 | 111 |
| Binary | 10010011 | 10000110 | 11101100 | 100110 | 101011 | 0 | 111 | 11111000 | 1001001 | 1001001 |
Color Harmonies of #9386EC
Complementary color
Monochromatic Colors of #9386EC
Black with #9386EC
Text Example
Text Example
White with #9386EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9386EC; }
p { color: rgb(147,134,236); }
H1.HeaderClassName
{
color: #9386EC;
}
.AnyTagClassName
{
color: #9386EC;
}
</style>
background-color css
<style>
a { background-color: #9386EC; }
a { background-color: rgb(147,134,236); }
div.DivClassName
{
background-color: #9386EC;
}
.BgClassName
{
background-color: #9386EC;
}
</style>
border-color css
<style>
span { border-color: #9386EC; }
span { border-color: rgb(147,134,236); }
td.TdClassName
{
border-color: #9386EC;
}
.TagClassName
{
border-color: #9386EC;
}
</style>