Shades of Medium Purple #937ADD
Tints of Medium Purple #937ADD
RGB
CMYK
RGB Variations
Color information
#937ADD (or 0x937ADD) is known color: Medium Purple. HEX triplet: 93, 7A and DD. RGB value is (147,122,221). Sum of RGB (Red+Green+Blue) = 147+122+221=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #937ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ADD is #6C8522. Grayscale: #8C8C8C. Windows color (decimal): -7111971 or 14514835. OLE color: 14514835.
HSL color Cylindrical-coordinate representation of color #937ADD: hue angle of 255.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937ADD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 122 | 221 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 255.15º | 0.59% | 0.67% | - |
| HSV(B) | 255.15º | 0.45% | 0.87% | - |
| XYZ | 32.04 | 25.34 | 71.61 | - |
| YUV | 140.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 221 | 0.33 | 0.45 | 0 | 0.13 | 255.15 | 0.59 | 0.67 |
| Hex | 93 | 7A | DD | 21 | 2D | 0 | D | FF | 3B | 43 |
| Octal | 223 | 172 | 335 | 41 | 55 | 0 | 15 | 377 | 73 | 103 |
| Binary | 10010011 | 1111010 | 11011101 | 100001 | 101101 | 0 | 1101 | 11111111 | 111011 | 1000011 |
Color Harmonies of #937ADD
Complementary color
Monochromatic Colors of #937ADD
Black with #937ADD
Text Example
Text Example
White with #937ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ADD; }
p { color: rgb(147,122,221); }
H1.HeaderClassName
{
color: #937ADD;
}
.AnyTagClassName
{
color: #937ADD;
}
</style>
background-color css
<style>
a { background-color: #937ADD; }
a { background-color: rgb(147,122,221); }
div.DivClassName
{
background-color: #937ADD;
}
.BgClassName
{
background-color: #937ADD;
}
</style>
border-color css
<style>
span { border-color: #937ADD; }
span { border-color: rgb(147,122,221); }
td.TdClassName
{
border-color: #937ADD;
}
.TagClassName
{
border-color: #937ADD;
}
</style>