Shades of Amethyst #924EDC
Tints of Amethyst #924EDC
RGB
CMYK
RGB Variations
Color information
#924EDC (or 0x924EDC) is known color: Amethyst. HEX triplet: 92, 4E and DC. RGB value is (146,78,220). Sum of RGB (Red+Green+Blue) = 146+78+220=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #924EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924EDC is #6DB123. Grayscale: #727272. Windows color (decimal): -7188772 or 14438034. OLE color: 14438034.
HSL color Cylindrical-coordinate representation of color #924EDC: hue angle of 268.73º 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 #924EDC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 78 | 220 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.14 |
| HSL | 268.73º | 0.67% | 0.58% | - |
| HSV(B) | 268.73º | 0.65% | 0.86% | - |
| XYZ | 27.5 | 16.73 | 69.49 | - |
| YUV | 114.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 220 | 0.34 | 0.65 | 0 | 0.14 | 268.73 | 0.67 | 0.58 |
| Hex | 92 | 4E | DC | 22 | 41 | 0 | E | 10D | 43 | 3A |
| Octal | 222 | 116 | 334 | 42 | 101 | 0 | 16 | 415 | 103 | 72 |
| Binary | 10010010 | 1001110 | 11011100 | 100010 | 1000001 | 0 | 1110 | 100001101 | 1000011 | 111010 |
Color Harmonies of #924EDC
Complementary color
Monochromatic Colors of #924EDC
Black with #924EDC
Text Example
Text Example
White with #924EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EDC; }
p { color: rgb(146,78,220); }
H1.HeaderClassName
{
color: #924EDC;
}
.AnyTagClassName
{
color: #924EDC;
}
</style>
background-color css
<style>
a { background-color: #924EDC; }
a { background-color: rgb(146,78,220); }
div.DivClassName
{
background-color: #924EDC;
}
.BgClassName
{
background-color: #924EDC;
}
</style>
border-color css
<style>
span { border-color: #924EDC; }
span { border-color: rgb(146,78,220); }
td.TdClassName
{
border-color: #924EDC;
}
.TagClassName
{
border-color: #924EDC;
}
</style>