Shades of Medium Purple #935EDD
Tints of Medium Purple #935EDD
RGB
CMYK
RGB Variations
Color information
#935EDD (or 0x935EDD) is known color: Medium Purple. HEX triplet: 93, 5E and DD. RGB value is (147,94,221). Sum of RGB (Red+Green+Blue) = 147+94+221=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #935EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EDD is #6CA122. Grayscale: #7B7B7B. Windows color (decimal): -7119139 or 14507667. OLE color: 14507667.
HSL color Cylindrical-coordinate representation of color #935EDD: hue angle of 265.04º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #935EDD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 94 | 221 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.13 |
| HSL | 265.04º | 0.65% | 0.62% | - |
| HSV(B) | 265.04º | 0.57% | 0.87% | - |
| XYZ | 29.09 | 19.43 | 70.62 | - |
| YUV | 124.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 221 | 0.33 | 0.57 | 0 | 0.13 | 265.04 | 0.65 | 0.62 |
| Hex | 93 | 5E | DD | 21 | 39 | 0 | D | 109 | 41 | 3E |
| Octal | 223 | 136 | 335 | 41 | 71 | 0 | 15 | 411 | 101 | 76 |
| Binary | 10010011 | 1011110 | 11011101 | 100001 | 111001 | 0 | 1101 | 100001001 | 1000001 | 111110 |
Color Harmonies of #935EDD
Complementary color
Monochromatic Colors of #935EDD
Black with #935EDD
Text Example
Text Example
White with #935EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EDD; }
p { color: rgb(147,94,221); }
H1.HeaderClassName
{
color: #935EDD;
}
.AnyTagClassName
{
color: #935EDD;
}
</style>
background-color css
<style>
a { background-color: #935EDD; }
a { background-color: rgb(147,94,221); }
div.DivClassName
{
background-color: #935EDD;
}
.BgClassName
{
background-color: #935EDD;
}
</style>
border-color css
<style>
span { border-color: #935EDD; }
span { border-color: rgb(147,94,221); }
td.TdClassName
{
border-color: #935EDD;
}
.TagClassName
{
border-color: #935EDD;
}
</style>