Shades of Medium Purple #937DEE
Tints of Medium Purple #937DEE
RGB
CMYK
RGB Variations
Color information
#937DEE (or 0x937DEE) is known color: Medium Purple. HEX triplet: 93, 7D and EE. RGB value is (147,125,238). Sum of RGB (Red+Green+Blue) = 147+125+238=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #937DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DEE is #6C8211. Grayscale: #909090. Windows color (decimal): -7111186 or 15629715. OLE color: 15629715.
HSL color Cylindrical-coordinate representation of color #937DEE: hue angle of 251.68º degrees, saturation: 0.77, 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 #937DEE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 125 | 238 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.07 |
| HSL | 251.68º | 0.77% | 0.71% | - |
| HSV(B) | 251.68º | 0.47% | 0.93% | - |
| XYZ | 34.8 | 27.04 | 84.27 | - |
| YUV | 144.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 238 | 0.38 | 0.47 | 0 | 0.07 | 251.68 | 0.77 | 0.71 |
| Hex | 93 | 7D | EE | 26 | 2F | 0 | 7 | FC | 4D | 47 |
| Octal | 223 | 175 | 356 | 46 | 57 | 0 | 7 | 374 | 115 | 107 |
| Binary | 10010011 | 1111101 | 11101110 | 100110 | 101111 | 0 | 111 | 11111100 | 1001101 | 1000111 |
Color Harmonies of #937DEE
Complementary color
Monochromatic Colors of #937DEE
Black with #937DEE
Text Example
Text Example
White with #937DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DEE; }
p { color: rgb(147,125,238); }
H1.HeaderClassName
{
color: #937DEE;
}
.AnyTagClassName
{
color: #937DEE;
}
</style>
background-color css
<style>
a { background-color: #937DEE; }
a { background-color: rgb(147,125,238); }
div.DivClassName
{
background-color: #937DEE;
}
.BgClassName
{
background-color: #937DEE;
}
</style>
border-color css
<style>
span { border-color: #937DEE; }
span { border-color: rgb(147,125,238); }
td.TdClassName
{
border-color: #937DEE;
}
.TagClassName
{
border-color: #937DEE;
}
</style>