Shades of Medium Purple #937CE0
Tints of Medium Purple #937CE0
RGB
CMYK
RGB Variations
Color information
#937CE0 (or 0x937CE0) is known color: Medium Purple. HEX triplet: 93, 7C and E0. RGB value is (147,124,224). Sum of RGB (Red+Green+Blue) = 147+124+224=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #937CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CE0 is #6C831F. Grayscale: #8D8D8D. Windows color (decimal): -7111456 or 14711955. OLE color: 14711955.
HSL color Cylindrical-coordinate representation of color #937CE0: hue angle of 253.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937CE0 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 124 | 224 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.12 |
| HSL | 253.8º | 0.62% | 0.68% | - |
| HSV(B) | 253.8º | 0.45% | 0.88% | - |
| XYZ | 32.69 | 26 | 73.82 | - |
| YUV | 142.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 224 | 0.34 | 0.45 | 0 | 0.12 | 253.8 | 0.62 | 0.68 |
| Hex | 93 | 7C | E0 | 22 | 2D | 0 | C | FE | 3E | 44 |
| Octal | 223 | 174 | 340 | 42 | 55 | 0 | 14 | 376 | 76 | 104 |
| Binary | 10010011 | 1111100 | 11100000 | 100010 | 101101 | 0 | 1100 | 11111110 | 111110 | 1000100 |
Color Harmonies of #937CE0
Complementary color
Monochromatic Colors of #937CE0
Black with #937CE0
Text Example
Text Example
White with #937CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CE0; }
p { color: rgb(147,124,224); }
H1.HeaderClassName
{
color: #937CE0;
}
.AnyTagClassName
{
color: #937CE0;
}
</style>
background-color css
<style>
a { background-color: #937CE0; }
a { background-color: rgb(147,124,224); }
div.DivClassName
{
background-color: #937CE0;
}
.BgClassName
{
background-color: #937CE0;
}
</style>
border-color css
<style>
span { border-color: #937CE0; }
span { border-color: rgb(147,124,224); }
td.TdClassName
{
border-color: #937CE0;
}
.TagClassName
{
border-color: #937CE0;
}
</style>