Shades of Medium Purple #936EE1
Tints of Medium Purple #936EE1
RGB
CMYK
RGB Variations
Color information
#936EE1 (or 0x936EE1) is known color: Medium Purple. HEX triplet: 93, 6E and E1. RGB value is (147,110,225). Sum of RGB (Red+Green+Blue) = 147+110+225=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #936EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EE1 is #6C911E. Grayscale: #858585. Windows color (decimal): -7115039 or 14773907. OLE color: 14773907.
HSL color Cylindrical-coordinate representation of color #936EE1: hue angle of 259.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #936EE1 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 110 | 225 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.12 |
| HSL | 259.3º | 0.66% | 0.66% | - |
| HSV(B) | 259.3º | 0.51% | 0.88% | - |
| XYZ | 31.2 | 22.79 | 73.99 | - |
| YUV | 134.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 225 | 0.35 | 0.51 | 0 | 0.12 | 259.3 | 0.66 | 0.66 |
| Hex | 93 | 6E | E1 | 23 | 33 | 0 | C | 103 | 42 | 42 |
| Octal | 223 | 156 | 341 | 43 | 63 | 0 | 14 | 403 | 102 | 102 |
| Binary | 10010011 | 1101110 | 11100001 | 100011 | 110011 | 0 | 1100 | 100000011 | 1000010 | 1000010 |
Color Harmonies of #936EE1
Complementary color
Monochromatic Colors of #936EE1
Black with #936EE1
Text Example
Text Example
White with #936EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EE1; }
p { color: rgb(147,110,225); }
H1.HeaderClassName
{
color: #936EE1;
}
.AnyTagClassName
{
color: #936EE1;
}
</style>
background-color css
<style>
a { background-color: #936EE1; }
a { background-color: rgb(147,110,225); }
div.DivClassName
{
background-color: #936EE1;
}
.BgClassName
{
background-color: #936EE1;
}
</style>
border-color css
<style>
span { border-color: #936EE1; }
span { border-color: rgb(147,110,225); }
td.TdClassName
{
border-color: #936EE1;
}
.TagClassName
{
border-color: #936EE1;
}
</style>