Shades of Medium Purple #937DD4
Tints of Medium Purple #937DD4
RGB
CMYK
RGB Variations
Color information
#937DD4 (or 0x937DD4) is known color: Medium Purple. HEX triplet: 93, 7D and D4. RGB value is (147,125,212). Sum of RGB (Red+Green+Blue) = 147+125+212=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #937DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DD4 is #6C822B. Grayscale: #8D8D8D. Windows color (decimal): -7111212 or 13925779. OLE color: 13925779.
HSL color Cylindrical-coordinate representation of color #937DD4: hue angle of 255.17º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #937DD4 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 125 | 212 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.17 |
| HSL | 255.17º | 0.5% | 0.66% | - |
| HSV(B) | 255.17º | 0.41% | 0.83% | - |
| XYZ | 31.25 | 25.62 | 65.59 | - |
| YUV | 141.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 212 | 0.31 | 0.41 | 0 | 0.17 | 255.17 | 0.5 | 0.66 |
| Hex | 93 | 7D | D4 | 1F | 29 | 0 | 11 | FF | 32 | 42 |
| Octal | 223 | 175 | 324 | 37 | 51 | 0 | 21 | 377 | 62 | 102 |
| Binary | 10010011 | 1111101 | 11010100 | 11111 | 101001 | 0 | 10001 | 11111111 | 110010 | 1000010 |
Color Harmonies of #937DD4
Complementary color
Monochromatic Colors of #937DD4
Black with #937DD4
Text Example
Text Example
White with #937DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DD4; }
p { color: rgb(147,125,212); }
H1.HeaderClassName
{
color: #937DD4;
}
.AnyTagClassName
{
color: #937DD4;
}
</style>
background-color css
<style>
a { background-color: #937DD4; }
a { background-color: rgb(147,125,212); }
div.DivClassName
{
background-color: #937DD4;
}
.BgClassName
{
background-color: #937DD4;
}
</style>
border-color css
<style>
span { border-color: #937DD4; }
span { border-color: rgb(147,125,212); }
td.TdClassName
{
border-color: #937DD4;
}
.TagClassName
{
border-color: #937DD4;
}
</style>