Shades of Medium Purple #937ED5
Tints of Medium Purple #937ED5
RGB
CMYK
RGB Variations
Color information
#937ED5 (or 0x937ED5) is known color: Medium Purple. HEX triplet: 93, 7E and D5. RGB value is (147,126,213). Sum of RGB (Red+Green+Blue) = 147+126+213=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #937ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ED5 is #6C812A. Grayscale: #8D8D8D. Windows color (decimal): -7110955 or 13991571. OLE color: 13991571.
HSL color Cylindrical-coordinate representation of color #937ED5: hue angle of 254.48º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #937ED5 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 126 | 213 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.16 |
| HSL | 254.48º | 0.51% | 0.66% | - |
| HSV(B) | 254.48º | 0.41% | 0.84% | - |
| XYZ | 31.5 | 25.93 | 66.3 | - |
| YUV | 142.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 213 | 0.31 | 0.41 | 0 | 0.16 | 254.48 | 0.51 | 0.66 |
| Hex | 93 | 7E | D5 | 1F | 29 | 0 | 10 | FE | 33 | 42 |
| Octal | 223 | 176 | 325 | 37 | 51 | 0 | 20 | 376 | 63 | 102 |
| Binary | 10010011 | 1111110 | 11010101 | 11111 | 101001 | 0 | 10000 | 11111110 | 110011 | 1000010 |
Color Harmonies of #937ED5
Complementary color
Monochromatic Colors of #937ED5
Black with #937ED5
Text Example
Text Example
White with #937ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ED5; }
p { color: rgb(147,126,213); }
H1.HeaderClassName
{
color: #937ED5;
}
.AnyTagClassName
{
color: #937ED5;
}
</style>
background-color css
<style>
a { background-color: #937ED5; }
a { background-color: rgb(147,126,213); }
div.DivClassName
{
background-color: #937ED5;
}
.BgClassName
{
background-color: #937ED5;
}
</style>
border-color css
<style>
span { border-color: #937ED5; }
span { border-color: rgb(147,126,213); }
td.TdClassName
{
border-color: #937ED5;
}
.TagClassName
{
border-color: #937ED5;
}
</style>