Shades of Medium Purple #936DDB
Tints of Medium Purple #936DDB
RGB
CMYK
RGB Variations
Color information
#936DDB (or 0x936DDB) is known color: Medium Purple. HEX triplet: 93, 6D and DB. RGB value is (147,109,219). Sum of RGB (Red+Green+Blue) = 147+109+219=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #936DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DDB is #6C9224. Grayscale: #848484. Windows color (decimal): -7115301 or 14380435. OLE color: 14380435.
HSL color Cylindrical-coordinate representation of color #936DDB: hue angle of 260.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936DDB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 109 | 219 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.14 |
| HSL | 260.73º | 0.6% | 0.64% | - |
| HSV(B) | 260.73º | 0.5% | 0.86% | - |
| XYZ | 30.29 | 22.25 | 69.72 | - |
| YUV | 132.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 219 | 0.33 | 0.50 | 0 | 0.14 | 260.73 | 0.6 | 0.64 |
| Hex | 93 | 6D | DB | 21 | 32 | 0 | E | 105 | 3C | 40 |
| Octal | 223 | 155 | 333 | 41 | 62 | 0 | 16 | 405 | 74 | 100 |
| Binary | 10010011 | 1101101 | 11011011 | 100001 | 110010 | 0 | 1110 | 100000101 | 111100 | 1000000 |
Color Harmonies of #936DDB
Complementary color
Monochromatic Colors of #936DDB
Black with #936DDB
Text Example
Text Example
White with #936DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DDB; }
p { color: rgb(147,109,219); }
H1.HeaderClassName
{
color: #936DDB;
}
.AnyTagClassName
{
color: #936DDB;
}
</style>
background-color css
<style>
a { background-color: #936DDB; }
a { background-color: rgb(147,109,219); }
div.DivClassName
{
background-color: #936DDB;
}
.BgClassName
{
background-color: #936DDB;
}
</style>
border-color css
<style>
span { border-color: #936DDB; }
span { border-color: rgb(147,109,219); }
td.TdClassName
{
border-color: #936DDB;
}
.TagClassName
{
border-color: #936DDB;
}
</style>