Shades of Amethyst Smoke #978DA0
Tints of Amethyst Smoke #978DA0
RGB
CMYK
RGB Variations
Color information
#978DA0 (or 0x978DA0) is known color: Amethyst Smoke. HEX triplet: 97, 8D and A0. RGB value is (151,141,160). Sum of RGB (Red+Green+Blue) = 151+141+160=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 160 - color contains mainly: blue. Hex color #978DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DA0 is #68725F. Grayscale: #929292. Windows color (decimal): -6845024 or 10522007. OLE color: 10522007.
HSL color Cylindrical-coordinate representation of color #978DA0: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #978DA0 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 141 | 160 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.37 |
| HSL | 271.58º | 0.09% | 0.59% | - |
| HSV(B) | 271.58º | 0.12% | 0.63% | - |
| XYZ | 28.63 | 28.17 | 37.19 | - |
| YUV | 146.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 160 | 0.06 | 0.12 | 0 | 0.37 | 271.58 | 0.09 | 0.59 |
| Hex | 97 | 8D | A0 | 6 | C | 0 | 25 | 110 | 9 | 3B |
| Octal | 227 | 215 | 240 | 6 | 14 | 0 | 45 | 420 | 11 | 73 |
| Binary | 10010111 | 10001101 | 10100000 | 110 | 1100 | 0 | 100101 | 100010000 | 1001 | 111011 |
Color Harmonies of #978DA0
Complementary color
Monochromatic Colors of #978DA0
Black with #978DA0
Text Example
Text Example
White with #978DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DA0; }
p { color: rgb(151,141,160); }
H1.HeaderClassName
{
color: #978DA0;
}
.AnyTagClassName
{
color: #978DA0;
}
</style>
background-color css
<style>
a { background-color: #978DA0; }
a { background-color: rgb(151,141,160); }
div.DivClassName
{
background-color: #978DA0;
}
.BgClassName
{
background-color: #978DA0;
}
</style>
border-color css
<style>
span { border-color: #978DA0; }
span { border-color: rgb(151,141,160); }
td.TdClassName
{
border-color: #978DA0;
}
.TagClassName
{
border-color: #978DA0;
}
</style>