Shades of Amethyst #924BDE
Tints of Amethyst #924BDE
RGB
CMYK
RGB Variations
Color information
#924BDE (or 0x924BDE) is known color: Amethyst. HEX triplet: 92, 4B and DE. RGB value is (146,75,222). Sum of RGB (Red+Green+Blue) = 146+75+222=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #924BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BDE is #6DB421. Grayscale: #707070. Windows color (decimal): -7189538 or 14568338. OLE color: 14568338.
HSL color Cylindrical-coordinate representation of color #924BDE: hue angle of 268.98º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924BDE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 75 | 222 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.13 |
| HSL | 268.98º | 0.69% | 0.58% | - |
| HSV(B) | 268.98º | 0.66% | 0.87% | - |
| XYZ | 27.55 | 16.42 | 70.82 | - |
| YUV | 112.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 222 | 0.34 | 0.66 | 0 | 0.13 | 268.98 | 0.69 | 0.58 |
| Hex | 92 | 4B | DE | 22 | 42 | 0 | D | 10D | 45 | 3A |
| Octal | 222 | 113 | 336 | 42 | 102 | 0 | 15 | 415 | 105 | 72 |
| Binary | 10010010 | 1001011 | 11011110 | 100010 | 1000010 | 0 | 1101 | 100001101 | 1000101 | 111010 |
Color Harmonies of #924BDE
Complementary color
Monochromatic Colors of #924BDE
Black with #924BDE
Text Example
Text Example
White with #924BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BDE; }
p { color: rgb(146,75,222); }
H1.HeaderClassName
{
color: #924BDE;
}
.AnyTagClassName
{
color: #924BDE;
}
</style>
background-color css
<style>
a { background-color: #924BDE; }
a { background-color: rgb(146,75,222); }
div.DivClassName
{
background-color: #924BDE;
}
.BgClassName
{
background-color: #924BDE;
}
</style>
border-color css
<style>
span { border-color: #924BDE; }
span { border-color: rgb(146,75,222); }
td.TdClassName
{
border-color: #924BDE;
}
.TagClassName
{
border-color: #924BDE;
}
</style>