Shades of Amethyst #924DDB
Tints of Amethyst #924DDB
RGB
CMYK
RGB Variations
Color information
#924DDB (or 0x924DDB) is known color: Amethyst. HEX triplet: 92, 4D and DB. RGB value is (146,77,219). Sum of RGB (Red+Green+Blue) = 146+77+219=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #924DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924DDB is #6DB224. Grayscale: #717171. Windows color (decimal): -7189029 or 14372242. OLE color: 14372242.
HSL color Cylindrical-coordinate representation of color #924DDB: hue angle of 269.15º degrees, saturation: 0.66, 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 #924DDB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 77 | 219 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.14 |
| HSL | 269.15º | 0.66% | 0.58% | - |
| HSV(B) | 269.15º | 0.65% | 0.86% | - |
| XYZ | 27.29 | 16.53 | 68.77 | - |
| YUV | 113.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 219 | 0.33 | 0.65 | 0 | 0.14 | 269.15 | 0.66 | 0.58 |
| Hex | 92 | 4D | DB | 21 | 41 | 0 | E | 10D | 42 | 3A |
| Octal | 222 | 115 | 333 | 41 | 101 | 0 | 16 | 415 | 102 | 72 |
| Binary | 10010010 | 1001101 | 11011011 | 100001 | 1000001 | 0 | 1110 | 100001101 | 1000010 | 111010 |
Color Harmonies of #924DDB
Complementary color
Monochromatic Colors of #924DDB
Black with #924DDB
Text Example
Text Example
White with #924DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924DDB; }
p { color: rgb(146,77,219); }
H1.HeaderClassName
{
color: #924DDB;
}
.AnyTagClassName
{
color: #924DDB;
}
</style>
background-color css
<style>
a { background-color: #924DDB; }
a { background-color: rgb(146,77,219); }
div.DivClassName
{
background-color: #924DDB;
}
.BgClassName
{
background-color: #924DDB;
}
</style>
border-color css
<style>
span { border-color: #924DDB; }
span { border-color: rgb(146,77,219); }
td.TdClassName
{
border-color: #924DDB;
}
.TagClassName
{
border-color: #924DDB;
}
</style>