Shades of Amethyst Smoke #938D98
Tints of Amethyst Smoke #938D98
RGB
CMYK
RGB Variations
Color information
#938D98 (or 0x938D98) is known color: Amethyst Smoke. HEX triplet: 93, 8D and 98. RGB value is (147,141,152). Sum of RGB (Red+Green+Blue) = 147+141+152=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 152 - color contains mainly: blue. Hex color #938D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D98 is #6C7267. Grayscale: #909090. Windows color (decimal): -7107176 or 9997715. OLE color: 9997715.
HSL color Cylindrical-coordinate representation of color #938D98: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938D98 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 141 | 152 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.40 |
| HSL | 272.73º | 0.05% | 0.57% | - |
| HSV(B) | 272.73º | 0.07% | 0.6% | - |
| XYZ | 27.23 | 27.52 | 33.58 | - |
| YUV | 144.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 152 | 0.03 | 0.07 | 0 | 0.40 | 272.73 | 0.05 | 0.57 |
| Hex | 93 | 8D | 98 | 3 | 7 | 0 | 28 | 111 | 5 | 39 |
| Octal | 223 | 215 | 230 | 3 | 7 | 0 | 50 | 421 | 5 | 71 |
| Binary | 10010011 | 10001101 | 10011000 | 11 | 111 | 0 | 101000 | 100010001 | 101 | 111001 |
Color Harmonies of #938D98
Complementary color
Monochromatic Colors of #938D98
Black with #938D98
Text Example
Text Example
White with #938D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D98; }
p { color: rgb(147,141,152); }
H1.HeaderClassName
{
color: #938D98;
}
.AnyTagClassName
{
color: #938D98;
}
</style>
background-color css
<style>
a { background-color: #938D98; }
a { background-color: rgb(147,141,152); }
div.DivClassName
{
background-color: #938D98;
}
.BgClassName
{
background-color: #938D98;
}
</style>
border-color css
<style>
span { border-color: #938D98; }
span { border-color: rgb(147,141,152); }
td.TdClassName
{
border-color: #938D98;
}
.TagClassName
{
border-color: #938D98;
}
</style>