Shades of Amethyst Smoke #987A9D
Tints of Amethyst Smoke #987A9D
RGB
CMYK
RGB Variations
Color information
#987A9D (or 0x987A9D) is known color: Amethyst Smoke. HEX triplet: 98, 7A and 9D. RGB value is (152,122,157). Sum of RGB (Red+Green+Blue) = 152+122+157=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #987A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A9D is #678562. Grayscale: #868686. Windows color (decimal): -6784355 or 10320536. OLE color: 10320536.
HSL color Cylindrical-coordinate representation of color #987A9D: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987A9D is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 122 | 157 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.38 |
| HSL | 291.43º | 0.15% | 0.55% | - |
| HSV(B) | 291.43º | 0.22% | 0.62% | - |
| XYZ | 25.99 | 23.03 | 34.97 | - |
| YUV | 134.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 157 | 0.03 | 0.22 | 0 | 0.38 | 291.43 | 0.15 | 0.55 |
| Hex | 98 | 7A | 9D | 3 | 16 | 0 | 26 | 123 | F | 37 |
| Octal | 230 | 172 | 235 | 3 | 26 | 0 | 46 | 443 | 17 | 67 |
| Binary | 10011000 | 1111010 | 10011101 | 11 | 10110 | 0 | 100110 | 100100011 | 1111 | 110111 |
Color Harmonies of #987A9D
Complementary color
Monochromatic Colors of #987A9D
Black with #987A9D
Text Example
Text Example
White with #987A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A9D; }
p { color: rgb(152,122,157); }
H1.HeaderClassName
{
color: #987A9D;
}
.AnyTagClassName
{
color: #987A9D;
}
</style>
background-color css
<style>
a { background-color: #987A9D; }
a { background-color: rgb(152,122,157); }
div.DivClassName
{
background-color: #987A9D;
}
.BgClassName
{
background-color: #987A9D;
}
</style>
border-color css
<style>
span { border-color: #987A9D; }
span { border-color: rgb(152,122,157); }
td.TdClassName
{
border-color: #987A9D;
}
.TagClassName
{
border-color: #987A9D;
}
</style>