Shades of Amethyst #904DD3
Tints of Amethyst #904DD3
RGB
CMYK
RGB Variations
Color information
#904DD3 (or 0x904DD3) is known color: Amethyst. HEX triplet: 90, 4D and D3. RGB value is (144,77,211). Sum of RGB (Red+Green+Blue) = 144+77+211=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #904DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DD3 is #6FB22C. Grayscale: #6F6F6F. Windows color (decimal): -7320109 or 13847952. OLE color: 13847952.
HSL color Cylindrical-coordinate representation of color #904DD3: hue angle of 270º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904DD3 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 77 | 211 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.17 |
| HSL | 270º | 0.6% | 0.56% | - |
| HSV(B) | 270º | 0.64% | 0.83% | - |
| XYZ | 25.91 | 15.94 | 63.34 | - |
| YUV | 112.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 211 | 0.32 | 0.64 | 0 | 0.17 | 270 | 0.6 | 0.56 |
| Hex | 90 | 4D | D3 | 20 | 40 | 0 | 11 | 10E | 3C | 38 |
| Octal | 220 | 115 | 323 | 40 | 100 | 0 | 21 | 416 | 74 | 70 |
| Binary | 10010000 | 1001101 | 11010011 | 100000 | 1000000 | 0 | 10001 | 100001110 | 111100 | 111000 |
Color Harmonies of #904DD3
Complementary color
Monochromatic Colors of #904DD3
Black with #904DD3
Text Example
Text Example
White with #904DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DD3; }
p { color: rgb(144,77,211); }
H1.HeaderClassName
{
color: #904DD3;
}
.AnyTagClassName
{
color: #904DD3;
}
</style>
background-color css
<style>
a { background-color: #904DD3; }
a { background-color: rgb(144,77,211); }
div.DivClassName
{
background-color: #904DD3;
}
.BgClassName
{
background-color: #904DD3;
}
</style>
border-color css
<style>
span { border-color: #904DD3; }
span { border-color: rgb(144,77,211); }
td.TdClassName
{
border-color: #904DD3;
}
.TagClassName
{
border-color: #904DD3;
}
</style>