Shades of Medium Purple #9385EC
Tints of Medium Purple #9385EC
RGB
CMYK
RGB Variations
Color information
#9385EC (or 0x9385EC) is known color: Medium Purple. HEX triplet: 93, 85 and EC. RGB value is (147,133,236). Sum of RGB (Red+Green+Blue) = 147+133+236=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #9385EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385EC is #6C7A13. Grayscale: #949494. Windows color (decimal): -7109140 or 15500691. OLE color: 15500691.
HSL color Cylindrical-coordinate representation of color #9385EC: hue angle of 248.16º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9385EC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 133 | 236 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.07 |
| HSL | 248.16º | 0.73% | 0.72% | - |
| HSV(B) | 248.16º | 0.44% | 0.93% | - |
| XYZ | 35.56 | 29.03 | 83.09 | - |
| YUV | 148.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 236 | 0.38 | 0.44 | 0 | 0.07 | 248.16 | 0.73 | 0.72 |
| Hex | 93 | 85 | EC | 26 | 2C | 0 | 7 | F8 | 49 | 48 |
| Octal | 223 | 205 | 354 | 46 | 54 | 0 | 7 | 370 | 111 | 110 |
| Binary | 10010011 | 10000101 | 11101100 | 100110 | 101100 | 0 | 111 | 11111000 | 1001001 | 1001000 |
Color Harmonies of #9385EC
Complementary color
Monochromatic Colors of #9385EC
Black with #9385EC
Text Example
Text Example
White with #9385EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385EC; }
p { color: rgb(147,133,236); }
H1.HeaderClassName
{
color: #9385EC;
}
.AnyTagClassName
{
color: #9385EC;
}
</style>
background-color css
<style>
a { background-color: #9385EC; }
a { background-color: rgb(147,133,236); }
div.DivClassName
{
background-color: #9385EC;
}
.BgClassName
{
background-color: #9385EC;
}
</style>
border-color css
<style>
span { border-color: #9385EC; }
span { border-color: rgb(147,133,236); }
td.TdClassName
{
border-color: #9385EC;
}
.TagClassName
{
border-color: #9385EC;
}
</style>