Shades of Medium Purple #936DED
Tints of Medium Purple #936DED
RGB
CMYK
RGB Variations
Color information
#936DED (or 0x936DED) is known color: Medium Purple. HEX triplet: 93, 6D and ED. RGB value is (147,109,237). Sum of RGB (Red+Green+Blue) = 147+109+237=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #936DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DED is #6C9212. Grayscale: #868686. Windows color (decimal): -7115283 or 15560083. OLE color: 15560083.
HSL color Cylindrical-coordinate representation of color #936DED: hue angle of 257.81º degrees, saturation: 0.78, 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 #936DED is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 109 | 237 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 257.81º | 0.78% | 0.68% | - |
| HSV(B) | 257.81º | 0.54% | 0.93% | - |
| XYZ | 32.79 | 23.25 | 82.88 | - |
| YUV | 134.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 237 | 0.38 | 0.54 | 0 | 0.07 | 257.81 | 0.78 | 0.68 |
| Hex | 93 | 6D | ED | 26 | 36 | 0 | 7 | 102 | 4E | 44 |
| Octal | 223 | 155 | 355 | 46 | 66 | 0 | 7 | 402 | 116 | 104 |
| Binary | 10010011 | 1101101 | 11101101 | 100110 | 110110 | 0 | 111 | 100000010 | 1001110 | 1000100 |
Color Harmonies of #936DED
Complementary color
Monochromatic Colors of #936DED
Black with #936DED
Text Example
Text Example
White with #936DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DED; }
p { color: rgb(147,109,237); }
H1.HeaderClassName
{
color: #936DED;
}
.AnyTagClassName
{
color: #936DED;
}
</style>
background-color css
<style>
a { background-color: #936DED; }
a { background-color: rgb(147,109,237); }
div.DivClassName
{
background-color: #936DED;
}
.BgClassName
{
background-color: #936DED;
}
</style>
border-color css
<style>
span { border-color: #936DED; }
span { border-color: rgb(147,109,237); }
td.TdClassName
{
border-color: #936DED;
}
.TagClassName
{
border-color: #936DED;
}
</style>