Shades of Amethyst #924CD5
Tints of Amethyst #924CD5
RGB
CMYK
RGB Variations
Color information
#924CD5 (or 0x924CD5) is known color: Amethyst. HEX triplet: 92, 4C and D5. RGB value is (146,76,213). Sum of RGB (Red+Green+Blue) = 146+76+213=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #924CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CD5 is #6DB32A. Grayscale: #707070. Windows color (decimal): -7189291 or 13978770. OLE color: 13978770.
HSL color Cylindrical-coordinate representation of color #924CD5: hue angle of 270.66º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924CD5 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 76 | 213 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.16 |
| HSL | 270.66º | 0.62% | 0.57% | - |
| HSV(B) | 270.66º | 0.64% | 0.84% | - |
| XYZ | 26.45 | 16.08 | 64.66 | - |
| YUV | 112.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 213 | 0.31 | 0.64 | 0 | 0.16 | 270.66 | 0.62 | 0.57 |
| Hex | 92 | 4C | D5 | 1F | 40 | 0 | 10 | 10F | 3E | 39 |
| Octal | 222 | 114 | 325 | 37 | 100 | 0 | 20 | 417 | 76 | 71 |
| Binary | 10010010 | 1001100 | 11010101 | 11111 | 1000000 | 0 | 10000 | 100001111 | 111110 | 111001 |
Color Harmonies of #924CD5
Complementary color
Monochromatic Colors of #924CD5
Black with #924CD5
Text Example
Text Example
White with #924CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CD5; }
p { color: rgb(146,76,213); }
H1.HeaderClassName
{
color: #924CD5;
}
.AnyTagClassName
{
color: #924CD5;
}
</style>
background-color css
<style>
a { background-color: #924CD5; }
a { background-color: rgb(146,76,213); }
div.DivClassName
{
background-color: #924CD5;
}
.BgClassName
{
background-color: #924CD5;
}
</style>
border-color css
<style>
span { border-color: #924CD5; }
span { border-color: rgb(146,76,213); }
td.TdClassName
{
border-color: #924CD5;
}
.TagClassName
{
border-color: #924CD5;
}
</style>