Shades of Medium Purple #9372F0
Tints of Medium Purple #9372F0
RGB
CMYK
RGB Variations
Color information
#9372F0 (or 0x9372F0) is known color: Medium Purple. HEX triplet: 93, 72 and F0. RGB value is (147,114,240). Sum of RGB (Red+Green+Blue) = 147+114+240=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #9372F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9372F0 is #6C8D0F. Grayscale: #898989. Windows color (decimal): -7114000 or 15757971. OLE color: 15757971.
HSL color Cylindrical-coordinate representation of color #9372F0: hue angle of 255.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9372F0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 114 | 240 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.06 |
| HSL | 255.71º | 0.81% | 0.69% | - |
| HSV(B) | 255.71º | 0.53% | 0.94% | - |
| XYZ | 33.78 | 24.53 | 85.39 | - |
| YUV | 138.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 240 | 0.39 | 0.52 | 0 | 0.06 | 255.71 | 0.81 | 0.69 |
| Hex | 93 | 72 | F0 | 27 | 34 | 0 | 6 | 100 | 51 | 45 |
| Octal | 223 | 162 | 360 | 47 | 64 | 0 | 6 | 400 | 121 | 105 |
| Binary | 10010011 | 1110010 | 11110000 | 100111 | 110100 | 0 | 110 | 100000000 | 1010001 | 1000101 |
Color Harmonies of #9372F0
Complementary color
Monochromatic Colors of #9372F0
Black with #9372F0
Text Example
Text Example
White with #9372F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372F0; }
p { color: rgb(147,114,240); }
H1.HeaderClassName
{
color: #9372F0;
}
.AnyTagClassName
{
color: #9372F0;
}
</style>
background-color css
<style>
a { background-color: #9372F0; }
a { background-color: rgb(147,114,240); }
div.DivClassName
{
background-color: #9372F0;
}
.BgClassName
{
background-color: #9372F0;
}
</style>
border-color css
<style>
span { border-color: #9372F0; }
span { border-color: rgb(147,114,240); }
td.TdClassName
{
border-color: #9372F0;
}
.TagClassName
{
border-color: #9372F0;
}
</style>