Shades of Amethyst #924CD1
Tints of Amethyst #924CD1
RGB
CMYK
RGB Variations
Color information
#924CD1 (or 0x924CD1) is known color: Amethyst. HEX triplet: 92, 4C and D1. RGB value is (146,76,209). Sum of RGB (Red+Green+Blue) = 146+76+209=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #924CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CD1 is #6DB32E. Grayscale: #6F6F6F. Windows color (decimal): -7189295 or 13716626. OLE color: 13716626.
HSL color Cylindrical-coordinate representation of color #924CD1: hue angle of 271.58º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924CD1 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 76 | 209 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.18 |
| HSL | 271.58º | 0.59% | 0.56% | - |
| HSV(B) | 271.58º | 0.64% | 0.82% | - |
| XYZ | 25.95 | 15.88 | 62.02 | - |
| YUV | 112.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 209 | 0.30 | 0.64 | 0 | 0.18 | 271.58 | 0.59 | 0.56 |
| Hex | 92 | 4C | D1 | 1E | 40 | 0 | 12 | 110 | 3B | 38 |
| Octal | 222 | 114 | 321 | 36 | 100 | 0 | 22 | 420 | 73 | 70 |
| Binary | 10010010 | 1001100 | 11010001 | 11110 | 1000000 | 0 | 10010 | 100010000 | 111011 | 111000 |
Color Harmonies of #924CD1
Complementary color
Monochromatic Colors of #924CD1
Black with #924CD1
Text Example
Text Example
White with #924CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CD1; }
p { color: rgb(146,76,209); }
H1.HeaderClassName
{
color: #924CD1;
}
.AnyTagClassName
{
color: #924CD1;
}
</style>
background-color css
<style>
a { background-color: #924CD1; }
a { background-color: rgb(146,76,209); }
div.DivClassName
{
background-color: #924CD1;
}
.BgClassName
{
background-color: #924CD1;
}
</style>
border-color css
<style>
span { border-color: #924CD1; }
span { border-color: rgb(146,76,209); }
td.TdClassName
{
border-color: #924CD1;
}
.TagClassName
{
border-color: #924CD1;
}
</style>