Shades of Amethyst Smoke #977B9D
Tints of Amethyst Smoke #977B9D
RGB
CMYK
RGB Variations
Color information
#977B9D (or 0x977B9D) is known color: Amethyst Smoke. HEX triplet: 97, 7B and 9D. RGB value is (151,123,157). Sum of RGB (Red+Green+Blue) = 151+123+157=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #977B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B9D is #688462. Grayscale: #878787. Windows color (decimal): -6849635 or 10320791. OLE color: 10320791.
HSL color Cylindrical-coordinate representation of color #977B9D: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977B9D is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 123 | 157 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.38 |
| HSL | 289.41º | 0.15% | 0.55% | - |
| HSV(B) | 289.41º | 0.22% | 0.62% | - |
| XYZ | 25.93 | 23.18 | 35.01 | - |
| YUV | 135.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 157 | 0.04 | 0.22 | 0 | 0.38 | 289.41 | 0.15 | 0.55 |
| Hex | 97 | 7B | 9D | 4 | 16 | 0 | 26 | 121 | F | 37 |
| Octal | 227 | 173 | 235 | 4 | 26 | 0 | 46 | 441 | 17 | 67 |
| Binary | 10010111 | 1111011 | 10011101 | 100 | 10110 | 0 | 100110 | 100100001 | 1111 | 110111 |
Color Harmonies of #977B9D
Complementary color
Monochromatic Colors of #977B9D
Black with #977B9D
Text Example
Text Example
White with #977B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B9D; }
p { color: rgb(151,123,157); }
H1.HeaderClassName
{
color: #977B9D;
}
.AnyTagClassName
{
color: #977B9D;
}
</style>
background-color css
<style>
a { background-color: #977B9D; }
a { background-color: rgb(151,123,157); }
div.DivClassName
{
background-color: #977B9D;
}
.BgClassName
{
background-color: #977B9D;
}
</style>
border-color css
<style>
span { border-color: #977B9D; }
span { border-color: rgb(151,123,157); }
td.TdClassName
{
border-color: #977B9D;
}
.TagClassName
{
border-color: #977B9D;
}
</style>