Shades of Amethyst #924DDC
Tints of Amethyst #924DDC
RGB
CMYK
RGB Variations
Color information
#924DDC (or 0x924DDC) is known color: Amethyst. HEX triplet: 92, 4D and DC. RGB value is (146,77,220). Sum of RGB (Red+Green+Blue) = 146+77+220=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #924DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DDC is #6DB223. Grayscale: #717171. Windows color (decimal): -7189028 or 14437778. OLE color: 14437778.
HSL color Cylindrical-coordinate representation of color #924DDC: hue angle of 268.95º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #924DDC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 77 | 220 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.14 |
| HSL | 268.95º | 0.67% | 0.58% | - |
| HSV(B) | 268.95º | 0.65% | 0.86% | - |
| XYZ | 27.43 | 16.59 | 69.47 | - |
| YUV | 113.93 | 187.86 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 220 | 0.34 | 0.65 | 0 | 0.14 | 268.95 | 0.67 | 0.58 |
| Hex | 92 | 4D | DC | 22 | 41 | 0 | E | 10D | 43 | 3A |
| Octal | 222 | 115 | 334 | 42 | 101 | 0 | 16 | 415 | 103 | 72 |
| Binary | 10010010 | 1001101 | 11011100 | 100010 | 1000001 | 0 | 1110 | 100001101 | 1000011 | 111010 |
Color Harmonies of #924DDC
Complementary color
Monochromatic Colors of #924DDC
Black with #924DDC
Text Example
Text Example
White with #924DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924DDC; }
p { color: rgb(146,77,220); }
H1.HeaderClassName
{
color: #924DDC;
}
.AnyTagClassName
{
color: #924DDC;
}
</style>
background-color css
<style>
a { background-color: #924DDC; }
a { background-color: rgb(146,77,220); }
div.DivClassName
{
background-color: #924DDC;
}
.BgClassName
{
background-color: #924DDC;
}
</style>
border-color css
<style>
span { border-color: #924DDC; }
span { border-color: rgb(146,77,220); }
td.TdClassName
{
border-color: #924DDC;
}
.TagClassName
{
border-color: #924DDC;
}
</style>