Shades of Amethyst #924EDE
Tints of Amethyst #924EDE
RGB
CMYK
RGB Variations
Color information
#924EDE (or 0x924EDE) is known color: Amethyst. HEX triplet: 92, 4E and DE. RGB value is (146,78,222). Sum of RGB (Red+Green+Blue) = 146+78+222=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #924EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924EDE is #6DB121. Grayscale: #727272. Windows color (decimal): -7188770 or 14569106. OLE color: 14569106.
HSL color Cylindrical-coordinate representation of color #924EDE: hue angle of 268.33º degrees, saturation: 0.69, 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 #924EDE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 78 | 222 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.13 |
| HSL | 268.33º | 0.69% | 0.59% | - |
| HSV(B) | 268.33º | 0.65% | 0.87% | - |
| XYZ | 27.76 | 16.83 | 70.89 | - |
| YUV | 114.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 222 | 0.34 | 0.65 | 0 | 0.13 | 268.33 | 0.69 | 0.59 |
| Hex | 92 | 4E | DE | 22 | 41 | 0 | D | 10C | 45 | 3B |
| Octal | 222 | 116 | 336 | 42 | 101 | 0 | 15 | 414 | 105 | 73 |
| Binary | 10010010 | 1001110 | 11011110 | 100010 | 1000001 | 0 | 1101 | 100001100 | 1000101 | 111011 |
Color Harmonies of #924EDE
Complementary color
Monochromatic Colors of #924EDE
Black with #924EDE
Text Example
Text Example
White with #924EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EDE; }
p { color: rgb(146,78,222); }
H1.HeaderClassName
{
color: #924EDE;
}
.AnyTagClassName
{
color: #924EDE;
}
</style>
background-color css
<style>
a { background-color: #924EDE; }
a { background-color: rgb(146,78,222); }
div.DivClassName
{
background-color: #924EDE;
}
.BgClassName
{
background-color: #924EDE;
}
</style>
border-color css
<style>
span { border-color: #924EDE; }
span { border-color: rgb(146,78,222); }
td.TdClassName
{
border-color: #924EDE;
}
.TagClassName
{
border-color: #924EDE;
}
</style>