Shades of Amethyst #924ED0
Tints of Amethyst #924ED0
RGB
CMYK
RGB Variations
Color information
#924ED0 (or 0x924ED0) is known color: Amethyst. HEX triplet: 92, 4E and D0. RGB value is (146,78,208). Sum of RGB (Red+Green+Blue) = 146+78+208=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #924ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924ED0 is #6DB12F. Grayscale: #707070. Windows color (decimal): -7188784 or 13651602. OLE color: 13651602.
HSL color Cylindrical-coordinate representation of color #924ED0: hue angle of 271.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924ED0 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 78 | 208 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.18 |
| HSL | 271.38º | 0.58% | 0.56% | - |
| HSV(B) | 271.38º | 0.63% | 0.82% | - |
| XYZ | 25.96 | 16.11 | 61.42 | - |
| YUV | 113.15 | 181.53 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 208 | 0.30 | 0.62 | 0 | 0.18 | 271.38 | 0.58 | 0.56 |
| Hex | 92 | 4E | D0 | 1E | 3E | 0 | 12 | 10F | 3A | 38 |
| Octal | 222 | 116 | 320 | 36 | 76 | 0 | 22 | 417 | 72 | 70 |
| Binary | 10010010 | 1001110 | 11010000 | 11110 | 111110 | 0 | 10010 | 100001111 | 111010 | 111000 |
Color Harmonies of #924ED0
Complementary color
Monochromatic Colors of #924ED0
Black with #924ED0
Text Example
Text Example
White with #924ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924ED0; }
p { color: rgb(146,78,208); }
H1.HeaderClassName
{
color: #924ED0;
}
.AnyTagClassName
{
color: #924ED0;
}
</style>
background-color css
<style>
a { background-color: #924ED0; }
a { background-color: rgb(146,78,208); }
div.DivClassName
{
background-color: #924ED0;
}
.BgClassName
{
background-color: #924ED0;
}
</style>
border-color css
<style>
span { border-color: #924ED0; }
span { border-color: rgb(146,78,208); }
td.TdClassName
{
border-color: #924ED0;
}
.TagClassName
{
border-color: #924ED0;
}
</style>