Shades of Medium Purple #937AD9
Tints of Medium Purple #937AD9
RGB
CMYK
RGB Variations
Color information
#937AD9 (or 0x937AD9) is known color: Medium Purple. HEX triplet: 93, 7A and D9. RGB value is (147,122,217). Sum of RGB (Red+Green+Blue) = 147+122+217=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #937AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AD9 is #6C8526. Grayscale: #8B8B8B. Windows color (decimal): -7111975 or 14252691. OLE color: 14252691.
HSL color Cylindrical-coordinate representation of color #937AD9: hue angle of 255.79º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #937AD9 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 122 | 217 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.15 |
| HSL | 255.79º | 0.56% | 0.66% | - |
| HSV(B) | 255.79º | 0.44% | 0.85% | - |
| XYZ | 31.52 | 25.13 | 68.84 | - |
| YUV | 140.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 217 | 0.32 | 0.44 | 0 | 0.15 | 255.79 | 0.56 | 0.66 |
| Hex | 93 | 7A | D9 | 20 | 2C | 0 | F | 100 | 38 | 42 |
| Octal | 223 | 172 | 331 | 40 | 54 | 0 | 17 | 400 | 70 | 102 |
| Binary | 10010011 | 1111010 | 11011001 | 100000 | 101100 | 0 | 1111 | 100000000 | 111000 | 1000010 |
Color Harmonies of #937AD9
Complementary color
Monochromatic Colors of #937AD9
Black with #937AD9
Text Example
Text Example
White with #937AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AD9; }
p { color: rgb(147,122,217); }
H1.HeaderClassName
{
color: #937AD9;
}
.AnyTagClassName
{
color: #937AD9;
}
</style>
background-color css
<style>
a { background-color: #937AD9; }
a { background-color: rgb(147,122,217); }
div.DivClassName
{
background-color: #937AD9;
}
.BgClassName
{
background-color: #937AD9;
}
</style>
border-color css
<style>
span { border-color: #937AD9; }
span { border-color: rgb(147,122,217); }
td.TdClassName
{
border-color: #937AD9;
}
.TagClassName
{
border-color: #937AD9;
}
</style>