Shades of Medium Purple #937BDB
Tints of Medium Purple #937BDB
RGB
CMYK
RGB Variations
Color information
#937BDB (or 0x937BDB) is known color: Medium Purple. HEX triplet: 93, 7B and DB. RGB value is (147,123,219). Sum of RGB (Red+Green+Blue) = 147+123+219=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #937BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BDB is #6C8424. Grayscale: #8C8C8C. Windows color (decimal): -7111717 or 14384019. OLE color: 14384019.
HSL color Cylindrical-coordinate representation of color #937BDB: hue angle of 255º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #937BDB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 123 | 219 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.14 |
| HSL | 255º | 0.57% | 0.67% | - |
| HSV(B) | 255º | 0.44% | 0.86% | - |
| XYZ | 31.9 | 25.48 | 70.26 | - |
| YUV | 141.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 219 | 0.33 | 0.44 | 0 | 0.14 | 255 | 0.57 | 0.67 |
| Hex | 93 | 7B | DB | 21 | 2C | 0 | E | FF | 39 | 43 |
| Octal | 223 | 173 | 333 | 41 | 54 | 0 | 16 | 377 | 71 | 103 |
| Binary | 10010011 | 1111011 | 11011011 | 100001 | 101100 | 0 | 1110 | 11111111 | 111001 | 1000011 |
Color Harmonies of #937BDB
Complementary color
Monochromatic Colors of #937BDB
Black with #937BDB
Text Example
Text Example
White with #937BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BDB; }
p { color: rgb(147,123,219); }
H1.HeaderClassName
{
color: #937BDB;
}
.AnyTagClassName
{
color: #937BDB;
}
</style>
background-color css
<style>
a { background-color: #937BDB; }
a { background-color: rgb(147,123,219); }
div.DivClassName
{
background-color: #937BDB;
}
.BgClassName
{
background-color: #937BDB;
}
</style>
border-color css
<style>
span { border-color: #937BDB; }
span { border-color: rgb(147,123,219); }
td.TdClassName
{
border-color: #937BDB;
}
.TagClassName
{
border-color: #937BDB;
}
</style>