Shades of Amethyst #904CDF
Tints of Amethyst #904CDF
RGB
CMYK
RGB Variations
Color information
#904CDF (or 0x904CDF) is known color: Amethyst. HEX triplet: 90, 4C and DF. RGB value is (144,76,223). Sum of RGB (Red+Green+Blue) = 144+76+223=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #904CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CDF is #6FB320. Grayscale: #707070. Windows color (decimal): -7320353 or 14634128. OLE color: 14634128.
HSL color Cylindrical-coordinate representation of color #904CDF: hue angle of 267.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904CDF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 76 | 223 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.13 |
| HSL | 267.76º | 0.7% | 0.59% | - |
| HSV(B) | 267.76º | 0.66% | 0.87% | - |
| XYZ | 27.41 | 16.43 | 71.54 | - |
| YUV | 113.09 | 190.03 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 223 | 0.35 | 0.66 | 0 | 0.13 | 267.76 | 0.7 | 0.59 |
| Hex | 90 | 4C | DF | 23 | 42 | 0 | D | 10C | 46 | 3B |
| Octal | 220 | 114 | 337 | 43 | 102 | 0 | 15 | 414 | 106 | 73 |
| Binary | 10010000 | 1001100 | 11011111 | 100011 | 1000010 | 0 | 1101 | 100001100 | 1000110 | 111011 |
Color Harmonies of #904CDF
Complementary color
Monochromatic Colors of #904CDF
Black with #904CDF
Text Example
Text Example
White with #904CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CDF; }
p { color: rgb(144,76,223); }
H1.HeaderClassName
{
color: #904CDF;
}
.AnyTagClassName
{
color: #904CDF;
}
</style>
background-color css
<style>
a { background-color: #904CDF; }
a { background-color: rgb(144,76,223); }
div.DivClassName
{
background-color: #904CDF;
}
.BgClassName
{
background-color: #904CDF;
}
</style>
border-color css
<style>
span { border-color: #904CDF; }
span { border-color: rgb(144,76,223); }
td.TdClassName
{
border-color: #904CDF;
}
.TagClassName
{
border-color: #904CDF;
}
</style>