Shades of Medium Purple #937DE5
Tints of Medium Purple #937DE5
RGB
CMYK
RGB Variations
Color information
#937DE5 (or 0x937DE5) is known color: Medium Purple. HEX triplet: 93, 7D and E5. RGB value is (147,125,229). Sum of RGB (Red+Green+Blue) = 147+125+229=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #937DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DE5 is #6C821A. Grayscale: #8F8F8F. Windows color (decimal): -7111195 or 15039891. OLE color: 15039891.
HSL color Cylindrical-coordinate representation of color #937DE5: hue angle of 252.69º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937DE5 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 125 | 229 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.10 |
| HSL | 252.69º | 0.67% | 0.69% | - |
| HSV(B) | 252.69º | 0.45% | 0.9% | - |
| XYZ | 33.51 | 26.53 | 77.48 | - |
| YUV | 143.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 229 | 0.36 | 0.45 | 0 | 0.10 | 252.69 | 0.67 | 0.69 |
| Hex | 93 | 7D | E5 | 24 | 2D | 0 | A | FD | 43 | 45 |
| Octal | 223 | 175 | 345 | 44 | 55 | 0 | 12 | 375 | 103 | 105 |
| Binary | 10010011 | 1111101 | 11100101 | 100100 | 101101 | 0 | 1010 | 11111101 | 1000011 | 1000101 |
Color Harmonies of #937DE5
Complementary color
Monochromatic Colors of #937DE5
Black with #937DE5
Text Example
Text Example
White with #937DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DE5; }
p { color: rgb(147,125,229); }
H1.HeaderClassName
{
color: #937DE5;
}
.AnyTagClassName
{
color: #937DE5;
}
</style>
background-color css
<style>
a { background-color: #937DE5; }
a { background-color: rgb(147,125,229); }
div.DivClassName
{
background-color: #937DE5;
}
.BgClassName
{
background-color: #937DE5;
}
</style>
border-color css
<style>
span { border-color: #937DE5; }
span { border-color: rgb(147,125,229); }
td.TdClassName
{
border-color: #937DE5;
}
.TagClassName
{
border-color: #937DE5;
}
</style>