Shades of Medium Purple #935BE5
Tints of Medium Purple #935BE5
RGB
CMYK
RGB Variations
Color information
#935BE5 (or 0x935BE5) is known color: Medium Purple. HEX triplet: 93, 5B and E5. RGB value is (147,91,229). Sum of RGB (Red+Green+Blue) = 147+91+229=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #935BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BE5 is #6CA41A. Grayscale: #7A7A7A. Windows color (decimal): -7119899 or 15031187. OLE color: 15031187.
HSL color Cylindrical-coordinate representation of color #935BE5: hue angle of 264.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935BE5 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 91 | 229 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.10 |
| HSL | 264.35º | 0.73% | 0.63% | - |
| HSV(B) | 264.35º | 0.6% | 0.9% | - |
| XYZ | 29.92 | 19.34 | 76.29 | - |
| YUV | 123.48 | 187.55 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 229 | 0.36 | 0.60 | 0 | 0.10 | 264.35 | 0.73 | 0.63 |
| Hex | 93 | 5B | E5 | 24 | 3C | 0 | A | 108 | 49 | 3F |
| Octal | 223 | 133 | 345 | 44 | 74 | 0 | 12 | 410 | 111 | 77 |
| Binary | 10010011 | 1011011 | 11100101 | 100100 | 111100 | 0 | 1010 | 100001000 | 1001001 | 111111 |
Color Harmonies of #935BE5
Complementary color
Monochromatic Colors of #935BE5
Black with #935BE5
Text Example
Text Example
White with #935BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BE5; }
p { color: rgb(147,91,229); }
H1.HeaderClassName
{
color: #935BE5;
}
.AnyTagClassName
{
color: #935BE5;
}
</style>
background-color css
<style>
a { background-color: #935BE5; }
a { background-color: rgb(147,91,229); }
div.DivClassName
{
background-color: #935BE5;
}
.BgClassName
{
background-color: #935BE5;
}
</style>
border-color css
<style>
span { border-color: #935BE5; }
span { border-color: rgb(147,91,229); }
td.TdClassName
{
border-color: #935BE5;
}
.TagClassName
{
border-color: #935BE5;
}
</style>