Shades of Medium Purple #936EDB
Tints of Medium Purple #936EDB
RGB
CMYK
RGB Variations
Color information
#936EDB (or 0x936EDB) is known color: Medium Purple. HEX triplet: 93, 6E and DB. RGB value is (147,110,219). Sum of RGB (Red+Green+Blue) = 147+110+219=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #936EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EDB is #6C9124. Grayscale: #858585. Windows color (decimal): -7115045 or 14380691. OLE color: 14380691.
HSL color Cylindrical-coordinate representation of color #936EDB: hue angle of 260.37º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936EDB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 110 | 219 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.14 |
| HSL | 260.37º | 0.6% | 0.65% | - |
| HSV(B) | 260.37º | 0.5% | 0.86% | - |
| XYZ | 30.39 | 22.47 | 69.75 | - |
| YUV | 133.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 219 | 0.33 | 0.50 | 0 | 0.14 | 260.37 | 0.6 | 0.65 |
| Hex | 93 | 6E | DB | 21 | 32 | 0 | E | 104 | 3C | 41 |
| Octal | 223 | 156 | 333 | 41 | 62 | 0 | 16 | 404 | 74 | 101 |
| Binary | 10010011 | 1101110 | 11011011 | 100001 | 110010 | 0 | 1110 | 100000100 | 111100 | 1000001 |
Color Harmonies of #936EDB
Complementary color
Monochromatic Colors of #936EDB
Black with #936EDB
Text Example
Text Example
White with #936EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EDB; }
p { color: rgb(147,110,219); }
H1.HeaderClassName
{
color: #936EDB;
}
.AnyTagClassName
{
color: #936EDB;
}
</style>
background-color css
<style>
a { background-color: #936EDB; }
a { background-color: rgb(147,110,219); }
div.DivClassName
{
background-color: #936EDB;
}
.BgClassName
{
background-color: #936EDB;
}
</style>
border-color css
<style>
span { border-color: #936EDB; }
span { border-color: rgb(147,110,219); }
td.TdClassName
{
border-color: #936EDB;
}
.TagClassName
{
border-color: #936EDB;
}
</style>