Shades of Amethyst Smoke #979099
Tints of Amethyst Smoke #979099
RGB
CMYK
RGB Variations
Color information
#979099 (or 0x979099) is known color: Amethyst Smoke. HEX triplet: 97, 90 and 99. RGB value is (151,144,153). Sum of RGB (Red+Green+Blue) = 151+144+153=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #979099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979099 is #686F66. Grayscale: #939393. Windows color (decimal): -6844263 or 10064023. OLE color: 10064023.
HSL color Cylindrical-coordinate representation of color #979099: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #979099 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 144 | 153 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.4 |
| HSL | 286.67º | 0.04% | 0.58% | - |
| HSV(B) | 286.67º | 0.06% | 0.6% | - |
| XYZ | 28.49 | 28.83 | 34.2 | - |
| YUV | 147.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 153 | 0.01 | 0.06 | 0 | 0.4 | 286.67 | 0.04 | 0.58 |
| Hex | 97 | 90 | 99 | 1 | 6 | 0 | 28 | 11F | 4 | 3A |
| Octal | 227 | 220 | 231 | 1 | 6 | 0 | 50 | 437 | 4 | 72 |
| Binary | 10010111 | 10010000 | 10011001 | 1 | 110 | 0 | 101000 | 100011111 | 100 | 111010 |
Color Harmonies of #979099
Complementary color
Monochromatic Colors of #979099
Black with #979099
Text Example
Text Example
White with #979099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979099; }
p { color: rgb(151,144,153); }
H1.HeaderClassName
{
color: #979099;
}
.AnyTagClassName
{
color: #979099;
}
</style>
background-color css
<style>
a { background-color: #979099; }
a { background-color: rgb(151,144,153); }
div.DivClassName
{
background-color: #979099;
}
.BgClassName
{
background-color: #979099;
}
</style>
border-color css
<style>
span { border-color: #979099; }
span { border-color: rgb(151,144,153); }
td.TdClassName
{
border-color: #979099;
}
.TagClassName
{
border-color: #979099;
}
</style>