Shades of Medium Purple #937ED6
Tints of Medium Purple #937ED6
RGB
CMYK
RGB Variations
Color information
#937ED6 (or 0x937ED6) is known color: Medium Purple. HEX triplet: 93, 7E and D6. RGB value is (147,126,214). Sum of RGB (Red+Green+Blue) = 147+126+214=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #937ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ED6 is #6C8129. Grayscale: #8D8D8D. Windows color (decimal): -7110954 or 14057107. OLE color: 14057107.
HSL color Cylindrical-coordinate representation of color #937ED6: hue angle of 254.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #937ED6 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 126 | 214 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.16 |
| HSL | 254.32º | 0.52% | 0.67% | - |
| HSV(B) | 254.32º | 0.41% | 0.84% | - |
| XYZ | 31.63 | 25.98 | 66.97 | - |
| YUV | 142.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 214 | 0.31 | 0.41 | 0 | 0.16 | 254.32 | 0.52 | 0.67 |
| Hex | 93 | 7E | D6 | 1F | 29 | 0 | 10 | FE | 34 | 43 |
| Octal | 223 | 176 | 326 | 37 | 51 | 0 | 20 | 376 | 64 | 103 |
| Binary | 10010011 | 1111110 | 11010110 | 11111 | 101001 | 0 | 10000 | 11111110 | 110100 | 1000011 |
Color Harmonies of #937ED6
Complementary color
Monochromatic Colors of #937ED6
Black with #937ED6
Text Example
Text Example
White with #937ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ED6; }
p { color: rgb(147,126,214); }
H1.HeaderClassName
{
color: #937ED6;
}
.AnyTagClassName
{
color: #937ED6;
}
</style>
background-color css
<style>
a { background-color: #937ED6; }
a { background-color: rgb(147,126,214); }
div.DivClassName
{
background-color: #937ED6;
}
.BgClassName
{
background-color: #937ED6;
}
</style>
border-color css
<style>
span { border-color: #937ED6; }
span { border-color: rgb(147,126,214); }
td.TdClassName
{
border-color: #937ED6;
}
.TagClassName
{
border-color: #937ED6;
}
</style>