Shades of Amethyst Smoke #947897
Tints of Amethyst Smoke #947897
RGB
CMYK
RGB Variations
Color information
#947897 (or 0x947897) is known color: Amethyst Smoke. HEX triplet: 94, 78 and 97. RGB value is (148,120,151). Sum of RGB (Red+Green+Blue) = 148+120+151=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #947897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947897 is #6B8768. Grayscale: #838383. Windows color (decimal): -7047017 or 9926804. OLE color: 9926804.
HSL color Cylindrical-coordinate representation of color #947897: hue angle of 294.19º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947897 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 120 | 151 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.41 |
| HSL | 294.19º | 0.13% | 0.53% | - |
| HSV(B) | 294.19º | 0.21% | 0.59% | - |
| XYZ | 24.52 | 21.96 | 32.23 | - |
| YUV | 131.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 151 | 0.02 | 0.21 | 0 | 0.41 | 294.19 | 0.13 | 0.53 |
| Hex | 94 | 78 | 97 | 2 | 15 | 0 | 29 | 126 | D | 35 |
| Octal | 224 | 170 | 227 | 2 | 25 | 0 | 51 | 446 | 15 | 65 |
| Binary | 10010100 | 1111000 | 10010111 | 10 | 10101 | 0 | 101001 | 100100110 | 1101 | 110101 |
Color Harmonies of #947897
Complementary color
Monochromatic Colors of #947897
Black with #947897
Text Example
Text Example
White with #947897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947897; }
p { color: rgb(148,120,151); }
H1.HeaderClassName
{
color: #947897;
}
.AnyTagClassName
{
color: #947897;
}
</style>
background-color css
<style>
a { background-color: #947897; }
a { background-color: rgb(148,120,151); }
div.DivClassName
{
background-color: #947897;
}
.BgClassName
{
background-color: #947897;
}
</style>
border-color css
<style>
span { border-color: #947897; }
span { border-color: rgb(148,120,151); }
td.TdClassName
{
border-color: #947897;
}
.TagClassName
{
border-color: #947897;
}
</style>