Shades of Medium Purple #937AED
Tints of Medium Purple #937AED
RGB
CMYK
RGB Variations
Color information
#937AED (or 0x937AED) is known color: Medium Purple. HEX triplet: 93, 7A and ED. RGB value is (147,122,237). Sum of RGB (Red+Green+Blue) = 147+122+237=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #937AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AED is #6C8512. Grayscale: #8E8E8E. Windows color (decimal): -7111955 or 15563411. OLE color: 15563411.
HSL color Cylindrical-coordinate representation of color #937AED: hue angle of 253.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937AED is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 122 | 237 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.07 |
| HSL | 253.04º | 0.76% | 0.7% | - |
| HSV(B) | 253.04º | 0.49% | 0.93% | - |
| XYZ | 34.28 | 26.24 | 83.38 | - |
| YUV | 142.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 237 | 0.38 | 0.49 | 0 | 0.07 | 253.04 | 0.76 | 0.7 |
| Hex | 93 | 7A | ED | 26 | 31 | 0 | 7 | FD | 4C | 46 |
| Octal | 223 | 172 | 355 | 46 | 61 | 0 | 7 | 375 | 114 | 106 |
| Binary | 10010011 | 1111010 | 11101101 | 100110 | 110001 | 0 | 111 | 11111101 | 1001100 | 1000110 |
Color Harmonies of #937AED
Complementary color
Monochromatic Colors of #937AED
Black with #937AED
Text Example
Text Example
White with #937AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AED; }
p { color: rgb(147,122,237); }
H1.HeaderClassName
{
color: #937AED;
}
.AnyTagClassName
{
color: #937AED;
}
</style>
background-color css
<style>
a { background-color: #937AED; }
a { background-color: rgb(147,122,237); }
div.DivClassName
{
background-color: #937AED;
}
.BgClassName
{
background-color: #937AED;
}
</style>
border-color css
<style>
span { border-color: #937AED; }
span { border-color: rgb(147,122,237); }
td.TdClassName
{
border-color: #937AED;
}
.TagClassName
{
border-color: #937AED;
}
</style>