Shades of Amethyst Smoke #977A9B
Tints of Amethyst Smoke #977A9B
RGB
CMYK
RGB Variations
Color information
#977A9B (or 0x977A9B) is known color: Amethyst Smoke. HEX triplet: 97, 7A and 9B. RGB value is (151,122,155). Sum of RGB (Red+Green+Blue) = 151+122+155=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #977A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977A9B is #688564. Grayscale: #868686. Windows color (decimal): -6849893 or 10189463. OLE color: 10189463.
HSL color Cylindrical-coordinate representation of color #977A9B: hue angle of 292.73º 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 #977A9B is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 122 | 155 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.39 |
| HSL | 292.73º | 0.14% | 0.54% | - |
| HSV(B) | 292.73º | 0.21% | 0.61% | - |
| XYZ | 25.64 | 22.86 | 34.07 | - |
| YUV | 134.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 155 | 0.03 | 0.21 | 0 | 0.39 | 292.73 | 0.14 | 0.54 |
| Hex | 97 | 7A | 9B | 3 | 15 | 0 | 27 | 125 | E | 36 |
| Octal | 227 | 172 | 233 | 3 | 25 | 0 | 47 | 445 | 16 | 66 |
| Binary | 10010111 | 1111010 | 10011011 | 11 | 10101 | 0 | 100111 | 100100101 | 1110 | 110110 |
Color Harmonies of #977A9B
Complementary color
Monochromatic Colors of #977A9B
Black with #977A9B
Text Example
Text Example
White with #977A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A9B; }
p { color: rgb(151,122,155); }
H1.HeaderClassName
{
color: #977A9B;
}
.AnyTagClassName
{
color: #977A9B;
}
</style>
background-color css
<style>
a { background-color: #977A9B; }
a { background-color: rgb(151,122,155); }
div.DivClassName
{
background-color: #977A9B;
}
.BgClassName
{
background-color: #977A9B;
}
</style>
border-color css
<style>
span { border-color: #977A9B; }
span { border-color: rgb(151,122,155); }
td.TdClassName
{
border-color: #977A9B;
}
.TagClassName
{
border-color: #977A9B;
}
</style>