Shades of Medium Purple #9372EC
Tints of Medium Purple #9372EC
RGB
CMYK
RGB Variations
Color information
#9372EC (or 0x9372EC) is known color: Medium Purple. HEX triplet: 93, 72 and EC. RGB value is (147,114,236). Sum of RGB (Red+Green+Blue) = 147+114+236=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #9372EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9372EC is #6C8D13. Grayscale: #898989. Windows color (decimal): -7114004 or 15495827. OLE color: 15495827.
HSL color Cylindrical-coordinate representation of color #9372EC: hue angle of 256.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9372EC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 114 | 236 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.07 |
| HSL | 256.23º | 0.76% | 0.69% | - |
| HSV(B) | 256.23º | 0.52% | 0.93% | - |
| XYZ | 33.19 | 24.29 | 82.3 | - |
| YUV | 137.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 236 | 0.38 | 0.52 | 0 | 0.07 | 256.23 | 0.76 | 0.69 |
| Hex | 93 | 72 | EC | 26 | 34 | 0 | 7 | 100 | 4C | 45 |
| Octal | 223 | 162 | 354 | 46 | 64 | 0 | 7 | 400 | 114 | 105 |
| Binary | 10010011 | 1110010 | 11101100 | 100110 | 110100 | 0 | 111 | 100000000 | 1001100 | 1000101 |
Color Harmonies of #9372EC
Complementary color
Monochromatic Colors of #9372EC
Black with #9372EC
Text Example
Text Example
White with #9372EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372EC; }
p { color: rgb(147,114,236); }
H1.HeaderClassName
{
color: #9372EC;
}
.AnyTagClassName
{
color: #9372EC;
}
</style>
background-color css
<style>
a { background-color: #9372EC; }
a { background-color: rgb(147,114,236); }
div.DivClassName
{
background-color: #9372EC;
}
.BgClassName
{
background-color: #9372EC;
}
</style>
border-color css
<style>
span { border-color: #9372EC; }
span { border-color: rgb(147,114,236); }
td.TdClassName
{
border-color: #9372EC;
}
.TagClassName
{
border-color: #9372EC;
}
</style>