Shades of Amethyst #944ED4
Tints of Amethyst #944ED4
RGB
CMYK
RGB Variations
Color information
#944ED4 (or 0x944ED4) is known color: Amethyst. HEX triplet: 94, 4E and D4. RGB value is (148,78,212). Sum of RGB (Red+Green+Blue) = 148+78+212=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #944ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944ED4 is #6BB12B. Grayscale: #717171. Windows color (decimal): -7057708 or 13913748. OLE color: 13913748.
HSL color Cylindrical-coordinate representation of color #944ED4: hue angle of 271.34º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #944ED4 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 78 | 212 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.17 |
| HSL | 271.34º | 0.61% | 0.57% | - |
| HSV(B) | 271.34º | 0.63% | 0.83% | - |
| XYZ | 26.82 | 16.5 | 64.06 | - |
| YUV | 114.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 212 | 0.30 | 0.63 | 0 | 0.17 | 271.34 | 0.61 | 0.57 |
| Hex | 94 | 4E | D4 | 1E | 3F | 0 | 11 | 10F | 3D | 39 |
| Octal | 224 | 116 | 324 | 36 | 77 | 0 | 21 | 417 | 75 | 71 |
| Binary | 10010100 | 1001110 | 11010100 | 11110 | 111111 | 0 | 10001 | 100001111 | 111101 | 111001 |
Color Harmonies of #944ED4
Complementary color
Monochromatic Colors of #944ED4
Black with #944ED4
Text Example
Text Example
White with #944ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ED4; }
p { color: rgb(148,78,212); }
H1.HeaderClassName
{
color: #944ED4;
}
.AnyTagClassName
{
color: #944ED4;
}
</style>
background-color css
<style>
a { background-color: #944ED4; }
a { background-color: rgb(148,78,212); }
div.DivClassName
{
background-color: #944ED4;
}
.BgClassName
{
background-color: #944ED4;
}
</style>
border-color css
<style>
span { border-color: #944ED4; }
span { border-color: rgb(148,78,212); }
td.TdClassName
{
border-color: #944ED4;
}
.TagClassName
{
border-color: #944ED4;
}
</style>