Shades of Amethyst Smoke #987FA2
Tints of Amethyst Smoke #987FA2
RGB
CMYK
RGB Variations
Color information
#987FA2 (or 0x987FA2) is known color: Amethyst Smoke. HEX triplet: 98, 7F and A2. RGB value is (152,127,162). Sum of RGB (Red+Green+Blue) = 152+127+162=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 162 - color contains mainly: blue. Hex color #987FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FA2 is #67805D. Grayscale: #8A8A8A. Windows color (decimal): -6783070 or 10649496. OLE color: 10649496.
HSL color Cylindrical-coordinate representation of color #987FA2: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987FA2 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 127 | 162 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.36 |
| HSL | 282.86º | 0.16% | 0.57% | - |
| HSV(B) | 282.86º | 0.22% | 0.64% | - |
| XYZ | 27.06 | 24.46 | 37.48 | - |
| YUV | 138.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 162 | 0.06 | 0.22 | 0 | 0.36 | 282.86 | 0.16 | 0.57 |
| Hex | 98 | 7F | A2 | 6 | 16 | 0 | 24 | 11B | 10 | 39 |
| Octal | 230 | 177 | 242 | 6 | 26 | 0 | 44 | 433 | 20 | 71 |
| Binary | 10011000 | 1111111 | 10100010 | 110 | 10110 | 0 | 100100 | 100011011 | 10000 | 111001 |
Color Harmonies of #987FA2
Complementary color
Monochromatic Colors of #987FA2
Black with #987FA2
Text Example
Text Example
White with #987FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FA2; }
p { color: rgb(152,127,162); }
H1.HeaderClassName
{
color: #987FA2;
}
.AnyTagClassName
{
color: #987FA2;
}
</style>
background-color css
<style>
a { background-color: #987FA2; }
a { background-color: rgb(152,127,162); }
div.DivClassName
{
background-color: #987FA2;
}
.BgClassName
{
background-color: #987FA2;
}
</style>
border-color css
<style>
span { border-color: #987FA2; }
span { border-color: rgb(152,127,162); }
td.TdClassName
{
border-color: #987FA2;
}
.TagClassName
{
border-color: #987FA2;
}
</style>