Shades of Amethyst #944EDB
Tints of Amethyst #944EDB
RGB
CMYK
RGB Variations
Color information
#944EDB (or 0x944EDB) is known color: Amethyst. HEX triplet: 94, 4E and DB. RGB value is (148,78,219). Sum of RGB (Red+Green+Blue) = 148+78+219=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #944EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EDB is #6BB124. Grayscale: #727272. Windows color (decimal): -7057701 or 14372500. OLE color: 14372500.
HSL color Cylindrical-coordinate representation of color #944EDB: hue angle of 269.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944EDB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 78 | 219 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.14 |
| HSL | 269.79º | 0.66% | 0.58% | - |
| HSV(B) | 269.79º | 0.64% | 0.86% | - |
| XYZ | 27.72 | 16.86 | 68.81 | - |
| YUV | 115 | 186.69 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 219 | 0.32 | 0.64 | 0 | 0.14 | 269.79 | 0.66 | 0.58 |
| Hex | 94 | 4E | DB | 20 | 40 | 0 | E | 10E | 42 | 3A |
| Octal | 224 | 116 | 333 | 40 | 100 | 0 | 16 | 416 | 102 | 72 |
| Binary | 10010100 | 1001110 | 11011011 | 100000 | 1000000 | 0 | 1110 | 100001110 | 1000010 | 111010 |
Color Harmonies of #944EDB
Complementary color
Monochromatic Colors of #944EDB
Black with #944EDB
Text Example
Text Example
White with #944EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944EDB; }
p { color: rgb(148,78,219); }
H1.HeaderClassName
{
color: #944EDB;
}
.AnyTagClassName
{
color: #944EDB;
}
</style>
background-color css
<style>
a { background-color: #944EDB; }
a { background-color: rgb(148,78,219); }
div.DivClassName
{
background-color: #944EDB;
}
.BgClassName
{
background-color: #944EDB;
}
</style>
border-color css
<style>
span { border-color: #944EDB; }
span { border-color: rgb(148,78,219); }
td.TdClassName
{
border-color: #944EDB;
}
.TagClassName
{
border-color: #944EDB;
}
</style>