Shades of Amethyst #944DDD
Tints of Amethyst #944DDD
RGB
CMYK
RGB Variations
Color information
#944DDD (or 0x944DDD) is known color: Amethyst. HEX triplet: 94, 4D and DD. RGB value is (148,77,221). Sum of RGB (Red+Green+Blue) = 148+77+221=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #944DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DDD is #6BB222. Grayscale: #727272. Windows color (decimal): -7057955 or 14503316. OLE color: 14503316.
HSL color Cylindrical-coordinate representation of color #944DDD: hue angle of 269.58º 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 #944DDD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 77 | 221 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.13 |
| HSL | 269.58º | 0.68% | 0.58% | - |
| HSV(B) | 269.58º | 0.65% | 0.87% | - |
| XYZ | 27.92 | 16.82 | 70.18 | - |
| YUV | 114.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 221 | 0.33 | 0.65 | 0 | 0.13 | 269.58 | 0.68 | 0.58 |
| Hex | 94 | 4D | DD | 21 | 41 | 0 | D | 10E | 44 | 3A |
| Octal | 224 | 115 | 335 | 41 | 101 | 0 | 15 | 416 | 104 | 72 |
| Binary | 10010100 | 1001101 | 11011101 | 100001 | 1000001 | 0 | 1101 | 100001110 | 1000100 | 111010 |
Color Harmonies of #944DDD
Complementary color
Monochromatic Colors of #944DDD
Black with #944DDD
Text Example
Text Example
White with #944DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DDD; }
p { color: rgb(148,77,221); }
H1.HeaderClassName
{
color: #944DDD;
}
.AnyTagClassName
{
color: #944DDD;
}
</style>
background-color css
<style>
a { background-color: #944DDD; }
a { background-color: rgb(148,77,221); }
div.DivClassName
{
background-color: #944DDD;
}
.BgClassName
{
background-color: #944DDD;
}
</style>
border-color css
<style>
span { border-color: #944DDD; }
span { border-color: rgb(148,77,221); }
td.TdClassName
{
border-color: #944DDD;
}
.TagClassName
{
border-color: #944DDD;
}
</style>