Shades of Medium Purple #936DD5
Tints of Medium Purple #936DD5
RGB
CMYK
RGB Variations
Color information
#936DD5 (or 0x936DD5) is known color: Medium Purple. HEX triplet: 93, 6D and D5. RGB value is (147,109,213). Sum of RGB (Red+Green+Blue) = 147+109+213=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #936DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DD5 is #6C922A. Grayscale: #838383. Windows color (decimal): -7115307 or 13987219. OLE color: 13987219.
HSL color Cylindrical-coordinate representation of color #936DD5: hue angle of 261.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936DD5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 109 | 213 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.16 |
| HSL | 261.92º | 0.55% | 0.63% | - |
| HSV(B) | 261.92º | 0.49% | 0.84% | - |
| XYZ | 29.51 | 21.94 | 65.63 | - |
| YUV | 132.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 213 | 0.31 | 0.49 | 0 | 0.16 | 261.92 | 0.55 | 0.63 |
| Hex | 93 | 6D | D5 | 1F | 31 | 0 | 10 | 106 | 37 | 3F |
| Octal | 223 | 155 | 325 | 37 | 61 | 0 | 20 | 406 | 67 | 77 |
| Binary | 10010011 | 1101101 | 11010101 | 11111 | 110001 | 0 | 10000 | 100000110 | 110111 | 111111 |
Color Harmonies of #936DD5
Complementary color
Monochromatic Colors of #936DD5
Black with #936DD5
Text Example
Text Example
White with #936DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DD5; }
p { color: rgb(147,109,213); }
H1.HeaderClassName
{
color: #936DD5;
}
.AnyTagClassName
{
color: #936DD5;
}
</style>
background-color css
<style>
a { background-color: #936DD5; }
a { background-color: rgb(147,109,213); }
div.DivClassName
{
background-color: #936DD5;
}
.BgClassName
{
background-color: #936DD5;
}
</style>
border-color css
<style>
span { border-color: #936DD5; }
span { border-color: rgb(147,109,213); }
td.TdClassName
{
border-color: #936DD5;
}
.TagClassName
{
border-color: #936DD5;
}
</style>