Shades of Amethyst Smoke #938A9B
Tints of Amethyst Smoke #938A9B
RGB
CMYK
RGB Variations
Color information
#938A9B (or 0x938A9B) is known color: Amethyst Smoke. HEX triplet: 93, 8A and 9B. RGB value is (147,138,155). Sum of RGB (Red+Green+Blue) = 147+138+155=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #938A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A9B is #6C7564. Grayscale: #8E8E8E. Windows color (decimal): -7107941 or 10193555. OLE color: 10193555.
HSL color Cylindrical-coordinate representation of color #938A9B: hue angle of 271.76º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938A9B is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 138 | 155 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.39 |
| HSL | 271.76º | 0.08% | 0.57% | - |
| HSV(B) | 271.76º | 0.11% | 0.61% | - |
| XYZ | 27.04 | 26.75 | 34.75 | - |
| YUV | 142.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 155 | 0.05 | 0.11 | 0 | 0.39 | 271.76 | 0.08 | 0.57 |
| Hex | 93 | 8A | 9B | 5 | B | 0 | 27 | 110 | 8 | 39 |
| Octal | 223 | 212 | 233 | 5 | 13 | 0 | 47 | 420 | 10 | 71 |
| Binary | 10010011 | 10001010 | 10011011 | 101 | 1011 | 0 | 100111 | 100010000 | 1000 | 111001 |
Color Harmonies of #938A9B
Complementary color
Monochromatic Colors of #938A9B
Black with #938A9B
Text Example
Text Example
White with #938A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A9B; }
p { color: rgb(147,138,155); }
H1.HeaderClassName
{
color: #938A9B;
}
.AnyTagClassName
{
color: #938A9B;
}
</style>
background-color css
<style>
a { background-color: #938A9B; }
a { background-color: rgb(147,138,155); }
div.DivClassName
{
background-color: #938A9B;
}
.BgClassName
{
background-color: #938A9B;
}
</style>
border-color css
<style>
span { border-color: #938A9B; }
span { border-color: rgb(147,138,155); }
td.TdClassName
{
border-color: #938A9B;
}
.TagClassName
{
border-color: #938A9B;
}
</style>