Shades of Medium Purple #936EEA
Tints of Medium Purple #936EEA
RGB
CMYK
RGB Variations
Color information
#936EEA (or 0x936EEA) is known color: Medium Purple. HEX triplet: 93, 6E and EA. RGB value is (147,110,234). Sum of RGB (Red+Green+Blue) = 147+110+234=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #936EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EEA is #6C9115. Grayscale: #868686. Windows color (decimal): -7115030 or 15363731. OLE color: 15363731.
HSL color Cylindrical-coordinate representation of color #936EEA: hue angle of 257.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936EEA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 110 | 234 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.08 |
| HSL | 257.9º | 0.75% | 0.67% | - |
| HSV(B) | 257.9º | 0.53% | 0.92% | - |
| XYZ | 32.46 | 23.3 | 80.63 | - |
| YUV | 135.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 234 | 0.37 | 0.53 | 0 | 0.08 | 257.9 | 0.75 | 0.67 |
| Hex | 93 | 6E | EA | 25 | 35 | 0 | 8 | 102 | 4B | 43 |
| Octal | 223 | 156 | 352 | 45 | 65 | 0 | 10 | 402 | 113 | 103 |
| Binary | 10010011 | 1101110 | 11101010 | 100101 | 110101 | 0 | 1000 | 100000010 | 1001011 | 1000011 |
Color Harmonies of #936EEA
Complementary color
Monochromatic Colors of #936EEA
Black with #936EEA
Text Example
Text Example
White with #936EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EEA; }
p { color: rgb(147,110,234); }
H1.HeaderClassName
{
color: #936EEA;
}
.AnyTagClassName
{
color: #936EEA;
}
</style>
background-color css
<style>
a { background-color: #936EEA; }
a { background-color: rgb(147,110,234); }
div.DivClassName
{
background-color: #936EEA;
}
.BgClassName
{
background-color: #936EEA;
}
</style>
border-color css
<style>
span { border-color: #936EEA; }
span { border-color: rgb(147,110,234); }
td.TdClassName
{
border-color: #936EEA;
}
.TagClassName
{
border-color: #936EEA;
}
</style>