Shades of Amethyst Smoke #987C9B
Tints of Amethyst Smoke #987C9B
RGB
CMYK
RGB Variations
Color information
#987C9B (or 0x987C9B) is known color: Amethyst Smoke. HEX triplet: 98, 7C and 9B. RGB value is (152,124,155). Sum of RGB (Red+Green+Blue) = 152+124+155=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #987C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C9B is #678364. Grayscale: #878787. Windows color (decimal): -6783845 or 10189976. OLE color: 10189976.
HSL color Cylindrical-coordinate representation of color #987C9B: hue angle of 294.19º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987C9B is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 124 | 155 | - |
| CMYK | 0.02 | 0.2 | 0 | 0.39 |
| HSL | 294.19º | 0.13% | 0.55% | - |
| HSV(B) | 294.19º | 0.2% | 0.61% | - |
| XYZ | 26.07 | 23.46 | 34.16 | - |
| YUV | 135.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 155 | 0.02 | 0.2 | 0 | 0.39 | 294.19 | 0.13 | 0.55 |
| Hex | 98 | 7C | 9B | 2 | 14 | 0 | 27 | 126 | D | 37 |
| Octal | 230 | 174 | 233 | 2 | 24 | 0 | 47 | 446 | 15 | 67 |
| Binary | 10011000 | 1111100 | 10011011 | 10 | 10100 | 0 | 100111 | 100100110 | 1101 | 110111 |
Color Harmonies of #987C9B
Complementary color
Monochromatic Colors of #987C9B
Black with #987C9B
Text Example
Text Example
White with #987C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C9B; }
p { color: rgb(152,124,155); }
H1.HeaderClassName
{
color: #987C9B;
}
.AnyTagClassName
{
color: #987C9B;
}
</style>
background-color css
<style>
a { background-color: #987C9B; }
a { background-color: rgb(152,124,155); }
div.DivClassName
{
background-color: #987C9B;
}
.BgClassName
{
background-color: #987C9B;
}
</style>
border-color css
<style>
span { border-color: #987C9B; }
span { border-color: rgb(152,124,155); }
td.TdClassName
{
border-color: #987C9B;
}
.TagClassName
{
border-color: #987C9B;
}
</style>