Shades of Amethyst #934DDD
Tints of Amethyst #934DDD
RGB
CMYK
RGB Variations
Color information
#934DDD (or 0x934DDD) is known color: Amethyst. HEX triplet: 93, 4D and DD. RGB value is (147,77,221). Sum of RGB (Red+Green+Blue) = 147+77+221=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #934DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DDD is #6CB222. Grayscale: #717171. Windows color (decimal): -7123491 or 14503315. OLE color: 14503315.
HSL color Cylindrical-coordinate representation of color #934DDD: hue angle of 269.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934DDD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 77 | 221 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.13 |
| HSL | 269.17º | 0.68% | 0.58% | - |
| HSV(B) | 269.17º | 0.65% | 0.87% | - |
| XYZ | 27.74 | 16.73 | 70.17 | - |
| YUV | 114.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 221 | 0.33 | 0.65 | 0 | 0.13 | 269.17 | 0.68 | 0.58 |
| Hex | 93 | 4D | DD | 21 | 41 | 0 | D | 10D | 44 | 3A |
| Octal | 223 | 115 | 335 | 41 | 101 | 0 | 15 | 415 | 104 | 72 |
| Binary | 10010011 | 1001101 | 11011101 | 100001 | 1000001 | 0 | 1101 | 100001101 | 1000100 | 111010 |
Color Harmonies of #934DDD
Complementary color
Monochromatic Colors of #934DDD
Black with #934DDD
Text Example
Text Example
White with #934DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DDD; }
p { color: rgb(147,77,221); }
H1.HeaderClassName
{
color: #934DDD;
}
.AnyTagClassName
{
color: #934DDD;
}
</style>
background-color css
<style>
a { background-color: #934DDD; }
a { background-color: rgb(147,77,221); }
div.DivClassName
{
background-color: #934DDD;
}
.BgClassName
{
background-color: #934DDD;
}
</style>
border-color css
<style>
span { border-color: #934DDD; }
span { border-color: rgb(147,77,221); }
td.TdClassName
{
border-color: #934DDD;
}
.TagClassName
{
border-color: #934DDD;
}
</style>