Shades of Amethyst Smoke #987CA1
Tints of Amethyst Smoke #987CA1
RGB
CMYK
RGB Variations
Color information
#987CA1 (or 0x987CA1) is known color: Amethyst Smoke. HEX triplet: 98, 7C and A1. RGB value is (152,124,161). Sum of RGB (Red+Green+Blue) = 152+124+161=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 161 - color contains mainly: blue. Hex color #987CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CA1 is #67835E. Grayscale: #888888. Windows color (decimal): -6783839 or 10583192. OLE color: 10583192.
HSL color Cylindrical-coordinate representation of color #987CA1: hue angle of 285.41º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987CA1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 124 | 161 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.37 |
| HSL | 285.41º | 0.16% | 0.56% | - |
| HSV(B) | 285.41º | 0.23% | 0.63% | - |
| XYZ | 26.59 | 23.66 | 36.88 | - |
| YUV | 136.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 161 | 0.06 | 0.23 | 0 | 0.37 | 285.41 | 0.16 | 0.56 |
| Hex | 98 | 7C | A1 | 6 | 17 | 0 | 25 | 11D | 10 | 38 |
| Octal | 230 | 174 | 241 | 6 | 27 | 0 | 45 | 435 | 20 | 70 |
| Binary | 10011000 | 1111100 | 10100001 | 110 | 10111 | 0 | 100101 | 100011101 | 10000 | 111000 |
Color Harmonies of #987CA1
Complementary color
Monochromatic Colors of #987CA1
Black with #987CA1
Text Example
Text Example
White with #987CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CA1; }
p { color: rgb(152,124,161); }
H1.HeaderClassName
{
color: #987CA1;
}
.AnyTagClassName
{
color: #987CA1;
}
</style>
background-color css
<style>
a { background-color: #987CA1; }
a { background-color: rgb(152,124,161); }
div.DivClassName
{
background-color: #987CA1;
}
.BgClassName
{
background-color: #987CA1;
}
</style>
border-color css
<style>
span { border-color: #987CA1; }
span { border-color: rgb(152,124,161); }
td.TdClassName
{
border-color: #987CA1;
}
.TagClassName
{
border-color: #987CA1;
}
</style>