Shades of Amethyst Smoke #987FA0
Tints of Amethyst Smoke #987FA0
RGB
CMYK
RGB Variations
Color information
#987FA0 (or 0x987FA0) is known color: Amethyst Smoke. HEX triplet: 98, 7F and A0. RGB value is (152,127,160). Sum of RGB (Red+Green+Blue) = 152+127+160=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 160 - color contains mainly: blue. Hex color #987FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FA0 is #67805F. Grayscale: #8A8A8A. Windows color (decimal): -6783072 or 10518424. OLE color: 10518424.
HSL color Cylindrical-coordinate representation of color #987FA0: hue angle of 285.45º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987FA0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 127 | 160 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.37 |
| HSL | 285.45º | 0.15% | 0.56% | - |
| HSV(B) | 285.45º | 0.21% | 0.63% | - |
| XYZ | 26.88 | 24.39 | 36.55 | - |
| YUV | 138.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 160 | 0.05 | 0.21 | 0 | 0.37 | 285.45 | 0.15 | 0.56 |
| Hex | 98 | 7F | A0 | 5 | 15 | 0 | 25 | 11D | F | 38 |
| Octal | 230 | 177 | 240 | 5 | 25 | 0 | 45 | 435 | 17 | 70 |
| Binary | 10011000 | 1111111 | 10100000 | 101 | 10101 | 0 | 100101 | 100011101 | 1111 | 111000 |
Color Harmonies of #987FA0
Complementary color
Monochromatic Colors of #987FA0
Black with #987FA0
Text Example
Text Example
White with #987FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FA0; }
p { color: rgb(152,127,160); }
H1.HeaderClassName
{
color: #987FA0;
}
.AnyTagClassName
{
color: #987FA0;
}
</style>
background-color css
<style>
a { background-color: #987FA0; }
a { background-color: rgb(152,127,160); }
div.DivClassName
{
background-color: #987FA0;
}
.BgClassName
{
background-color: #987FA0;
}
</style>
border-color css
<style>
span { border-color: #987FA0; }
span { border-color: rgb(152,127,160); }
td.TdClassName
{
border-color: #987FA0;
}
.TagClassName
{
border-color: #987FA0;
}
</style>