Shades of Medium Purple #937EDD
Tints of Medium Purple #937EDD
RGB
CMYK
RGB Variations
Color information
#937EDD (or 0x937EDD) is known color: Medium Purple. HEX triplet: 93, 7E and DD. RGB value is (147,126,221). Sum of RGB (Red+Green+Blue) = 147+126+221=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #937EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EDD is #6C8122. Grayscale: #8E8E8E. Windows color (decimal): -7110947 or 14515859. OLE color: 14515859.
HSL color Cylindrical-coordinate representation of color #937EDD: hue angle of 253.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #937EDD is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 126 | 221 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.13 |
| HSL | 253.26º | 0.58% | 0.68% | - |
| HSV(B) | 253.26º | 0.43% | 0.87% | - |
| XYZ | 32.54 | 26.35 | 71.78 | - |
| YUV | 143.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 221 | 0.33 | 0.43 | 0 | 0.13 | 253.26 | 0.58 | 0.68 |
| Hex | 93 | 7E | DD | 21 | 2B | 0 | D | FD | 3A | 44 |
| Octal | 223 | 176 | 335 | 41 | 53 | 0 | 15 | 375 | 72 | 104 |
| Binary | 10010011 | 1111110 | 11011101 | 100001 | 101011 | 0 | 1101 | 11111101 | 111010 | 1000100 |
Color Harmonies of #937EDD
Complementary color
Monochromatic Colors of #937EDD
Black with #937EDD
Text Example
Text Example
White with #937EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EDD; }
p { color: rgb(147,126,221); }
H1.HeaderClassName
{
color: #937EDD;
}
.AnyTagClassName
{
color: #937EDD;
}
</style>
background-color css
<style>
a { background-color: #937EDD; }
a { background-color: rgb(147,126,221); }
div.DivClassName
{
background-color: #937EDD;
}
.BgClassName
{
background-color: #937EDD;
}
</style>
border-color css
<style>
span { border-color: #937EDD; }
span { border-color: rgb(147,126,221); }
td.TdClassName
{
border-color: #937EDD;
}
.TagClassName
{
border-color: #937EDD;
}
</style>