Shades of Medium Purple #936BEC
Tints of Medium Purple #936BEC
RGB
CMYK
RGB Variations
Color information
#936BEC (or 0x936BEC) is known color: Medium Purple. HEX triplet: 93, 6B and EC. RGB value is (147,107,236). Sum of RGB (Red+Green+Blue) = 147+107+236=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #936BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BEC is #6C9413. Grayscale: #858585. Windows color (decimal): -7115796 or 15494035. OLE color: 15494035.
HSL color Cylindrical-coordinate representation of color #936BEC: hue angle of 258.6º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936BEC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 107 | 236 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.07 |
| HSL | 258.6º | 0.77% | 0.67% | - |
| HSV(B) | 258.6º | 0.55% | 0.93% | - |
| XYZ | 32.43 | 22.77 | 82.04 | - |
| YUV | 133.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 236 | 0.38 | 0.55 | 0 | 0.07 | 258.6 | 0.77 | 0.67 |
| Hex | 93 | 6B | EC | 26 | 37 | 0 | 7 | 103 | 4D | 43 |
| Octal | 223 | 153 | 354 | 46 | 67 | 0 | 7 | 403 | 115 | 103 |
| Binary | 10010011 | 1101011 | 11101100 | 100110 | 110111 | 0 | 111 | 100000011 | 1001101 | 1000011 |
Color Harmonies of #936BEC
Complementary color
Monochromatic Colors of #936BEC
Black with #936BEC
Text Example
Text Example
White with #936BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BEC; }
p { color: rgb(147,107,236); }
H1.HeaderClassName
{
color: #936BEC;
}
.AnyTagClassName
{
color: #936BEC;
}
</style>
background-color css
<style>
a { background-color: #936BEC; }
a { background-color: rgb(147,107,236); }
div.DivClassName
{
background-color: #936BEC;
}
.BgClassName
{
background-color: #936BEC;
}
</style>
border-color css
<style>
span { border-color: #936BEC; }
span { border-color: rgb(147,107,236); }
td.TdClassName
{
border-color: #936BEC;
}
.TagClassName
{
border-color: #936BEC;
}
</style>