Shades of Medium Purple #935BEC
Tints of Medium Purple #935BEC
RGB
CMYK
RGB Variations
Color information
#935BEC (or 0x935BEC) is known color: Medium Purple. HEX triplet: 93, 5B and EC. RGB value is (147,91,236). Sum of RGB (Red+Green+Blue) = 147+91+236=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #935BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BEC is #6CA413. Grayscale: #7B7B7B. Windows color (decimal): -7119892 or 15489939. OLE color: 15489939.
HSL color Cylindrical-coordinate representation of color #935BEC: hue angle of 263.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935BEC is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 91 | 236 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.07 |
| HSL | 263.17º | 0.79% | 0.64% | - |
| HSV(B) | 263.17º | 0.61% | 0.93% | - |
| XYZ | 30.91 | 19.74 | 81.54 | - |
| YUV | 124.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 236 | 0.38 | 0.61 | 0 | 0.07 | 263.17 | 0.79 | 0.64 |
| Hex | 93 | 5B | EC | 26 | 3D | 0 | 7 | 107 | 4F | 40 |
| Octal | 223 | 133 | 354 | 46 | 75 | 0 | 7 | 407 | 117 | 100 |
| Binary | 10010011 | 1011011 | 11101100 | 100110 | 111101 | 0 | 111 | 100000111 | 1001111 | 1000000 |
Color Harmonies of #935BEC
Complementary color
Monochromatic Colors of #935BEC
Black with #935BEC
Text Example
Text Example
White with #935BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BEC; }
p { color: rgb(147,91,236); }
H1.HeaderClassName
{
color: #935BEC;
}
.AnyTagClassName
{
color: #935BEC;
}
</style>
background-color css
<style>
a { background-color: #935BEC; }
a { background-color: rgb(147,91,236); }
div.DivClassName
{
background-color: #935BEC;
}
.BgClassName
{
background-color: #935BEC;
}
</style>
border-color css
<style>
span { border-color: #935BEC; }
span { border-color: rgb(147,91,236); }
td.TdClassName
{
border-color: #935BEC;
}
.TagClassName
{
border-color: #935BEC;
}
</style>