Shades of Medium Purple #937DDB
Tints of Medium Purple #937DDB
RGB
CMYK
RGB Variations
Color information
#937DDB (or 0x937DDB) is known color: Medium Purple. HEX triplet: 93, 7D and DB. RGB value is (147,125,219). Sum of RGB (Red+Green+Blue) = 147+125+219=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #937DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DDB is #6C8224. Grayscale: #8D8D8D. Windows color (decimal): -7111205 or 14384531. OLE color: 14384531.
HSL color Cylindrical-coordinate representation of color #937DDB: hue angle of 254.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #937DDB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 125 | 219 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.14 |
| HSL | 254.04º | 0.57% | 0.67% | - |
| HSV(B) | 254.04º | 0.43% | 0.86% | - |
| XYZ | 32.15 | 25.98 | 70.34 | - |
| YUV | 142.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 219 | 0.33 | 0.43 | 0 | 0.14 | 254.04 | 0.57 | 0.67 |
| Hex | 93 | 7D | DB | 21 | 2B | 0 | E | FE | 39 | 43 |
| Octal | 223 | 175 | 333 | 41 | 53 | 0 | 16 | 376 | 71 | 103 |
| Binary | 10010011 | 1111101 | 11011011 | 100001 | 101011 | 0 | 1110 | 11111110 | 111001 | 1000011 |
Color Harmonies of #937DDB
Complementary color
Monochromatic Colors of #937DDB
Black with #937DDB
Text Example
Text Example
White with #937DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DDB; }
p { color: rgb(147,125,219); }
H1.HeaderClassName
{
color: #937DDB;
}
.AnyTagClassName
{
color: #937DDB;
}
</style>
background-color css
<style>
a { background-color: #937DDB; }
a { background-color: rgb(147,125,219); }
div.DivClassName
{
background-color: #937DDB;
}
.BgClassName
{
background-color: #937DDB;
}
</style>
border-color css
<style>
span { border-color: #937DDB; }
span { border-color: rgb(147,125,219); }
td.TdClassName
{
border-color: #937DDB;
}
.TagClassName
{
border-color: #937DDB;
}
</style>