Shades of Amethyst #904EDD
Tints of Amethyst #904EDD
RGB
CMYK
RGB Variations
Color information
#904EDD (or 0x904EDD) is known color: Amethyst. HEX triplet: 90, 4E and DD. RGB value is (144,78,221). Sum of RGB (Red+Green+Blue) = 144+78+221=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #904EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EDD is #6FB122. Grayscale: #717171. Windows color (decimal): -7319843 or 14503568. OLE color: 14503568.
HSL color Cylindrical-coordinate representation of color #904EDD: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904EDD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 78 | 221 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.13 |
| HSL | 267.69º | 0.68% | 0.59% | - |
| HSV(B) | 267.69º | 0.65% | 0.87% | - |
| XYZ | 27.28 | 16.6 | 70.17 | - |
| YUV | 114.04 | 188.37 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 221 | 0.35 | 0.65 | 0 | 0.13 | 267.69 | 0.68 | 0.59 |
| Hex | 90 | 4E | DD | 23 | 41 | 0 | D | 10C | 44 | 3B |
| Octal | 220 | 116 | 335 | 43 | 101 | 0 | 15 | 414 | 104 | 73 |
| Binary | 10010000 | 1001110 | 11011101 | 100011 | 1000001 | 0 | 1101 | 100001100 | 1000100 | 111011 |
Color Harmonies of #904EDD
Complementary color
Monochromatic Colors of #904EDD
Black with #904EDD
Text Example
Text Example
White with #904EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EDD; }
p { color: rgb(144,78,221); }
H1.HeaderClassName
{
color: #904EDD;
}
.AnyTagClassName
{
color: #904EDD;
}
</style>
background-color css
<style>
a { background-color: #904EDD; }
a { background-color: rgb(144,78,221); }
div.DivClassName
{
background-color: #904EDD;
}
.BgClassName
{
background-color: #904EDD;
}
</style>
border-color css
<style>
span { border-color: #904EDD; }
span { border-color: rgb(144,78,221); }
td.TdClassName
{
border-color: #904EDD;
}
.TagClassName
{
border-color: #904EDD;
}
</style>