Shades of Amethyst #904DE1
Tints of Amethyst #904DE1
RGB
CMYK
RGB Variations
Color information
#904DE1 (or 0x904DE1) is known color: Amethyst. HEX triplet: 90, 4D and E1. RGB value is (144,77,225). Sum of RGB (Red+Green+Blue) = 144+77+225=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #904DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DE1 is #6FB21E. Grayscale: #717171. Windows color (decimal): -7320095 or 14765456. OLE color: 14765456.
HSL color Cylindrical-coordinate representation of color #904DE1: hue angle of 267.16º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904DE1 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 77 | 225 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.12 |
| HSL | 267.16º | 0.71% | 0.59% | - |
| HSV(B) | 267.16º | 0.66% | 0.88% | - |
| XYZ | 27.75 | 16.67 | 72.99 | - |
| YUV | 113.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 225 | 0.36 | 0.66 | 0 | 0.12 | 267.16 | 0.71 | 0.59 |
| Hex | 90 | 4D | E1 | 24 | 42 | 0 | C | 10B | 47 | 3B |
| Octal | 220 | 115 | 341 | 44 | 102 | 0 | 14 | 413 | 107 | 73 |
| Binary | 10010000 | 1001101 | 11100001 | 100100 | 1000010 | 0 | 1100 | 100001011 | 1000111 | 111011 |
Color Harmonies of #904DE1
Complementary color
Monochromatic Colors of #904DE1
Black with #904DE1
Text Example
Text Example
White with #904DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DE1; }
p { color: rgb(144,77,225); }
H1.HeaderClassName
{
color: #904DE1;
}
.AnyTagClassName
{
color: #904DE1;
}
</style>
background-color css
<style>
a { background-color: #904DE1; }
a { background-color: rgb(144,77,225); }
div.DivClassName
{
background-color: #904DE1;
}
.BgClassName
{
background-color: #904DE1;
}
</style>
border-color css
<style>
span { border-color: #904DE1; }
span { border-color: rgb(144,77,225); }
td.TdClassName
{
border-color: #904DE1;
}
.TagClassName
{
border-color: #904DE1;
}
</style>