Shades of Amethyst Smoke #947A9B
Tints of Amethyst Smoke #947A9B
RGB
CMYK
RGB Variations
Color information
#947A9B (or 0x947A9B) is known color: Amethyst Smoke. HEX triplet: 94, 7A and 9B. RGB value is (148,122,155). Sum of RGB (Red+Green+Blue) = 148+122+155=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #947A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A9B is #6B8564. Grayscale: #858585. Windows color (decimal): -7046501 or 10189460. OLE color: 10189460.
HSL color Cylindrical-coordinate representation of color #947A9B: hue angle of 287.27º 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 #947A9B is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 122 | 155 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.39 |
| HSL | 287.27º | 0.14% | 0.54% | - |
| HSV(B) | 287.27º | 0.21% | 0.61% | - |
| XYZ | 25.09 | 22.58 | 34.05 | - |
| YUV | 133.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 155 | 0.05 | 0.21 | 0 | 0.39 | 287.27 | 0.14 | 0.54 |
| Hex | 94 | 7A | 9B | 5 | 15 | 0 | 27 | 11F | E | 36 |
| Octal | 224 | 172 | 233 | 5 | 25 | 0 | 47 | 437 | 16 | 66 |
| Binary | 10010100 | 1111010 | 10011011 | 101 | 10101 | 0 | 100111 | 100011111 | 1110 | 110110 |
Color Harmonies of #947A9B
Complementary color
Monochromatic Colors of #947A9B
Black with #947A9B
Text Example
Text Example
White with #947A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A9B; }
p { color: rgb(148,122,155); }
H1.HeaderClassName
{
color: #947A9B;
}
.AnyTagClassName
{
color: #947A9B;
}
</style>
background-color css
<style>
a { background-color: #947A9B; }
a { background-color: rgb(148,122,155); }
div.DivClassName
{
background-color: #947A9B;
}
.BgClassName
{
background-color: #947A9B;
}
</style>
border-color css
<style>
span { border-color: #947A9B; }
span { border-color: rgb(148,122,155); }
td.TdClassName
{
border-color: #947A9B;
}
.TagClassName
{
border-color: #947A9B;
}
</style>