Shades of Amethyst Smoke #938A94
Tints of Amethyst Smoke #938A94
RGB
CMYK
RGB Variations
Color information
#938A94 (or 0x938A94) is known color: Amethyst Smoke. HEX triplet: 93, 8A and 94. RGB value is (147,138,148). Sum of RGB (Red+Green+Blue) = 147+138+148=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 148 - color contains mainly: blue. Hex color #938A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A94 is #6C756B. Grayscale: #8D8D8D. Windows color (decimal): -7107948 or 9734803. OLE color: 9734803.
HSL color Cylindrical-coordinate representation of color #938A94: hue angle of 294º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938A94 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 148 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.42 |
| HSL | 294º | 0.04% | 0.56% | - |
| HSV(B) | 294º | 0.07% | 0.58% | - |
| XYZ | 26.47 | 26.52 | 31.74 | - |
| YUV | 141.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 148 | 0.01 | 0.07 | 0 | 0.42 | 294 | 0.04 | 0.56 |
| Hex | 93 | 8A | 94 | 1 | 7 | 0 | 2A | 126 | 4 | 38 |
| Octal | 223 | 212 | 224 | 1 | 7 | 0 | 52 | 446 | 4 | 70 |
| Binary | 10010011 | 10001010 | 10010100 | 1 | 111 | 0 | 101010 | 100100110 | 100 | 111000 |
Color Harmonies of #938A94
Complementary color
Monochromatic Colors of #938A94
Black with #938A94
Text Example
Text Example
White with #938A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A94; }
p { color: rgb(147,138,148); }
H1.HeaderClassName
{
color: #938A94;
}
.AnyTagClassName
{
color: #938A94;
}
</style>
background-color css
<style>
a { background-color: #938A94; }
a { background-color: rgb(147,138,148); }
div.DivClassName
{
background-color: #938A94;
}
.BgClassName
{
background-color: #938A94;
}
</style>
border-color css
<style>
span { border-color: #938A94; }
span { border-color: rgb(147,138,148); }
td.TdClassName
{
border-color: #938A94;
}
.TagClassName
{
border-color: #938A94;
}
</style>