Shades of Amethyst Smoke #947A9C
Tints of Amethyst Smoke #947A9C
RGB
CMYK
RGB Variations
Color information
#947A9C (or 0x947A9C) is known color: Amethyst Smoke. HEX triplet: 94, 7A and 9C. RGB value is (148,122,156). Sum of RGB (Red+Green+Blue) = 148+122+156=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #947A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A9C is #6B8563. Grayscale: #858585. Windows color (decimal): -7046500 or 10254996. OLE color: 10254996.
HSL color Cylindrical-coordinate representation of color #947A9C: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947A9C is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 122 | 156 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.39 |
| HSL | 285.88º | 0.15% | 0.55% | - |
| HSV(B) | 285.88º | 0.22% | 0.61% | - |
| XYZ | 25.17 | 22.62 | 34.49 | - |
| YUV | 133.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 156 | 0.05 | 0.22 | 0 | 0.39 | 285.88 | 0.15 | 0.55 |
| Hex | 94 | 7A | 9C | 5 | 16 | 0 | 27 | 11E | F | 37 |
| Octal | 224 | 172 | 234 | 5 | 26 | 0 | 47 | 436 | 17 | 67 |
| Binary | 10010100 | 1111010 | 10011100 | 101 | 10110 | 0 | 100111 | 100011110 | 1111 | 110111 |
Color Harmonies of #947A9C
Complementary color
Monochromatic Colors of #947A9C
Black with #947A9C
Text Example
Text Example
White with #947A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A9C; }
p { color: rgb(148,122,156); }
H1.HeaderClassName
{
color: #947A9C;
}
.AnyTagClassName
{
color: #947A9C;
}
</style>
background-color css
<style>
a { background-color: #947A9C; }
a { background-color: rgb(148,122,156); }
div.DivClassName
{
background-color: #947A9C;
}
.BgClassName
{
background-color: #947A9C;
}
</style>
border-color css
<style>
span { border-color: #947A9C; }
span { border-color: rgb(148,122,156); }
td.TdClassName
{
border-color: #947A9C;
}
.TagClassName
{
border-color: #947A9C;
}
</style>