Shades of Amethyst #904EE4
Tints of Amethyst #904EE4
RGB
CMYK
RGB Variations
Color information
#904EE4 (or 0x904EE4) is known color: Amethyst. HEX triplet: 90, 4E and E4. RGB value is (144,78,228). Sum of RGB (Red+Green+Blue) = 144+78+228=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #904EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EE4 is #6FB11B. Grayscale: #727272. Windows color (decimal): -7319836 or 14962320. OLE color: 14962320.
HSL color Cylindrical-coordinate representation of color #904EE4: hue angle of 266.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904EE4 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 78 | 228 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.11 |
| HSL | 266.4º | 0.74% | 0.6% | - |
| HSV(B) | 266.4º | 0.66% | 0.89% | - |
| XYZ | 28.23 | 16.98 | 75.19 | - |
| YUV | 114.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 228 | 0.37 | 0.66 | 0 | 0.11 | 266.4 | 0.74 | 0.6 |
| Hex | 90 | 4E | E4 | 25 | 42 | 0 | B | 10A | 4A | 3C |
| Octal | 220 | 116 | 344 | 45 | 102 | 0 | 13 | 412 | 112 | 74 |
| Binary | 10010000 | 1001110 | 11100100 | 100101 | 1000010 | 0 | 1011 | 100001010 | 1001010 | 111100 |
Color Harmonies of #904EE4
Complementary color
Monochromatic Colors of #904EE4
Black with #904EE4
Text Example
Text Example
White with #904EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EE4; }
p { color: rgb(144,78,228); }
H1.HeaderClassName
{
color: #904EE4;
}
.AnyTagClassName
{
color: #904EE4;
}
</style>
background-color css
<style>
a { background-color: #904EE4; }
a { background-color: rgb(144,78,228); }
div.DivClassName
{
background-color: #904EE4;
}
.BgClassName
{
background-color: #904EE4;
}
</style>
border-color css
<style>
span { border-color: #904EE4; }
span { border-color: rgb(144,78,228); }
td.TdClassName
{
border-color: #904EE4;
}
.TagClassName
{
border-color: #904EE4;
}
</style>