Shades of Medium Purple #935EED
Tints of Medium Purple #935EED
RGB
CMYK
RGB Variations
Color information
#935EED (or 0x935EED) is known color: Medium Purple. HEX triplet: 93, 5E and ED. RGB value is (147,94,237). Sum of RGB (Red+Green+Blue) = 147+94+237=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #935EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EED is #6CA112. Grayscale: #7D7D7D. Windows color (decimal): -7119123 or 15556243. OLE color: 15556243.
HSL color Cylindrical-coordinate representation of color #935EED: hue angle of 262.24º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935EED is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 94 | 237 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.07 |
| HSL | 262.24º | 0.8% | 0.65% | - |
| HSV(B) | 262.24º | 0.6% | 0.93% | - |
| XYZ | 31.32 | 20.32 | 82.39 | - |
| YUV | 126.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 237 | 0.38 | 0.60 | 0 | 0.07 | 262.24 | 0.8 | 0.65 |
| Hex | 93 | 5E | ED | 26 | 3C | 0 | 7 | 106 | 50 | 41 |
| Octal | 223 | 136 | 355 | 46 | 74 | 0 | 7 | 406 | 120 | 101 |
| Binary | 10010011 | 1011110 | 11101101 | 100110 | 111100 | 0 | 111 | 100000110 | 1010000 | 1000001 |
Color Harmonies of #935EED
Complementary color
Monochromatic Colors of #935EED
Black with #935EED
Text Example
Text Example
White with #935EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EED; }
p { color: rgb(147,94,237); }
H1.HeaderClassName
{
color: #935EED;
}
.AnyTagClassName
{
color: #935EED;
}
</style>
background-color css
<style>
a { background-color: #935EED; }
a { background-color: rgb(147,94,237); }
div.DivClassName
{
background-color: #935EED;
}
.BgClassName
{
background-color: #935EED;
}
</style>
border-color css
<style>
span { border-color: #935EED; }
span { border-color: rgb(147,94,237); }
td.TdClassName
{
border-color: #935EED;
}
.TagClassName
{
border-color: #935EED;
}
</style>