Shades of Medium Purple #936EE0
Tints of Medium Purple #936EE0
RGB
CMYK
RGB Variations
Color information
#936EE0 (or 0x936EE0) is known color: Medium Purple. HEX triplet: 93, 6E and E0. RGB value is (147,110,224). Sum of RGB (Red+Green+Blue) = 147+110+224=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #936EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EE0 is #6C911F. Grayscale: #858585. Windows color (decimal): -7115040 or 14708371. OLE color: 14708371.
HSL color Cylindrical-coordinate representation of color #936EE0: hue angle of 259.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #936EE0 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 110 | 224 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.12 |
| HSL | 259.47º | 0.65% | 0.65% | - |
| HSV(B) | 259.47º | 0.51% | 0.88% | - |
| XYZ | 31.06 | 22.74 | 73.27 | - |
| YUV | 134.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 224 | 0.34 | 0.51 | 0 | 0.12 | 259.47 | 0.65 | 0.65 |
| Hex | 93 | 6E | E0 | 22 | 33 | 0 | C | 103 | 41 | 41 |
| Octal | 223 | 156 | 340 | 42 | 63 | 0 | 14 | 403 | 101 | 101 |
| Binary | 10010011 | 1101110 | 11100000 | 100010 | 110011 | 0 | 1100 | 100000011 | 1000001 | 1000001 |
Color Harmonies of #936EE0
Complementary color
Monochromatic Colors of #936EE0
Black with #936EE0
Text Example
Text Example
White with #936EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EE0; }
p { color: rgb(147,110,224); }
H1.HeaderClassName
{
color: #936EE0;
}
.AnyTagClassName
{
color: #936EE0;
}
</style>
background-color css
<style>
a { background-color: #936EE0; }
a { background-color: rgb(147,110,224); }
div.DivClassName
{
background-color: #936EE0;
}
.BgClassName
{
background-color: #936EE0;
}
</style>
border-color css
<style>
span { border-color: #936EE0; }
span { border-color: rgb(147,110,224); }
td.TdClassName
{
border-color: #936EE0;
}
.TagClassName
{
border-color: #936EE0;
}
</style>