Shades of Amethyst Smoke #938895
Tints of Amethyst Smoke #938895
RGB
CMYK
RGB Variations
Color information
#938895 (or 0x938895) is known color: Amethyst Smoke. HEX triplet: 93, 88 and 95. RGB value is (147,136,149). Sum of RGB (Red+Green+Blue) = 147+136+149=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #938895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938895 is #6C776A. Grayscale: #8C8C8C. Windows color (decimal): -7108459 or 9799827. OLE color: 9799827.
HSL color Cylindrical-coordinate representation of color #938895: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #938895 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 149 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.42 |
| HSL | 290.77º | 0.06% | 0.56% | - |
| HSV(B) | 290.77º | 0.09% | 0.58% | - |
| XYZ | 26.26 | 25.98 | 32.06 | - |
| YUV | 140.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 149 | 0.01 | 0.09 | 0 | 0.42 | 290.77 | 0.06 | 0.56 |
| Hex | 93 | 88 | 95 | 1 | 9 | 0 | 2A | 123 | 6 | 38 |
| Octal | 223 | 210 | 225 | 1 | 11 | 0 | 52 | 443 | 6 | 70 |
| Binary | 10010011 | 10001000 | 10010101 | 1 | 1001 | 0 | 101010 | 100100011 | 110 | 111000 |
Color Harmonies of #938895
Complementary color
Monochromatic Colors of #938895
Black with #938895
Text Example
Text Example
White with #938895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938895; }
p { color: rgb(147,136,149); }
H1.HeaderClassName
{
color: #938895;
}
.AnyTagClassName
{
color: #938895;
}
</style>
background-color css
<style>
a { background-color: #938895; }
a { background-color: rgb(147,136,149); }
div.DivClassName
{
background-color: #938895;
}
.BgClassName
{
background-color: #938895;
}
</style>
border-color css
<style>
span { border-color: #938895; }
span { border-color: rgb(147,136,149); }
td.TdClassName
{
border-color: #938895;
}
.TagClassName
{
border-color: #938895;
}
</style>