Shades of Amethyst #925DDA
Tints of Amethyst #925DDA
RGB
CMYK
RGB Variations
Color information
#925DDA (or 0x925DDA) is known color: Amethyst. HEX triplet: 92, 5D and DA. RGB value is (146,93,218). Sum of RGB (Red+Green+Blue) = 146+93+218=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #925DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DDA is #6DA225. Grayscale: #7A7A7A. Windows color (decimal): -7184934 or 14310802. OLE color: 14310802.
HSL color Cylindrical-coordinate representation of color #925DDA: hue angle of 265.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925DDA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 93 | 218 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.15 |
| HSL | 265.44º | 0.63% | 0.61% | - |
| HSV(B) | 265.44º | 0.57% | 0.85% | - |
| XYZ | 28.42 | 19 | 68.5 | - |
| YUV | 123.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 218 | 0.33 | 0.57 | 0 | 0.15 | 265.44 | 0.63 | 0.61 |
| Hex | 92 | 5D | DA | 21 | 39 | 0 | F | 109 | 3F | 3D |
| Octal | 222 | 135 | 332 | 41 | 71 | 0 | 17 | 411 | 77 | 75 |
| Binary | 10010010 | 1011101 | 11011010 | 100001 | 111001 | 0 | 1111 | 100001001 | 111111 | 111101 |
Color Harmonies of #925DDA
Complementary color
Monochromatic Colors of #925DDA
Black with #925DDA
Text Example
Text Example
White with #925DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DDA; }
p { color: rgb(146,93,218); }
H1.HeaderClassName
{
color: #925DDA;
}
.AnyTagClassName
{
color: #925DDA;
}
</style>
background-color css
<style>
a { background-color: #925DDA; }
a { background-color: rgb(146,93,218); }
div.DivClassName
{
background-color: #925DDA;
}
.BgClassName
{
background-color: #925DDA;
}
</style>
border-color css
<style>
span { border-color: #925DDA; }
span { border-color: rgb(146,93,218); }
td.TdClassName
{
border-color: #925DDA;
}
.TagClassName
{
border-color: #925DDA;
}
</style>