Shades of Medium Purple #936EED
Tints of Medium Purple #936EED
RGB
CMYK
RGB Variations
Color information
#936EED (or 0x936EED) is known color: Medium Purple. HEX triplet: 93, 6E and ED. RGB value is (147,110,237). Sum of RGB (Red+Green+Blue) = 147+110+237=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #936EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EED is #6C9112. Grayscale: #878787. Windows color (decimal): -7115027 or 15560339. OLE color: 15560339.
HSL color Cylindrical-coordinate representation of color #936EED: hue angle of 257.48º 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 #936EED is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 110 | 237 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 257.48º | 0.78% | 0.68% | - |
| HSV(B) | 257.48º | 0.54% | 0.93% | - |
| XYZ | 32.89 | 23.47 | 82.92 | - |
| YUV | 135.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 237 | 0.38 | 0.54 | 0 | 0.07 | 257.48 | 0.78 | 0.68 |
| Hex | 93 | 6E | ED | 26 | 36 | 0 | 7 | 101 | 4E | 44 |
| Octal | 223 | 156 | 355 | 46 | 66 | 0 | 7 | 401 | 116 | 104 |
| Binary | 10010011 | 1101110 | 11101101 | 100110 | 110110 | 0 | 111 | 100000001 | 1001110 | 1000100 |
Color Harmonies of #936EED
Complementary color
Monochromatic Colors of #936EED
Black with #936EED
Text Example
Text Example
White with #936EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EED; }
p { color: rgb(147,110,237); }
H1.HeaderClassName
{
color: #936EED;
}
.AnyTagClassName
{
color: #936EED;
}
</style>
background-color css
<style>
a { background-color: #936EED; }
a { background-color: rgb(147,110,237); }
div.DivClassName
{
background-color: #936EED;
}
.BgClassName
{
background-color: #936EED;
}
</style>
border-color css
<style>
span { border-color: #936EED; }
span { border-color: rgb(147,110,237); }
td.TdClassName
{
border-color: #936EED;
}
.TagClassName
{
border-color: #936EED;
}
</style>