Shades of Medium Purple #937DED
Tints of Medium Purple #937DED
RGB
CMYK
RGB Variations
Color information
#937DED (or 0x937DED) is known color: Medium Purple. HEX triplet: 93, 7D and ED. RGB value is (147,125,237). Sum of RGB (Red+Green+Blue) = 147+125+237=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #937DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DED is #6C8212. Grayscale: #8F8F8F. Windows color (decimal): -7111187 or 15564179. OLE color: 15564179.
HSL color Cylindrical-coordinate representation of color #937DED: hue angle of 251.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #937DED is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 125 | 237 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.07 |
| HSL | 251.79º | 0.76% | 0.71% | - |
| HSV(B) | 251.79º | 0.47% | 0.93% | - |
| XYZ | 34.65 | 26.98 | 83.5 | - |
| YUV | 144.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 237 | 0.38 | 0.47 | 0 | 0.07 | 251.79 | 0.76 | 0.71 |
| Hex | 93 | 7D | ED | 26 | 2F | 0 | 7 | FC | 4C | 47 |
| Octal | 223 | 175 | 355 | 46 | 57 | 0 | 7 | 374 | 114 | 107 |
| Binary | 10010011 | 1111101 | 11101101 | 100110 | 101111 | 0 | 111 | 11111100 | 1001100 | 1000111 |
Color Harmonies of #937DED
Complementary color
Monochromatic Colors of #937DED
Black with #937DED
Text Example
Text Example
White with #937DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DED; }
p { color: rgb(147,125,237); }
H1.HeaderClassName
{
color: #937DED;
}
.AnyTagClassName
{
color: #937DED;
}
</style>
background-color css
<style>
a { background-color: #937DED; }
a { background-color: rgb(147,125,237); }
div.DivClassName
{
background-color: #937DED;
}
.BgClassName
{
background-color: #937DED;
}
</style>
border-color css
<style>
span { border-color: #937DED; }
span { border-color: rgb(147,125,237); }
td.TdClassName
{
border-color: #937DED;
}
.TagClassName
{
border-color: #937DED;
}
</style>