Shades of Amethyst #925ACD
Tints of Amethyst #925ACD
RGB
CMYK
RGB Variations
Color information
#925ACD (or 0x925ACD) is known color: Amethyst. HEX triplet: 92, 5A and CD. RGB value is (146,90,205). Sum of RGB (Red+Green+Blue) = 146+90+205=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #925ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ACD is #6DA532. Grayscale: #777777. Windows color (decimal): -7185715 or 13458066. OLE color: 13458066.
HSL color Cylindrical-coordinate representation of color #925ACD: hue angle of 269.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925ACD is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 90 | 205 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.20 |
| HSL | 269.22º | 0.53% | 0.58% | - |
| HSV(B) | 269.22º | 0.56% | 0.8% | - |
| XYZ | 26.53 | 17.83 | 59.8 | - |
| YUV | 119.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 205 | 0.29 | 0.56 | 0 | 0.20 | 269.22 | 0.53 | 0.58 |
| Hex | 92 | 5A | CD | 1D | 38 | 0 | 14 | 10D | 35 | 3A |
| Octal | 222 | 132 | 315 | 35 | 70 | 0 | 24 | 415 | 65 | 72 |
| Binary | 10010010 | 1011010 | 11001101 | 11101 | 111000 | 0 | 10100 | 100001101 | 110101 | 111010 |
Color Harmonies of #925ACD
Complementary color
Monochromatic Colors of #925ACD
Black with #925ACD
Text Example
Text Example
White with #925ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ACD; }
p { color: rgb(146,90,205); }
H1.HeaderClassName
{
color: #925ACD;
}
.AnyTagClassName
{
color: #925ACD;
}
</style>
background-color css
<style>
a { background-color: #925ACD; }
a { background-color: rgb(146,90,205); }
div.DivClassName
{
background-color: #925ACD;
}
.BgClassName
{
background-color: #925ACD;
}
</style>
border-color css
<style>
span { border-color: #925ACD; }
span { border-color: rgb(146,90,205); }
td.TdClassName
{
border-color: #925ACD;
}
.TagClassName
{
border-color: #925ACD;
}
</style>