Shades of Amethyst #924CDC
Tints of Amethyst #924CDC
RGB
CMYK
RGB Variations
Color information
#924CDC (or 0x924CDC) is known color: Amethyst. HEX triplet: 92, 4C and DC. RGB value is (146,76,220). Sum of RGB (Red+Green+Blue) = 146+76+220=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #924CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CDC is #6DB323. Grayscale: #707070. Windows color (decimal): -7189284 or 14437522. OLE color: 14437522.
HSL color Cylindrical-coordinate representation of color #924CDC: hue angle of 269.17º degrees, saturation: 0.67, 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 #924CDC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 76 | 220 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.14 |
| HSL | 269.17º | 0.67% | 0.58% | - |
| HSV(B) | 269.17º | 0.65% | 0.86% | - |
| XYZ | 27.36 | 16.45 | 69.44 | - |
| YUV | 113.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 220 | 0.34 | 0.65 | 0 | 0.14 | 269.17 | 0.67 | 0.58 |
| Hex | 92 | 4C | DC | 22 | 41 | 0 | E | 10D | 43 | 3A |
| Octal | 222 | 114 | 334 | 42 | 101 | 0 | 16 | 415 | 103 | 72 |
| Binary | 10010010 | 1001100 | 11011100 | 100010 | 1000001 | 0 | 1110 | 100001101 | 1000011 | 111010 |
Color Harmonies of #924CDC
Complementary color
Monochromatic Colors of #924CDC
Black with #924CDC
Text Example
Text Example
White with #924CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CDC; }
p { color: rgb(146,76,220); }
H1.HeaderClassName
{
color: #924CDC;
}
.AnyTagClassName
{
color: #924CDC;
}
</style>
background-color css
<style>
a { background-color: #924CDC; }
a { background-color: rgb(146,76,220); }
div.DivClassName
{
background-color: #924CDC;
}
.BgClassName
{
background-color: #924CDC;
}
</style>
border-color css
<style>
span { border-color: #924CDC; }
span { border-color: rgb(146,76,220); }
td.TdClassName
{
border-color: #924CDC;
}
.TagClassName
{
border-color: #924CDC;
}
</style>