Shades of Amethyst Smoke #9284A1
Tints of Amethyst Smoke #9284A1
RGB
CMYK
RGB Variations
Color information
#9284A1 (or 0x9284A1) is known color: Amethyst Smoke. HEX triplet: 92, 84 and A1. RGB value is (146,132,161). Sum of RGB (Red+Green+Blue) = 146+132+161=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 161 - color contains mainly: blue. Hex color #9284A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9284A1 is #6D7B5E. Grayscale: #8B8B8B. Windows color (decimal): -7175007 or 10585234. OLE color: 10585234.
HSL color Cylindrical-coordinate representation of color #9284A1: hue angle of 268.97º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9284A1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 132 | 161 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.37 |
| HSL | 268.97º | 0.13% | 0.57% | - |
| HSV(B) | 268.97º | 0.18% | 0.63% | - |
| XYZ | 26.54 | 25.19 | 37.18 | - |
| YUV | 139.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 161 | 0.09 | 0.18 | 0 | 0.37 | 268.97 | 0.13 | 0.57 |
| Hex | 92 | 84 | A1 | 9 | 12 | 0 | 25 | 10D | D | 39 |
| Octal | 222 | 204 | 241 | 11 | 22 | 0 | 45 | 415 | 15 | 71 |
| Binary | 10010010 | 10000100 | 10100001 | 1001 | 10010 | 0 | 100101 | 100001101 | 1101 | 111001 |
Color Harmonies of #9284A1
Complementary color
Monochromatic Colors of #9284A1
Black with #9284A1
Text Example
Text Example
White with #9284A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9284A1; }
p { color: rgb(146,132,161); }
H1.HeaderClassName
{
color: #9284A1;
}
.AnyTagClassName
{
color: #9284A1;
}
</style>
background-color css
<style>
a { background-color: #9284A1; }
a { background-color: rgb(146,132,161); }
div.DivClassName
{
background-color: #9284A1;
}
.BgClassName
{
background-color: #9284A1;
}
</style>
border-color css
<style>
span { border-color: #9284A1; }
span { border-color: rgb(146,132,161); }
td.TdClassName
{
border-color: #9284A1;
}
.TagClassName
{
border-color: #9284A1;
}
</style>