Shades of Amethyst Smoke #938196
Tints of Amethyst Smoke #938196
RGB
CMYK
RGB Variations
Color information
#938196 (or 0x938196) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 96. RGB value is (147,129,150). Sum of RGB (Red+Green+Blue) = 147+129+150=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #938196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938196 is #6C7E69. Grayscale: #888888. Windows color (decimal): -7110250 or 9863571. OLE color: 9863571.
HSL color Cylindrical-coordinate representation of color #938196: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938196 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 129 | 150 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.41 |
| HSL | 291.43º | 0.09% | 0.55% | - |
| HSV(B) | 291.43º | 0.14% | 0.59% | - |
| XYZ | 25.39 | 24.11 | 32.17 | - |
| YUV | 136.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 150 | 0.02 | 0.14 | 0 | 0.41 | 291.43 | 0.09 | 0.55 |
| Hex | 93 | 81 | 96 | 2 | E | 0 | 29 | 123 | 9 | 37 |
| Octal | 223 | 201 | 226 | 2 | 16 | 0 | 51 | 443 | 11 | 67 |
| Binary | 10010011 | 10000001 | 10010110 | 10 | 1110 | 0 | 101001 | 100100011 | 1001 | 110111 |
Color Harmonies of #938196
Complementary color
Monochromatic Colors of #938196
Black with #938196
Text Example
Text Example
White with #938196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938196; }
p { color: rgb(147,129,150); }
H1.HeaderClassName
{
color: #938196;
}
.AnyTagClassName
{
color: #938196;
}
</style>
background-color css
<style>
a { background-color: #938196; }
a { background-color: rgb(147,129,150); }
div.DivClassName
{
background-color: #938196;
}
.BgClassName
{
background-color: #938196;
}
</style>
border-color css
<style>
span { border-color: #938196; }
span { border-color: rgb(147,129,150); }
td.TdClassName
{
border-color: #938196;
}
.TagClassName
{
border-color: #938196;
}
</style>