Shades of Medium Purple #936DEC
Tints of Medium Purple #936DEC
RGB
CMYK
RGB Variations
Color information
#936DEC (or 0x936DEC) is known color: Medium Purple. HEX triplet: 93, 6D and EC. RGB value is (147,109,236). Sum of RGB (Red+Green+Blue) = 147+109+236=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #936DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DEC is #6C9213. Grayscale: #868686. Windows color (decimal): -7115284 or 15494547. OLE color: 15494547.
HSL color Cylindrical-coordinate representation of color #936DEC: hue angle of 257.95º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936DEC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 109 | 236 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 257.95º | 0.77% | 0.68% | - |
| HSV(B) | 257.95º | 0.54% | 0.93% | - |
| XYZ | 32.64 | 23.2 | 82.11 | - |
| YUV | 134.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 236 | 0.38 | 0.54 | 0 | 0.07 | 257.95 | 0.77 | 0.68 |
| Hex | 93 | 6D | EC | 26 | 36 | 0 | 7 | 102 | 4D | 44 |
| Octal | 223 | 155 | 354 | 46 | 66 | 0 | 7 | 402 | 115 | 104 |
| Binary | 10010011 | 1101101 | 11101100 | 100110 | 110110 | 0 | 111 | 100000010 | 1001101 | 1000100 |
Color Harmonies of #936DEC
Complementary color
Monochromatic Colors of #936DEC
Black with #936DEC
Text Example
Text Example
White with #936DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DEC; }
p { color: rgb(147,109,236); }
H1.HeaderClassName
{
color: #936DEC;
}
.AnyTagClassName
{
color: #936DEC;
}
</style>
background-color css
<style>
a { background-color: #936DEC; }
a { background-color: rgb(147,109,236); }
div.DivClassName
{
background-color: #936DEC;
}
.BgClassName
{
background-color: #936DEC;
}
</style>
border-color css
<style>
span { border-color: #936DEC; }
span { border-color: rgb(147,109,236); }
td.TdClassName
{
border-color: #936DEC;
}
.TagClassName
{
border-color: #936DEC;
}
</style>