Shades of Amethyst Smoke #9884A1
Tints of Amethyst Smoke #9884A1
RGB
CMYK
RGB Variations
Color information
#9884A1 (or 0x9884A1) is known color: Amethyst Smoke. HEX triplet: 98, 84 and A1. RGB value is (152,132,161). Sum of RGB (Red+Green+Blue) = 152+132+161=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 161 - color contains mainly: blue. Hex color #9884A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884A1 is #677B5E. Grayscale: #8D8D8D. Windows color (decimal): -6781791 or 10585240. OLE color: 10585240.
HSL color Cylindrical-coordinate representation of color #9884A1: hue angle of 281.38º 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 #9884A1 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 132 | 161 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.37 |
| HSL | 281.38º | 0.13% | 0.57% | - |
| HSV(B) | 281.38º | 0.18% | 0.63% | - |
| XYZ | 27.63 | 25.75 | 37.23 | - |
| YUV | 141.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 161 | 0.06 | 0.18 | 0 | 0.37 | 281.38 | 0.13 | 0.57 |
| Hex | 98 | 84 | A1 | 6 | 12 | 0 | 25 | 119 | D | 39 |
| Octal | 230 | 204 | 241 | 6 | 22 | 0 | 45 | 431 | 15 | 71 |
| Binary | 10011000 | 10000100 | 10100001 | 110 | 10010 | 0 | 100101 | 100011001 | 1101 | 111001 |
Color Harmonies of #9884A1
Complementary color
Monochromatic Colors of #9884A1
Black with #9884A1
Text Example
Text Example
White with #9884A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884A1; }
p { color: rgb(152,132,161); }
H1.HeaderClassName
{
color: #9884A1;
}
.AnyTagClassName
{
color: #9884A1;
}
</style>
background-color css
<style>
a { background-color: #9884A1; }
a { background-color: rgb(152,132,161); }
div.DivClassName
{
background-color: #9884A1;
}
.BgClassName
{
background-color: #9884A1;
}
</style>
border-color css
<style>
span { border-color: #9884A1; }
span { border-color: rgb(152,132,161); }
td.TdClassName
{
border-color: #9884A1;
}
.TagClassName
{
border-color: #9884A1;
}
</style>