Shades of Medium Purple #9370EC
Tints of Medium Purple #9370EC
RGB
CMYK
RGB Variations
Color information
#9370EC (or 0x9370EC) is known color: Medium Purple. HEX triplet: 93, 70 and EC. RGB value is (147,112,236). Sum of RGB (Red+Green+Blue) = 147+112+236=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #9370EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9370EC is #6C8F13. Grayscale: #888888. Windows color (decimal): -7114516 or 15495315. OLE color: 15495315.
HSL color Cylindrical-coordinate representation of color #9370EC: hue angle of 256.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9370EC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 112 | 236 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.07 |
| HSL | 256.94º | 0.77% | 0.68% | - |
| HSV(B) | 256.94º | 0.53% | 0.93% | - |
| XYZ | 32.97 | 23.85 | 82.22 | - |
| YUV | 136.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 236 | 0.38 | 0.53 | 0 | 0.07 | 256.94 | 0.77 | 0.68 |
| Hex | 93 | 70 | EC | 26 | 35 | 0 | 7 | 101 | 4D | 44 |
| Octal | 223 | 160 | 354 | 46 | 65 | 0 | 7 | 401 | 115 | 104 |
| Binary | 10010011 | 1110000 | 11101100 | 100110 | 110101 | 0 | 111 | 100000001 | 1001101 | 1000100 |
Color Harmonies of #9370EC
Complementary color
Monochromatic Colors of #9370EC
Black with #9370EC
Text Example
Text Example
White with #9370EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370EC; }
p { color: rgb(147,112,236); }
H1.HeaderClassName
{
color: #9370EC;
}
.AnyTagClassName
{
color: #9370EC;
}
</style>
background-color css
<style>
a { background-color: #9370EC; }
a { background-color: rgb(147,112,236); }
div.DivClassName
{
background-color: #9370EC;
}
.BgClassName
{
background-color: #9370EC;
}
</style>
border-color css
<style>
span { border-color: #9370EC; }
span { border-color: rgb(147,112,236); }
td.TdClassName
{
border-color: #9370EC;
}
.TagClassName
{
border-color: #9370EC;
}
</style>