Shades of Amethyst #904DDF
Tints of Amethyst #904DDF
RGB
CMYK
RGB Variations
Color information
#904DDF (or 0x904DDF) is known color: Amethyst. HEX triplet: 90, 4D and DF. RGB value is (144,77,223). Sum of RGB (Red+Green+Blue) = 144+77+223=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #904DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DDF is #6FB220. Grayscale: #717171. Windows color (decimal): -7320097 or 14634384. OLE color: 14634384.
HSL color Cylindrical-coordinate representation of color #904DDF: hue angle of 267.53º degrees, saturation: 0.7, 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 #904DDF is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 77 | 223 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.13 |
| HSL | 267.53º | 0.7% | 0.59% | - |
| HSV(B) | 267.53º | 0.65% | 0.87% | - |
| XYZ | 27.47 | 16.56 | 71.56 | - |
| YUV | 113.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 223 | 0.35 | 0.65 | 0 | 0.13 | 267.53 | 0.7 | 0.59 |
| Hex | 90 | 4D | DF | 23 | 41 | 0 | D | 10C | 46 | 3B |
| Octal | 220 | 115 | 337 | 43 | 101 | 0 | 15 | 414 | 106 | 73 |
| Binary | 10010000 | 1001101 | 11011111 | 100011 | 1000001 | 0 | 1101 | 100001100 | 1000110 | 111011 |
Color Harmonies of #904DDF
Complementary color
Monochromatic Colors of #904DDF
Black with #904DDF
Text Example
Text Example
White with #904DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DDF; }
p { color: rgb(144,77,223); }
H1.HeaderClassName
{
color: #904DDF;
}
.AnyTagClassName
{
color: #904DDF;
}
</style>
background-color css
<style>
a { background-color: #904DDF; }
a { background-color: rgb(144,77,223); }
div.DivClassName
{
background-color: #904DDF;
}
.BgClassName
{
background-color: #904DDF;
}
</style>
border-color css
<style>
span { border-color: #904DDF; }
span { border-color: rgb(144,77,223); }
td.TdClassName
{
border-color: #904DDF;
}
.TagClassName
{
border-color: #904DDF;
}
</style>