Shades of Amethyst #904EE5
Tints of Amethyst #904EE5
RGB
CMYK
RGB Variations
Color information
#904EE5 (or 0x904EE5) is known color: Amethyst. HEX triplet: 90, 4E and E5. RGB value is (144,78,229). Sum of RGB (Red+Green+Blue) = 144+78+229=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #904EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EE5 is #6FB11A. Grayscale: #727272. Windows color (decimal): -7319835 or 15027856. OLE color: 15027856.
HSL color Cylindrical-coordinate representation of color #904EE5: hue angle of 266.23º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904EE5 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 78 | 229 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.10 |
| HSL | 266.23º | 0.74% | 0.6% | - |
| HSV(B) | 266.23º | 0.66% | 0.9% | - |
| XYZ | 28.37 | 17.04 | 75.92 | - |
| YUV | 114.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 229 | 0.37 | 0.66 | 0 | 0.10 | 266.23 | 0.74 | 0.6 |
| Hex | 90 | 4E | E5 | 25 | 42 | 0 | A | 10A | 4A | 3C |
| Octal | 220 | 116 | 345 | 45 | 102 | 0 | 12 | 412 | 112 | 74 |
| Binary | 10010000 | 1001110 | 11100101 | 100101 | 1000010 | 0 | 1010 | 100001010 | 1001010 | 111100 |
Color Harmonies of #904EE5
Complementary color
Monochromatic Colors of #904EE5
Black with #904EE5
Text Example
Text Example
White with #904EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EE5; }
p { color: rgb(144,78,229); }
H1.HeaderClassName
{
color: #904EE5;
}
.AnyTagClassName
{
color: #904EE5;
}
</style>
background-color css
<style>
a { background-color: #904EE5; }
a { background-color: rgb(144,78,229); }
div.DivClassName
{
background-color: #904EE5;
}
.BgClassName
{
background-color: #904EE5;
}
</style>
border-color css
<style>
span { border-color: #904EE5; }
span { border-color: rgb(144,78,229); }
td.TdClassName
{
border-color: #904EE5;
}
.TagClassName
{
border-color: #904EE5;
}
</style>