Shades of Amethyst Smoke #987F9C
Tints of Amethyst Smoke #987F9C
RGB
CMYK
RGB Variations
Color information
#987F9C (or 0x987F9C) is known color: Amethyst Smoke. HEX triplet: 98, 7F and 9C. RGB value is (152,127,156). Sum of RGB (Red+Green+Blue) = 152+127+156=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #987F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F9C is #678063. Grayscale: #898989. Windows color (decimal): -6783076 or 10256280. OLE color: 10256280.
HSL color Cylindrical-coordinate representation of color #987F9C: hue angle of 291.72º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987F9C is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 127 | 156 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.39 |
| HSL | 291.72º | 0.13% | 0.55% | - |
| HSV(B) | 291.72º | 0.19% | 0.61% | - |
| XYZ | 26.54 | 24.25 | 34.74 | - |
| YUV | 137.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 156 | 0.03 | 0.19 | 0 | 0.39 | 291.72 | 0.13 | 0.55 |
| Hex | 98 | 7F | 9C | 3 | 13 | 0 | 27 | 124 | D | 37 |
| Octal | 230 | 177 | 234 | 3 | 23 | 0 | 47 | 444 | 15 | 67 |
| Binary | 10011000 | 1111111 | 10011100 | 11 | 10011 | 0 | 100111 | 100100100 | 1101 | 110111 |
Color Harmonies of #987F9C
Complementary color
Monochromatic Colors of #987F9C
Black with #987F9C
Text Example
Text Example
White with #987F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F9C; }
p { color: rgb(152,127,156); }
H1.HeaderClassName
{
color: #987F9C;
}
.AnyTagClassName
{
color: #987F9C;
}
</style>
background-color css
<style>
a { background-color: #987F9C; }
a { background-color: rgb(152,127,156); }
div.DivClassName
{
background-color: #987F9C;
}
.BgClassName
{
background-color: #987F9C;
}
</style>
border-color css
<style>
span { border-color: #987F9C; }
span { border-color: rgb(152,127,156); }
td.TdClassName
{
border-color: #987F9C;
}
.TagClassName
{
border-color: #987F9C;
}
</style>