Shades of Amethyst #904ED0
Tints of Amethyst #904ED0
RGB
CMYK
RGB Variations
Color information
#904ED0 (or 0x904ED0) is known color: Amethyst. HEX triplet: 90, 4E and D0. RGB value is (144,78,208). Sum of RGB (Red+Green+Blue) = 144+78+208=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #904ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ED0 is #6FB12F. Grayscale: #707070. Windows color (decimal): -7319856 or 13651600. OLE color: 13651600.
HSL color Cylindrical-coordinate representation of color #904ED0: hue angle of 270.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904ED0 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 78 | 208 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.18 |
| HSL | 270.46º | 0.58% | 0.56% | - |
| HSV(B) | 270.46º | 0.63% | 0.82% | - |
| XYZ | 25.61 | 15.93 | 61.4 | - |
| YUV | 112.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 208 | 0.31 | 0.62 | 0 | 0.18 | 270.46 | 0.58 | 0.56 |
| Hex | 90 | 4E | D0 | 1F | 3E | 0 | 12 | 10E | 3A | 38 |
| Octal | 220 | 116 | 320 | 37 | 76 | 0 | 22 | 416 | 72 | 70 |
| Binary | 10010000 | 1001110 | 11010000 | 11111 | 111110 | 0 | 10010 | 100001110 | 111010 | 111000 |
Color Harmonies of #904ED0
Complementary color
Monochromatic Colors of #904ED0
Black with #904ED0
Text Example
Text Example
White with #904ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904ED0; }
p { color: rgb(144,78,208); }
H1.HeaderClassName
{
color: #904ED0;
}
.AnyTagClassName
{
color: #904ED0;
}
</style>
background-color css
<style>
a { background-color: #904ED0; }
a { background-color: rgb(144,78,208); }
div.DivClassName
{
background-color: #904ED0;
}
.BgClassName
{
background-color: #904ED0;
}
</style>
border-color css
<style>
span { border-color: #904ED0; }
span { border-color: rgb(144,78,208); }
td.TdClassName
{
border-color: #904ED0;
}
.TagClassName
{
border-color: #904ED0;
}
</style>