Shades of Amethyst Smoke #987FA7
Tints of Amethyst Smoke #987FA7
RGB
CMYK
RGB Variations
Color information
#987FA7 (or 0x987FA7) is known color: Amethyst Smoke. HEX triplet: 98, 7F and A7. RGB value is (152,127,167). Sum of RGB (Red+Green+Blue) = 152+127+167=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 167 - color contains mainly: blue. Hex color #987FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FA7 is #678058. Grayscale: #8A8A8A. Windows color (decimal): -6783065 or 10977176. OLE color: 10977176.
HSL color Cylindrical-coordinate representation of color #987FA7: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987FA7 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 127 | 167 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.35 |
| HSL | 277.5º | 0.19% | 0.58% | - |
| HSV(B) | 277.5º | 0.24% | 0.65% | - |
| XYZ | 27.51 | 24.64 | 39.87 | - |
| YUV | 139.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 167 | 0.09 | 0.24 | 0 | 0.35 | 277.5 | 0.19 | 0.58 |
| Hex | 98 | 7F | A7 | 9 | 18 | 0 | 23 | 116 | 13 | 3A |
| Octal | 230 | 177 | 247 | 11 | 30 | 0 | 43 | 426 | 23 | 72 |
| Binary | 10011000 | 1111111 | 10100111 | 1001 | 11000 | 0 | 100011 | 100010110 | 10011 | 111010 |
Color Harmonies of #987FA7
Complementary color
Monochromatic Colors of #987FA7
Black with #987FA7
Text Example
Text Example
White with #987FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FA7; }
p { color: rgb(152,127,167); }
H1.HeaderClassName
{
color: #987FA7;
}
.AnyTagClassName
{
color: #987FA7;
}
</style>
background-color css
<style>
a { background-color: #987FA7; }
a { background-color: rgb(152,127,167); }
div.DivClassName
{
background-color: #987FA7;
}
.BgClassName
{
background-color: #987FA7;
}
</style>
border-color css
<style>
span { border-color: #987FA7; }
span { border-color: rgb(152,127,167); }
td.TdClassName
{
border-color: #987FA7;
}
.TagClassName
{
border-color: #987FA7;
}
</style>