Shades of Medium Purple #936EEC
Tints of Medium Purple #936EEC
RGB
CMYK
RGB Variations
Color information
#936EEC (or 0x936EEC) is known color: Medium Purple. HEX triplet: 93, 6E and EC. RGB value is (147,110,236). Sum of RGB (Red+Green+Blue) = 147+110+236=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #936EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EEC is #6C9113. Grayscale: #868686. Windows color (decimal): -7115028 or 15494803. OLE color: 15494803.
HSL color Cylindrical-coordinate representation of color #936EEC: hue angle of 257.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936EEC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 110 | 236 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.07 |
| HSL | 257.62º | 0.77% | 0.68% | - |
| HSV(B) | 257.62º | 0.53% | 0.93% | - |
| XYZ | 32.75 | 23.41 | 82.15 | - |
| YUV | 135.43 | 184.76 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 236 | 0.38 | 0.53 | 0 | 0.07 | 257.62 | 0.77 | 0.68 |
| Hex | 93 | 6E | EC | 26 | 35 | 0 | 7 | 102 | 4D | 44 |
| Octal | 223 | 156 | 354 | 46 | 65 | 0 | 7 | 402 | 115 | 104 |
| Binary | 10010011 | 1101110 | 11101100 | 100110 | 110101 | 0 | 111 | 100000010 | 1001101 | 1000100 |
Color Harmonies of #936EEC
Complementary color
Monochromatic Colors of #936EEC
Black with #936EEC
Text Example
Text Example
White with #936EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EEC; }
p { color: rgb(147,110,236); }
H1.HeaderClassName
{
color: #936EEC;
}
.AnyTagClassName
{
color: #936EEC;
}
</style>
background-color css
<style>
a { background-color: #936EEC; }
a { background-color: rgb(147,110,236); }
div.DivClassName
{
background-color: #936EEC;
}
.BgClassName
{
background-color: #936EEC;
}
</style>
border-color css
<style>
span { border-color: #936EEC; }
span { border-color: rgb(147,110,236); }
td.TdClassName
{
border-color: #936EEC;
}
.TagClassName
{
border-color: #936EEC;
}
</style>