Shades of Amethyst #904DD7
Tints of Amethyst #904DD7
RGB
CMYK
RGB Variations
Color information
#904DD7 (or 0x904DD7) is known color: Amethyst. HEX triplet: 90, 4D and D7. RGB value is (144,77,215). Sum of RGB (Red+Green+Blue) = 144+77+215=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #904DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DD7 is #6FB228. Grayscale: #707070. Windows color (decimal): -7320105 or 14110096. OLE color: 14110096.
HSL color Cylindrical-coordinate representation of color #904DD7: hue angle of 269.13º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904DD7 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 77 | 215 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.16 |
| HSL | 269.13º | 0.63% | 0.57% | - |
| HSV(B) | 269.13º | 0.64% | 0.84% | - |
| XYZ | 26.42 | 16.14 | 66.01 | - |
| YUV | 112.77 | 185.7 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 215 | 0.33 | 0.64 | 0 | 0.16 | 269.13 | 0.63 | 0.57 |
| Hex | 90 | 4D | D7 | 21 | 40 | 0 | 10 | 10D | 3F | 39 |
| Octal | 220 | 115 | 327 | 41 | 100 | 0 | 20 | 415 | 77 | 71 |
| Binary | 10010000 | 1001101 | 11010111 | 100001 | 1000000 | 0 | 10000 | 100001101 | 111111 | 111001 |
Color Harmonies of #904DD7
Complementary color
Monochromatic Colors of #904DD7
Black with #904DD7
Text Example
Text Example
White with #904DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DD7; }
p { color: rgb(144,77,215); }
H1.HeaderClassName
{
color: #904DD7;
}
.AnyTagClassName
{
color: #904DD7;
}
</style>
background-color css
<style>
a { background-color: #904DD7; }
a { background-color: rgb(144,77,215); }
div.DivClassName
{
background-color: #904DD7;
}
.BgClassName
{
background-color: #904DD7;
}
</style>
border-color css
<style>
span { border-color: #904DD7; }
span { border-color: rgb(144,77,215); }
td.TdClassName
{
border-color: #904DD7;
}
.TagClassName
{
border-color: #904DD7;
}
</style>