Shades of Amethyst Smoke #937B96
Tints of Amethyst Smoke #937B96
RGB
CMYK
RGB Variations
Color information
#937B96 (or 0x937B96) is known color: Amethyst Smoke. HEX triplet: 93, 7B and 96. RGB value is (147,123,150). Sum of RGB (Red+Green+Blue) = 147+123+150=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 150 - color contains mainly: blue. Hex color #937B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B96 is #6C8469. Grayscale: #858585. Windows color (decimal): -7111786 or 9862035. OLE color: 9862035.
HSL color Cylindrical-coordinate representation of color #937B96: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937B96 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 123 | 150 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.41 |
| HSL | 293.33º | 0.11% | 0.54% | - |
| HSV(B) | 293.33º | 0.18% | 0.59% | - |
| XYZ | 24.62 | 22.57 | 31.91 | - |
| YUV | 133.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 150 | 0.02 | 0.18 | 0 | 0.41 | 293.33 | 0.11 | 0.54 |
| Hex | 93 | 7B | 96 | 2 | 12 | 0 | 29 | 125 | B | 36 |
| Octal | 223 | 173 | 226 | 2 | 22 | 0 | 51 | 445 | 13 | 66 |
| Binary | 10010011 | 1111011 | 10010110 | 10 | 10010 | 0 | 101001 | 100100101 | 1011 | 110110 |
Color Harmonies of #937B96
Complementary color
Monochromatic Colors of #937B96
Black with #937B96
Text Example
Text Example
White with #937B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B96; }
p { color: rgb(147,123,150); }
H1.HeaderClassName
{
color: #937B96;
}
.AnyTagClassName
{
color: #937B96;
}
</style>
background-color css
<style>
a { background-color: #937B96; }
a { background-color: rgb(147,123,150); }
div.DivClassName
{
background-color: #937B96;
}
.BgClassName
{
background-color: #937B96;
}
</style>
border-color css
<style>
span { border-color: #937B96; }
span { border-color: rgb(147,123,150); }
td.TdClassName
{
border-color: #937B96;
}
.TagClassName
{
border-color: #937B96;
}
</style>