Shades of Medium Purple #937EE0
Tints of Medium Purple #937EE0
RGB
CMYK
RGB Variations
Color information
#937EE0 (or 0x937EE0) is known color: Medium Purple. HEX triplet: 93, 7E and E0. RGB value is (147,126,224). Sum of RGB (Red+Green+Blue) = 147+126+224=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #937EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EE0 is #6C811F. Grayscale: #8F8F8F. Windows color (decimal): -7110944 or 14712467. OLE color: 14712467.
HSL color Cylindrical-coordinate representation of color #937EE0: hue angle of 252.86º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #937EE0 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 126 | 224 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.12 |
| HSL | 252.86º | 0.61% | 0.69% | - |
| HSV(B) | 252.86º | 0.44% | 0.88% | - |
| XYZ | 32.95 | 26.51 | 73.9 | - |
| YUV | 143.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 224 | 0.34 | 0.44 | 0 | 0.12 | 252.86 | 0.61 | 0.69 |
| Hex | 93 | 7E | E0 | 22 | 2C | 0 | C | FD | 3D | 45 |
| Octal | 223 | 176 | 340 | 42 | 54 | 0 | 14 | 375 | 75 | 105 |
| Binary | 10010011 | 1111110 | 11100000 | 100010 | 101100 | 0 | 1100 | 11111101 | 111101 | 1000101 |
Color Harmonies of #937EE0
Complementary color
Monochromatic Colors of #937EE0
Black with #937EE0
Text Example
Text Example
White with #937EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EE0; }
p { color: rgb(147,126,224); }
H1.HeaderClassName
{
color: #937EE0;
}
.AnyTagClassName
{
color: #937EE0;
}
</style>
background-color css
<style>
a { background-color: #937EE0; }
a { background-color: rgb(147,126,224); }
div.DivClassName
{
background-color: #937EE0;
}
.BgClassName
{
background-color: #937EE0;
}
</style>
border-color css
<style>
span { border-color: #937EE0; }
span { border-color: rgb(147,126,224); }
td.TdClassName
{
border-color: #937EE0;
}
.TagClassName
{
border-color: #937EE0;
}
</style>