Shades of Amethyst Smoke #937A97
Tints of Amethyst Smoke #937A97
RGB
CMYK
RGB Variations
Color information
#937A97 (or 0x937A97) is known color: Amethyst Smoke. HEX triplet: 93, 7A and 97. RGB value is (147,122,151). Sum of RGB (Red+Green+Blue) = 147+122+151=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #937A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A97 is #6C8568. Grayscale: #848484. Windows color (decimal): -7112041 or 9927315. OLE color: 9927315.
HSL color Cylindrical-coordinate representation of color #937A97: hue angle of 291.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937A97 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 122 | 151 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.41 |
| HSL | 291.72º | 0.12% | 0.54% | - |
| HSV(B) | 291.72º | 0.19% | 0.59% | - |
| XYZ | 24.58 | 22.36 | 32.3 | - |
| YUV | 132.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 151 | 0.03 | 0.19 | 0 | 0.41 | 291.72 | 0.12 | 0.54 |
| Hex | 93 | 7A | 97 | 3 | 13 | 0 | 29 | 124 | C | 36 |
| Octal | 223 | 172 | 227 | 3 | 23 | 0 | 51 | 444 | 14 | 66 |
| Binary | 10010011 | 1111010 | 10010111 | 11 | 10011 | 0 | 101001 | 100100100 | 1100 | 110110 |
Color Harmonies of #937A97
Complementary color
Monochromatic Colors of #937A97
Black with #937A97
Text Example
Text Example
White with #937A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A97; }
p { color: rgb(147,122,151); }
H1.HeaderClassName
{
color: #937A97;
}
.AnyTagClassName
{
color: #937A97;
}
</style>
background-color css
<style>
a { background-color: #937A97; }
a { background-color: rgb(147,122,151); }
div.DivClassName
{
background-color: #937A97;
}
.BgClassName
{
background-color: #937A97;
}
</style>
border-color css
<style>
span { border-color: #937A97; }
span { border-color: rgb(147,122,151); }
td.TdClassName
{
border-color: #937A97;
}
.TagClassName
{
border-color: #937A97;
}
</style>