Shades of Amethyst #924FD9
Tints of Amethyst #924FD9
RGB
CMYK
RGB Variations
Color information
#924FD9 (or 0x924FD9) is known color: Amethyst. HEX triplet: 92, 4F and D9. RGB value is (146,79,217). Sum of RGB (Red+Green+Blue) = 146+79+217=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #924FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FD9 is #6DB026. Grayscale: #727272. Windows color (decimal): -7188519 or 14241682. OLE color: 14241682.
HSL color Cylindrical-coordinate representation of color #924FD9: hue angle of 269.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924FD9 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 79 | 217 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.15 |
| HSL | 269.13º | 0.64% | 0.58% | - |
| HSV(B) | 269.13º | 0.64% | 0.85% | - |
| XYZ | 27.17 | 16.71 | 67.44 | - |
| YUV | 114.77 | 185.7 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 217 | 0.33 | 0.64 | 0 | 0.15 | 269.13 | 0.64 | 0.58 |
| Hex | 92 | 4F | D9 | 21 | 40 | 0 | F | 10D | 40 | 3A |
| Octal | 222 | 117 | 331 | 41 | 100 | 0 | 17 | 415 | 100 | 72 |
| Binary | 10010010 | 1001111 | 11011001 | 100001 | 1000000 | 0 | 1111 | 100001101 | 1000000 | 111010 |
Color Harmonies of #924FD9
Complementary color
Monochromatic Colors of #924FD9
Black with #924FD9
Text Example
Text Example
White with #924FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FD9; }
p { color: rgb(146,79,217); }
H1.HeaderClassName
{
color: #924FD9;
}
.AnyTagClassName
{
color: #924FD9;
}
</style>
background-color css
<style>
a { background-color: #924FD9; }
a { background-color: rgb(146,79,217); }
div.DivClassName
{
background-color: #924FD9;
}
.BgClassName
{
background-color: #924FD9;
}
</style>
border-color css
<style>
span { border-color: #924FD9; }
span { border-color: rgb(146,79,217); }
td.TdClassName
{
border-color: #924FD9;
}
.TagClassName
{
border-color: #924FD9;
}
</style>