Shades of Medium Purple #936ADB
Tints of Medium Purple #936ADB
RGB
CMYK
RGB Variations
Color information
#936ADB (or 0x936ADB) is known color: Medium Purple. HEX triplet: 93, 6A and DB. RGB value is (147,106,219). Sum of RGB (Red+Green+Blue) = 147+106+219=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #936ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ADB is #6C9524. Grayscale: #828282. Windows color (decimal): -7116069 or 14379667. OLE color: 14379667.
HSL color Cylindrical-coordinate representation of color #936ADB: hue angle of 261.77º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #936ADB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 106 | 219 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.14 |
| HSL | 261.77º | 0.61% | 0.64% | - |
| HSV(B) | 261.77º | 0.52% | 0.86% | - |
| XYZ | 29.97 | 21.63 | 69.61 | - |
| YUV | 131.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 219 | 0.33 | 0.52 | 0 | 0.14 | 261.77 | 0.61 | 0.64 |
| Hex | 93 | 6A | DB | 21 | 34 | 0 | E | 106 | 3D | 40 |
| Octal | 223 | 152 | 333 | 41 | 64 | 0 | 16 | 406 | 75 | 100 |
| Binary | 10010011 | 1101010 | 11011011 | 100001 | 110100 | 0 | 1110 | 100000110 | 111101 | 1000000 |
Color Harmonies of #936ADB
Complementary color
Monochromatic Colors of #936ADB
Black with #936ADB
Text Example
Text Example
White with #936ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936ADB; }
p { color: rgb(147,106,219); }
H1.HeaderClassName
{
color: #936ADB;
}
.AnyTagClassName
{
color: #936ADB;
}
</style>
background-color css
<style>
a { background-color: #936ADB; }
a { background-color: rgb(147,106,219); }
div.DivClassName
{
background-color: #936ADB;
}
.BgClassName
{
background-color: #936ADB;
}
</style>
border-color css
<style>
span { border-color: #936ADB; }
span { border-color: rgb(147,106,219); }
td.TdClassName
{
border-color: #936ADB;
}
.TagClassName
{
border-color: #936ADB;
}
</style>