Shades of Amethyst Smoke #97909C
Tints of Amethyst Smoke #97909C
RGB
CMYK
RGB Variations
Color information
#97909C (or 0x97909C) is known color: Amethyst Smoke. HEX triplet: 97, 90 and 9C. RGB value is (151,144,156). Sum of RGB (Red+Green+Blue) = 151+144+156=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 156 - color contains mainly: blue. Hex color #97909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97909C is #686F63. Grayscale: #939393. Windows color (decimal): -6844260 or 10260631. OLE color: 10260631.
HSL color Cylindrical-coordinate representation of color #97909C: hue angle of 275º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97909C is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 144 | 156 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.39 |
| HSL | 275º | 0.06% | 0.59% | - |
| HSV(B) | 275º | 0.08% | 0.61% | - |
| XYZ | 28.74 | 28.93 | 35.52 | - |
| YUV | 147.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 156 | 0.03 | 0.08 | 0 | 0.39 | 275 | 0.06 | 0.59 |
| Hex | 97 | 90 | 9C | 3 | 8 | 0 | 27 | 113 | 6 | 3B |
| Octal | 227 | 220 | 234 | 3 | 10 | 0 | 47 | 423 | 6 | 73 |
| Binary | 10010111 | 10010000 | 10011100 | 11 | 1000 | 0 | 100111 | 100010011 | 110 | 111011 |
Color Harmonies of #97909C
Complementary color
Monochromatic Colors of #97909C
Black with #97909C
Text Example
Text Example
White with #97909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97909C; }
p { color: rgb(151,144,156); }
H1.HeaderClassName
{
color: #97909C;
}
.AnyTagClassName
{
color: #97909C;
}
</style>
background-color css
<style>
a { background-color: #97909C; }
a { background-color: rgb(151,144,156); }
div.DivClassName
{
background-color: #97909C;
}
.BgClassName
{
background-color: #97909C;
}
</style>
border-color css
<style>
span { border-color: #97909C; }
span { border-color: rgb(151,144,156); }
td.TdClassName
{
border-color: #97909C;
}
.TagClassName
{
border-color: #97909C;
}
</style>