Shades of Amethyst Smoke #937A9B
Tints of Amethyst Smoke #937A9B
RGB
CMYK
RGB Variations
Color information
#937A9B (or 0x937A9B) is known color: Amethyst Smoke. HEX triplet: 93, 7A and 9B. RGB value is (147,122,155). Sum of RGB (Red+Green+Blue) = 147+122+155=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #937A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A9B is #6C8564. Grayscale: #858585. Windows color (decimal): -7112037 or 10189459. OLE color: 10189459.
HSL color Cylindrical-coordinate representation of color #937A9B: hue angle of 285.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937A9B is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 122 | 155 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.39 |
| HSL | 285.45º | 0.14% | 0.54% | - |
| HSV(B) | 285.45º | 0.21% | 0.61% | - |
| XYZ | 24.91 | 22.49 | 34.04 | - |
| YUV | 133.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 155 | 0.05 | 0.21 | 0 | 0.39 | 285.45 | 0.14 | 0.54 |
| Hex | 93 | 7A | 9B | 5 | 15 | 0 | 27 | 11D | E | 36 |
| Octal | 223 | 172 | 233 | 5 | 25 | 0 | 47 | 435 | 16 | 66 |
| Binary | 10010011 | 1111010 | 10011011 | 101 | 10101 | 0 | 100111 | 100011101 | 1110 | 110110 |
Color Harmonies of #937A9B
Complementary color
Monochromatic Colors of #937A9B
Black with #937A9B
Text Example
Text Example
White with #937A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A9B; }
p { color: rgb(147,122,155); }
H1.HeaderClassName
{
color: #937A9B;
}
.AnyTagClassName
{
color: #937A9B;
}
</style>
background-color css
<style>
a { background-color: #937A9B; }
a { background-color: rgb(147,122,155); }
div.DivClassName
{
background-color: #937A9B;
}
.BgClassName
{
background-color: #937A9B;
}
</style>
border-color css
<style>
span { border-color: #937A9B; }
span { border-color: rgb(147,122,155); }
td.TdClassName
{
border-color: #937A9B;
}
.TagClassName
{
border-color: #937A9B;
}
</style>