Shades of Amethyst Smoke #987CA0
Tints of Amethyst Smoke #987CA0
RGB
CMYK
RGB Variations
Color information
#987CA0 (or 0x987CA0) is known color: Amethyst Smoke. HEX triplet: 98, 7C and A0. RGB value is (152,124,160). Sum of RGB (Red+Green+Blue) = 152+124+160=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #987CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CA0 is #67835F. Grayscale: #888888. Windows color (decimal): -6783840 or 10517656. OLE color: 10517656.
HSL color Cylindrical-coordinate representation of color #987CA0: hue angle of 286.67º 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 #987CA0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 124 | 160 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.37 |
| HSL | 286.67º | 0.16% | 0.56% | - |
| HSV(B) | 286.67º | 0.23% | 0.63% | - |
| XYZ | 26.5 | 23.63 | 36.42 | - |
| YUV | 136.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 160 | 0.05 | 0.22 | 0 | 0.37 | 286.67 | 0.16 | 0.56 |
| Hex | 98 | 7C | A0 | 5 | 16 | 0 | 25 | 11F | 10 | 38 |
| Octal | 230 | 174 | 240 | 5 | 26 | 0 | 45 | 437 | 20 | 70 |
| Binary | 10011000 | 1111100 | 10100000 | 101 | 10110 | 0 | 100101 | 100011111 | 10000 | 111000 |
Color Harmonies of #987CA0
Complementary color
Monochromatic Colors of #987CA0
Black with #987CA0
Text Example
Text Example
White with #987CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CA0; }
p { color: rgb(152,124,160); }
H1.HeaderClassName
{
color: #987CA0;
}
.AnyTagClassName
{
color: #987CA0;
}
</style>
background-color css
<style>
a { background-color: #987CA0; }
a { background-color: rgb(152,124,160); }
div.DivClassName
{
background-color: #987CA0;
}
.BgClassName
{
background-color: #987CA0;
}
</style>
border-color css
<style>
span { border-color: #987CA0; }
span { border-color: rgb(152,124,160); }
td.TdClassName
{
border-color: #987CA0;
}
.TagClassName
{
border-color: #987CA0;
}
</style>