Shades of Amethyst #924ADB
Tints of Amethyst #924ADB
RGB
CMYK
RGB Variations
Color information
#924ADB (or 0x924ADB) is known color: Amethyst. HEX triplet: 92, 4A and DB. RGB value is (146,74,219). Sum of RGB (Red+Green+Blue) = 146+74+219=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #924ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924ADB is #6DB524. Grayscale: #6F6F6F. Windows color (decimal): -7189797 or 14371474. OLE color: 14371474.
HSL color Cylindrical-coordinate representation of color #924ADB: hue angle of 269.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924ADB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 74 | 219 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.14 |
| HSL | 269.79º | 0.67% | 0.57% | - |
| HSV(B) | 269.79º | 0.66% | 0.86% | - |
| XYZ | 27.09 | 16.12 | 68.7 | - |
| YUV | 112.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 219 | 0.33 | 0.66 | 0 | 0.14 | 269.79 | 0.67 | 0.57 |
| Hex | 92 | 4A | DB | 21 | 42 | 0 | E | 10E | 43 | 39 |
| Octal | 222 | 112 | 333 | 41 | 102 | 0 | 16 | 416 | 103 | 71 |
| Binary | 10010010 | 1001010 | 11011011 | 100001 | 1000010 | 0 | 1110 | 100001110 | 1000011 | 111001 |
Color Harmonies of #924ADB
Complementary color
Monochromatic Colors of #924ADB
Black with #924ADB
Text Example
Text Example
White with #924ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924ADB; }
p { color: rgb(146,74,219); }
H1.HeaderClassName
{
color: #924ADB;
}
.AnyTagClassName
{
color: #924ADB;
}
</style>
background-color css
<style>
a { background-color: #924ADB; }
a { background-color: rgb(146,74,219); }
div.DivClassName
{
background-color: #924ADB;
}
.BgClassName
{
background-color: #924ADB;
}
</style>
border-color css
<style>
span { border-color: #924ADB; }
span { border-color: rgb(146,74,219); }
td.TdClassName
{
border-color: #924ADB;
}
.TagClassName
{
border-color: #924ADB;
}
</style>