Shades of Medium Purple #9372E7
Tints of Medium Purple #9372E7
RGB
CMYK
RGB Variations
Color information
#9372E7 (or 0x9372E7) is known color: Medium Purple. HEX triplet: 93, 72 and E7. RGB value is (147,114,231). Sum of RGB (Red+Green+Blue) = 147+114+231=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #9372E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9372E7 is #6C8D18. Grayscale: #888888. Windows color (decimal): -7114009 or 15168147. OLE color: 15168147.
HSL color Cylindrical-coordinate representation of color #9372E7: hue angle of 256.92º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9372E7 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 114 | 231 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.09 |
| HSL | 256.92º | 0.71% | 0.68% | - |
| HSV(B) | 256.92º | 0.51% | 0.91% | - |
| XYZ | 32.47 | 24.01 | 78.52 | - |
| YUV | 137.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 231 | 0.36 | 0.51 | 0 | 0.09 | 256.92 | 0.71 | 0.68 |
| Hex | 93 | 72 | E7 | 24 | 33 | 0 | 9 | 101 | 47 | 44 |
| Octal | 223 | 162 | 347 | 44 | 63 | 0 | 11 | 401 | 107 | 104 |
| Binary | 10010011 | 1110010 | 11100111 | 100100 | 110011 | 0 | 1001 | 100000001 | 1000111 | 1000100 |
Color Harmonies of #9372E7
Complementary color
Monochromatic Colors of #9372E7
Black with #9372E7
Text Example
Text Example
White with #9372E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372E7; }
p { color: rgb(147,114,231); }
H1.HeaderClassName
{
color: #9372E7;
}
.AnyTagClassName
{
color: #9372E7;
}
</style>
background-color css
<style>
a { background-color: #9372E7; }
a { background-color: rgb(147,114,231); }
div.DivClassName
{
background-color: #9372E7;
}
.BgClassName
{
background-color: #9372E7;
}
</style>
border-color css
<style>
span { border-color: #9372E7; }
span { border-color: rgb(147,114,231); }
td.TdClassName
{
border-color: #9372E7;
}
.TagClassName
{
border-color: #9372E7;
}
</style>