Shades of Amethyst Smoke #937D95
Tints of Amethyst Smoke #937D95
RGB
CMYK
RGB Variations
Color information
#937D95 (or 0x937D95) is known color: Amethyst Smoke. HEX triplet: 93, 7D and 95. RGB value is (147,125,149). Sum of RGB (Red+Green+Blue) = 147+125+149=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #937D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D95 is #6C826A. Grayscale: #868686. Windows color (decimal): -7111275 or 9797011. OLE color: 9797011.
HSL color Cylindrical-coordinate representation of color #937D95: hue angle of 295º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937D95 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 149 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.42 |
| HSL | 295º | 0.1% | 0.54% | - |
| HSV(B) | 295º | 0.16% | 0.58% | - |
| XYZ | 24.79 | 23.04 | 31.57 | - |
| YUV | 134.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 149 | 0.01 | 0.16 | 0 | 0.42 | 295 | 0.1 | 0.54 |
| Hex | 93 | 7D | 95 | 1 | 10 | 0 | 2A | 127 | A | 36 |
| Octal | 223 | 175 | 225 | 1 | 20 | 0 | 52 | 447 | 12 | 66 |
| Binary | 10010011 | 1111101 | 10010101 | 1 | 10000 | 0 | 101010 | 100100111 | 1010 | 110110 |
Color Harmonies of #937D95
Complementary color
Monochromatic Colors of #937D95
Black with #937D95
Text Example
Text Example
White with #937D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D95; }
p { color: rgb(147,125,149); }
H1.HeaderClassName
{
color: #937D95;
}
.AnyTagClassName
{
color: #937D95;
}
</style>
background-color css
<style>
a { background-color: #937D95; }
a { background-color: rgb(147,125,149); }
div.DivClassName
{
background-color: #937D95;
}
.BgClassName
{
background-color: #937D95;
}
</style>
border-color css
<style>
span { border-color: #937D95; }
span { border-color: rgb(147,125,149); }
td.TdClassName
{
border-color: #937D95;
}
.TagClassName
{
border-color: #937D95;
}
</style>