Shades of Medium Purple #936EEF
Tints of Medium Purple #936EEF
RGB
CMYK
RGB Variations
Color information
#936EEF (or 0x936EEF) is known color: Medium Purple. HEX triplet: 93, 6E and EF. RGB value is (147,110,239). Sum of RGB (Red+Green+Blue) = 147+110+239=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #936EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936EEF is #6C9110. Grayscale: #878787. Windows color (decimal): -7115025 or 15691411. OLE color: 15691411.
HSL color Cylindrical-coordinate representation of color #936EEF: hue angle of 257.21º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936EEF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 110 | 239 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.06 |
| HSL | 257.21º | 0.8% | 0.68% | - |
| HSV(B) | 257.21º | 0.54% | 0.94% | - |
| XYZ | 33.19 | 23.59 | 84.46 | - |
| YUV | 135.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 239 | 0.38 | 0.54 | 0 | 0.06 | 257.21 | 0.8 | 0.68 |
| Hex | 93 | 6E | EF | 26 | 36 | 0 | 6 | 101 | 50 | 44 |
| Octal | 223 | 156 | 357 | 46 | 66 | 0 | 6 | 401 | 120 | 104 |
| Binary | 10010011 | 1101110 | 11101111 | 100110 | 110110 | 0 | 110 | 100000001 | 1010000 | 1000100 |
Color Harmonies of #936EEF
Complementary color
Monochromatic Colors of #936EEF
Black with #936EEF
Text Example
Text Example
White with #936EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EEF; }
p { color: rgb(147,110,239); }
H1.HeaderClassName
{
color: #936EEF;
}
.AnyTagClassName
{
color: #936EEF;
}
</style>
background-color css
<style>
a { background-color: #936EEF; }
a { background-color: rgb(147,110,239); }
div.DivClassName
{
background-color: #936EEF;
}
.BgClassName
{
background-color: #936EEF;
}
</style>
border-color css
<style>
span { border-color: #936EEF; }
span { border-color: rgb(147,110,239); }
td.TdClassName
{
border-color: #936EEF;
}
.TagClassName
{
border-color: #936EEF;
}
</style>