Shades of Amethyst Smoke #977B9B
Tints of Amethyst Smoke #977B9B
RGB
CMYK
RGB Variations
Color information
#977B9B (or 0x977B9B) is known color: Amethyst Smoke. HEX triplet: 97, 7B and 9B. RGB value is (151,123,155). Sum of RGB (Red+Green+Blue) = 151+123+155=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #977B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B9B is #688464. Grayscale: #868686. Windows color (decimal): -6849637 or 10189719. OLE color: 10189719.
HSL color Cylindrical-coordinate representation of color #977B9B: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977B9B is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 123 | 155 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.39 |
| HSL | 292.5º | 0.14% | 0.55% | - |
| HSV(B) | 292.5º | 0.21% | 0.61% | - |
| XYZ | 25.76 | 23.11 | 34.11 | - |
| YUV | 135.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 155 | 0.03 | 0.21 | 0 | 0.39 | 292.5 | 0.14 | 0.55 |
| Hex | 97 | 7B | 9B | 3 | 15 | 0 | 27 | 124 | E | 37 |
| Octal | 227 | 173 | 233 | 3 | 25 | 0 | 47 | 444 | 16 | 67 |
| Binary | 10010111 | 1111011 | 10011011 | 11 | 10101 | 0 | 100111 | 100100100 | 1110 | 110111 |
Color Harmonies of #977B9B
Complementary color
Monochromatic Colors of #977B9B
Black with #977B9B
Text Example
Text Example
White with #977B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B9B; }
p { color: rgb(151,123,155); }
H1.HeaderClassName
{
color: #977B9B;
}
.AnyTagClassName
{
color: #977B9B;
}
</style>
background-color css
<style>
a { background-color: #977B9B; }
a { background-color: rgb(151,123,155); }
div.DivClassName
{
background-color: #977B9B;
}
.BgClassName
{
background-color: #977B9B;
}
</style>
border-color css
<style>
span { border-color: #977B9B; }
span { border-color: rgb(151,123,155); }
td.TdClassName
{
border-color: #977B9B;
}
.TagClassName
{
border-color: #977B9B;
}
</style>