Shades of Medium Purple #936DDE
Tints of Medium Purple #936DDE
RGB
CMYK
RGB Variations
Color information
#936DDE (or 0x936DDE) is known color: Medium Purple. HEX triplet: 93, 6D and DE. RGB value is (147,109,222). Sum of RGB (Red+Green+Blue) = 147+109+222=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #936DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DDE is #6C9221. Grayscale: #848484. Windows color (decimal): -7115298 or 14577043. OLE color: 14577043.
HSL color Cylindrical-coordinate representation of color #936DDE: hue angle of 260.18º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #936DDE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 109 | 222 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.13 |
| HSL | 260.18º | 0.63% | 0.65% | - |
| HSV(B) | 260.18º | 0.51% | 0.87% | - |
| XYZ | 30.69 | 22.41 | 71.82 | - |
| YUV | 133.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 222 | 0.34 | 0.51 | 0 | 0.13 | 260.18 | 0.63 | 0.65 |
| Hex | 93 | 6D | DE | 22 | 33 | 0 | D | 104 | 3F | 41 |
| Octal | 223 | 155 | 336 | 42 | 63 | 0 | 15 | 404 | 77 | 101 |
| Binary | 10010011 | 1101101 | 11011110 | 100010 | 110011 | 0 | 1101 | 100000100 | 111111 | 1000001 |
Color Harmonies of #936DDE
Complementary color
Monochromatic Colors of #936DDE
Black with #936DDE
Text Example
Text Example
White with #936DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DDE; }
p { color: rgb(147,109,222); }
H1.HeaderClassName
{
color: #936DDE;
}
.AnyTagClassName
{
color: #936DDE;
}
</style>
background-color css
<style>
a { background-color: #936DDE; }
a { background-color: rgb(147,109,222); }
div.DivClassName
{
background-color: #936DDE;
}
.BgClassName
{
background-color: #936DDE;
}
</style>
border-color css
<style>
span { border-color: #936DDE; }
span { border-color: rgb(147,109,222); }
td.TdClassName
{
border-color: #936DDE;
}
.TagClassName
{
border-color: #936DDE;
}
</style>