Shades of Amethyst #925ADD
Tints of Amethyst #925ADD
RGB
CMYK
RGB Variations
Color information
#925ADD (or 0x925ADD) is known color: Amethyst. HEX triplet: 92, 5A and DD. RGB value is (146,90,221). Sum of RGB (Red+Green+Blue) = 146+90+221=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #925ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ADD is #6DA522. Grayscale: #797979. Windows color (decimal): -7185699 or 14506642. OLE color: 14506642.
HSL color Cylindrical-coordinate representation of color #925ADD: hue angle of 265.65º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925ADD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 90 | 221 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.13 |
| HSL | 265.65º | 0.66% | 0.61% | - |
| HSV(B) | 265.65º | 0.59% | 0.87% | - |
| XYZ | 28.56 | 18.64 | 70.5 | - |
| YUV | 121.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 221 | 0.34 | 0.59 | 0 | 0.13 | 265.65 | 0.66 | 0.61 |
| Hex | 92 | 5A | DD | 22 | 3B | 0 | D | 10A | 42 | 3D |
| Octal | 222 | 132 | 335 | 42 | 73 | 0 | 15 | 412 | 102 | 75 |
| Binary | 10010010 | 1011010 | 11011101 | 100010 | 111011 | 0 | 1101 | 100001010 | 1000010 | 111101 |
Color Harmonies of #925ADD
Complementary color
Monochromatic Colors of #925ADD
Black with #925ADD
Text Example
Text Example
White with #925ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ADD; }
p { color: rgb(146,90,221); }
H1.HeaderClassName
{
color: #925ADD;
}
.AnyTagClassName
{
color: #925ADD;
}
</style>
background-color css
<style>
a { background-color: #925ADD; }
a { background-color: rgb(146,90,221); }
div.DivClassName
{
background-color: #925ADD;
}
.BgClassName
{
background-color: #925ADD;
}
</style>
border-color css
<style>
span { border-color: #925ADD; }
span { border-color: rgb(146,90,221); }
td.TdClassName
{
border-color: #925ADD;
}
.TagClassName
{
border-color: #925ADD;
}
</style>