Shades of Amethyst Smoke #987DA3
Tints of Amethyst Smoke #987DA3
RGB
CMYK
RGB Variations
Color information
#987DA3 (or 0x987DA3) is known color: Amethyst Smoke. HEX triplet: 98, 7D and A3. RGB value is (152,125,163). Sum of RGB (Red+Green+Blue) = 152+125+163=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 163 - color contains mainly: blue. Hex color #987DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DA3 is #67825C. Grayscale: #898989. Windows color (decimal): -6783581 or 10714520. OLE color: 10714520.
HSL color Cylindrical-coordinate representation of color #987DA3: hue angle of 282.63º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987DA3 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 125 | 163 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.36 |
| HSL | 282.63º | 0.17% | 0.56% | - |
| HSV(B) | 282.63º | 0.23% | 0.64% | - |
| XYZ | 26.89 | 23.99 | 37.86 | - |
| YUV | 137.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 163 | 0.07 | 0.23 | 0 | 0.36 | 282.63 | 0.17 | 0.56 |
| Hex | 98 | 7D | A3 | 7 | 17 | 0 | 24 | 11B | 11 | 38 |
| Octal | 230 | 175 | 243 | 7 | 27 | 0 | 44 | 433 | 21 | 70 |
| Binary | 10011000 | 1111101 | 10100011 | 111 | 10111 | 0 | 100100 | 100011011 | 10001 | 111000 |
Color Harmonies of #987DA3
Complementary color
Monochromatic Colors of #987DA3
Black with #987DA3
Text Example
Text Example
White with #987DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DA3; }
p { color: rgb(152,125,163); }
H1.HeaderClassName
{
color: #987DA3;
}
.AnyTagClassName
{
color: #987DA3;
}
</style>
background-color css
<style>
a { background-color: #987DA3; }
a { background-color: rgb(152,125,163); }
div.DivClassName
{
background-color: #987DA3;
}
.BgClassName
{
background-color: #987DA3;
}
</style>
border-color css
<style>
span { border-color: #987DA3; }
span { border-color: rgb(152,125,163); }
td.TdClassName
{
border-color: #987DA3;
}
.TagClassName
{
border-color: #987DA3;
}
</style>