Shades of Amethyst Smoke #937C96
Tints of Amethyst Smoke #937C96
RGB
CMYK
RGB Variations
Color information
#937C96 (or 0x937C96) is known color: Amethyst Smoke. HEX triplet: 93, 7C and 96. RGB value is (147,124,150). Sum of RGB (Red+Green+Blue) = 147+124+150=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 150 - color contains mainly: blue. Hex color #937C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C96 is #6C8369. Grayscale: #858585. Windows color (decimal): -7111530 or 9862291. OLE color: 9862291.
HSL color Cylindrical-coordinate representation of color #937C96: hue angle of 293.08º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937C96 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 124 | 150 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.41 |
| HSL | 293.08º | 0.11% | 0.54% | - |
| HSV(B) | 293.08º | 0.17% | 0.59% | - |
| XYZ | 24.75 | 22.82 | 31.95 | - |
| YUV | 133.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 150 | 0.02 | 0.17 | 0 | 0.41 | 293.08 | 0.11 | 0.54 |
| Hex | 93 | 7C | 96 | 2 | 11 | 0 | 29 | 125 | B | 36 |
| Octal | 223 | 174 | 226 | 2 | 21 | 0 | 51 | 445 | 13 | 66 |
| Binary | 10010011 | 1111100 | 10010110 | 10 | 10001 | 0 | 101001 | 100100101 | 1011 | 110110 |
Color Harmonies of #937C96
Complementary color
Monochromatic Colors of #937C96
Black with #937C96
Text Example
Text Example
White with #937C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C96; }
p { color: rgb(147,124,150); }
H1.HeaderClassName
{
color: #937C96;
}
.AnyTagClassName
{
color: #937C96;
}
</style>
background-color css
<style>
a { background-color: #937C96; }
a { background-color: rgb(147,124,150); }
div.DivClassName
{
background-color: #937C96;
}
.BgClassName
{
background-color: #937C96;
}
</style>
border-color css
<style>
span { border-color: #937C96; }
span { border-color: rgb(147,124,150); }
td.TdClassName
{
border-color: #937C96;
}
.TagClassName
{
border-color: #937C96;
}
</style>