Shades of Medium Purple #937ED7
Tints of Medium Purple #937ED7
RGB
CMYK
RGB Variations
Color information
#937ED7 (or 0x937ED7) is known color: Medium Purple. HEX triplet: 93, 7E and D7. RGB value is (147,126,215). Sum of RGB (Red+Green+Blue) = 147+126+215=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #937ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ED7 is #6C8128. Grayscale: #8E8E8E. Windows color (decimal): -7110953 or 14122643. OLE color: 14122643.
HSL color Cylindrical-coordinate representation of color #937ED7: hue angle of 254.16º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #937ED7 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 126 | 215 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.16 |
| HSL | 254.16º | 0.53% | 0.67% | - |
| HSV(B) | 254.16º | 0.41% | 0.84% | - |
| XYZ | 31.76 | 26.03 | 67.64 | - |
| YUV | 142.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 215 | 0.32 | 0.41 | 0 | 0.16 | 254.16 | 0.53 | 0.67 |
| Hex | 93 | 7E | D7 | 20 | 29 | 0 | 10 | FE | 35 | 43 |
| Octal | 223 | 176 | 327 | 40 | 51 | 0 | 20 | 376 | 65 | 103 |
| Binary | 10010011 | 1111110 | 11010111 | 100000 | 101001 | 0 | 10000 | 11111110 | 110101 | 1000011 |
Color Harmonies of #937ED7
Complementary color
Monochromatic Colors of #937ED7
Black with #937ED7
Text Example
Text Example
White with #937ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ED7; }
p { color: rgb(147,126,215); }
H1.HeaderClassName
{
color: #937ED7;
}
.AnyTagClassName
{
color: #937ED7;
}
</style>
background-color css
<style>
a { background-color: #937ED7; }
a { background-color: rgb(147,126,215); }
div.DivClassName
{
background-color: #937ED7;
}
.BgClassName
{
background-color: #937ED7;
}
</style>
border-color css
<style>
span { border-color: #937ED7; }
span { border-color: rgb(147,126,215); }
td.TdClassName
{
border-color: #937ED7;
}
.TagClassName
{
border-color: #937ED7;
}
</style>