Shades of Medium Purple #937EE7
Tints of Medium Purple #937EE7
RGB
CMYK
RGB Variations
Color information
#937EE7 (or 0x937EE7) is known color: Medium Purple. HEX triplet: 93, 7E and E7. RGB value is (147,126,231). Sum of RGB (Red+Green+Blue) = 147+126+231=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #937EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937EE7 is #6C8118. Grayscale: #8F8F8F. Windows color (decimal): -7110937 or 15171219. OLE color: 15171219.
HSL color Cylindrical-coordinate representation of color #937EE7: hue angle of 252º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937EE7 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 126 | 231 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.09 |
| HSL | 252º | 0.69% | 0.7% | - |
| HSV(B) | 252º | 0.45% | 0.91% | - |
| XYZ | 33.92 | 26.89 | 79 | - |
| YUV | 144.25 | 176.96 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 231 | 0.36 | 0.45 | 0 | 0.09 | 252 | 0.69 | 0.7 |
| Hex | 93 | 7E | E7 | 24 | 2D | 0 | 9 | FC | 45 | 46 |
| Octal | 223 | 176 | 347 | 44 | 55 | 0 | 11 | 374 | 105 | 106 |
| Binary | 10010011 | 1111110 | 11100111 | 100100 | 101101 | 0 | 1001 | 11111100 | 1000101 | 1000110 |
Color Harmonies of #937EE7
Complementary color
Monochromatic Colors of #937EE7
Black with #937EE7
Text Example
Text Example
White with #937EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EE7; }
p { color: rgb(147,126,231); }
H1.HeaderClassName
{
color: #937EE7;
}
.AnyTagClassName
{
color: #937EE7;
}
</style>
background-color css
<style>
a { background-color: #937EE7; }
a { background-color: rgb(147,126,231); }
div.DivClassName
{
background-color: #937EE7;
}
.BgClassName
{
background-color: #937EE7;
}
</style>
border-color css
<style>
span { border-color: #937EE7; }
span { border-color: rgb(147,126,231); }
td.TdClassName
{
border-color: #937EE7;
}
.TagClassName
{
border-color: #937EE7;
}
</style>