Shades of Medium Purple #937FEC
Tints of Medium Purple #937FEC
RGB
CMYK
RGB Variations
Color information
#937FEC (or 0x937FEC) is known color: Medium Purple. HEX triplet: 93, 7F and EC. RGB value is (147,127,236). Sum of RGB (Red+Green+Blue) = 147+127+236=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #937FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937FEC is #6C8013. Grayscale: #909090. Windows color (decimal): -7110676 or 15499155. OLE color: 15499155.
HSL color Cylindrical-coordinate representation of color #937FEC: hue angle of 251.01º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937FEC is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 127 | 236 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 251.01º | 0.74% | 0.71% | - |
| HSV(B) | 251.01º | 0.46% | 0.93% | - |
| XYZ | 34.76 | 27.44 | 82.82 | - |
| YUV | 145.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 236 | 0.38 | 0.46 | 0 | 0.07 | 251.01 | 0.74 | 0.71 |
| Hex | 93 | 7F | EC | 26 | 2E | 0 | 7 | FB | 4A | 47 |
| Octal | 223 | 177 | 354 | 46 | 56 | 0 | 7 | 373 | 112 | 107 |
| Binary | 10010011 | 1111111 | 11101100 | 100110 | 101110 | 0 | 111 | 11111011 | 1001010 | 1000111 |
Color Harmonies of #937FEC
Complementary color
Monochromatic Colors of #937FEC
Black with #937FEC
Text Example
Text Example
White with #937FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FEC; }
p { color: rgb(147,127,236); }
H1.HeaderClassName
{
color: #937FEC;
}
.AnyTagClassName
{
color: #937FEC;
}
</style>
background-color css
<style>
a { background-color: #937FEC; }
a { background-color: rgb(147,127,236); }
div.DivClassName
{
background-color: #937FEC;
}
.BgClassName
{
background-color: #937FEC;
}
</style>
border-color css
<style>
span { border-color: #937FEC; }
span { border-color: rgb(147,127,236); }
td.TdClassName
{
border-color: #937FEC;
}
.TagClassName
{
border-color: #937FEC;
}
</style>