Shades of Amethyst Smoke #9882A1
Tints of Amethyst Smoke #9882A1
RGB
CMYK
RGB Variations
Color information
#9882A1 (or 0x9882A1) is known color: Amethyst Smoke. HEX triplet: 98, 82 and A1. RGB value is (152,130,161). Sum of RGB (Red+Green+Blue) = 152+130+161=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 161 - color contains mainly: blue. Hex color #9882A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9882A1 is #677D5E. Grayscale: #8C8C8C. Windows color (decimal): -6782303 or 10584728. OLE color: 10584728.
HSL color Cylindrical-coordinate representation of color #9882A1: hue angle of 282.58º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9882A1 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 130 | 161 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.37 |
| HSL | 282.58º | 0.14% | 0.57% | - |
| HSV(B) | 282.58º | 0.19% | 0.63% | - |
| XYZ | 27.36 | 25.21 | 37.14 | - |
| YUV | 140.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 161 | 0.06 | 0.19 | 0 | 0.37 | 282.58 | 0.14 | 0.57 |
| Hex | 98 | 82 | A1 | 6 | 13 | 0 | 25 | 11B | E | 39 |
| Octal | 230 | 202 | 241 | 6 | 23 | 0 | 45 | 433 | 16 | 71 |
| Binary | 10011000 | 10000010 | 10100001 | 110 | 10011 | 0 | 100101 | 100011011 | 1110 | 111001 |
Color Harmonies of #9882A1
Complementary color
Monochromatic Colors of #9882A1
Black with #9882A1
Text Example
Text Example
White with #9882A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882A1; }
p { color: rgb(152,130,161); }
H1.HeaderClassName
{
color: #9882A1;
}
.AnyTagClassName
{
color: #9882A1;
}
</style>
background-color css
<style>
a { background-color: #9882A1; }
a { background-color: rgb(152,130,161); }
div.DivClassName
{
background-color: #9882A1;
}
.BgClassName
{
background-color: #9882A1;
}
</style>
border-color css
<style>
span { border-color: #9882A1; }
span { border-color: rgb(152,130,161); }
td.TdClassName
{
border-color: #9882A1;
}
.TagClassName
{
border-color: #9882A1;
}
</style>