Shades of Amethyst Smoke #977F9E
Tints of Amethyst Smoke #977F9E
RGB
CMYK
RGB Variations
Color information
#977F9E (or 0x977F9E) is known color: Amethyst Smoke. HEX triplet: 97, 7F and 9E. RGB value is (151,127,158). Sum of RGB (Red+Green+Blue) = 151+127+158=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #977F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F9E is #688061. Grayscale: #898989. Windows color (decimal): -6848610 or 10387351. OLE color: 10387351.
HSL color Cylindrical-coordinate representation of color #977F9E: hue angle of 286.45º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977F9E is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 127 | 158 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.38 |
| HSL | 286.45º | 0.14% | 0.56% | - |
| HSV(B) | 286.45º | 0.2% | 0.62% | - |
| XYZ | 26.52 | 24.23 | 35.63 | - |
| YUV | 137.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 158 | 0.04 | 0.20 | 0 | 0.38 | 286.45 | 0.14 | 0.56 |
| Hex | 97 | 7F | 9E | 4 | 14 | 0 | 26 | 11E | E | 38 |
| Octal | 227 | 177 | 236 | 4 | 24 | 0 | 46 | 436 | 16 | 70 |
| Binary | 10010111 | 1111111 | 10011110 | 100 | 10100 | 0 | 100110 | 100011110 | 1110 | 111000 |
Color Harmonies of #977F9E
Complementary color
Monochromatic Colors of #977F9E
Black with #977F9E
Text Example
Text Example
White with #977F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F9E; }
p { color: rgb(151,127,158); }
H1.HeaderClassName
{
color: #977F9E;
}
.AnyTagClassName
{
color: #977F9E;
}
</style>
background-color css
<style>
a { background-color: #977F9E; }
a { background-color: rgb(151,127,158); }
div.DivClassName
{
background-color: #977F9E;
}
.BgClassName
{
background-color: #977F9E;
}
</style>
border-color css
<style>
span { border-color: #977F9E; }
span { border-color: rgb(151,127,158); }
td.TdClassName
{
border-color: #977F9E;
}
.TagClassName
{
border-color: #977F9E;
}
</style>