Shades of Amethyst #904EDE
Tints of Amethyst #904EDE
RGB
CMYK
RGB Variations
Color information
#904EDE (or 0x904EDE) is known color: Amethyst. HEX triplet: 90, 4E and DE. RGB value is (144,78,222). Sum of RGB (Red+Green+Blue) = 144+78+222=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #904EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EDE is #6FB121. Grayscale: #717171. Windows color (decimal): -7319842 or 14569104. OLE color: 14569104.
HSL color Cylindrical-coordinate representation of color #904EDE: hue angle of 267.5º degrees, saturation: 0.69, 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 #904EDE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 78 | 222 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.13 |
| HSL | 267.5º | 0.69% | 0.59% | - |
| HSV(B) | 267.5º | 0.65% | 0.87% | - |
| XYZ | 27.41 | 16.65 | 70.88 | - |
| YUV | 114.15 | 188.87 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 222 | 0.35 | 0.65 | 0 | 0.13 | 267.5 | 0.69 | 0.59 |
| Hex | 90 | 4E | DE | 23 | 41 | 0 | D | 10C | 45 | 3B |
| Octal | 220 | 116 | 336 | 43 | 101 | 0 | 15 | 414 | 105 | 73 |
| Binary | 10010000 | 1001110 | 11011110 | 100011 | 1000001 | 0 | 1101 | 100001100 | 1000101 | 111011 |
Color Harmonies of #904EDE
Complementary color
Monochromatic Colors of #904EDE
Black with #904EDE
Text Example
Text Example
White with #904EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EDE; }
p { color: rgb(144,78,222); }
H1.HeaderClassName
{
color: #904EDE;
}
.AnyTagClassName
{
color: #904EDE;
}
</style>
background-color css
<style>
a { background-color: #904EDE; }
a { background-color: rgb(144,78,222); }
div.DivClassName
{
background-color: #904EDE;
}
.BgClassName
{
background-color: #904EDE;
}
</style>
border-color css
<style>
span { border-color: #904EDE; }
span { border-color: rgb(144,78,222); }
td.TdClassName
{
border-color: #904EDE;
}
.TagClassName
{
border-color: #904EDE;
}
</style>