Shades of Amethyst Smoke #997A9B
Tints of Amethyst Smoke #997A9B
RGB
CMYK
RGB Variations
Color information
#997A9B (or 0x997A9B) is known color: Amethyst Smoke. HEX triplet: 99, 7A and 9B. RGB value is (153,122,155). Sum of RGB (Red+Green+Blue) = 153+122+155=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #997A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A9B is #668564. Grayscale: #868686. Windows color (decimal): -6718821 or 10189465. OLE color: 10189465.
HSL color Cylindrical-coordinate representation of color #997A9B: hue angle of 296.36º 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 #997A9B is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 122 | 155 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.39 |
| HSL | 296.36º | 0.14% | 0.54% | - |
| HSV(B) | 296.36º | 0.21% | 0.61% | - |
| XYZ | 26.01 | 23.06 | 34.09 | - |
| YUV | 135.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 155 | 0.01 | 0.21 | 0 | 0.39 | 296.36 | 0.14 | 0.54 |
| Hex | 99 | 7A | 9B | 1 | 15 | 0 | 27 | 128 | E | 36 |
| Octal | 231 | 172 | 233 | 1 | 25 | 0 | 47 | 450 | 16 | 66 |
| Binary | 10011001 | 1111010 | 10011011 | 1 | 10101 | 0 | 100111 | 100101000 | 1110 | 110110 |
Color Harmonies of #997A9B
Complementary color
Monochromatic Colors of #997A9B
Black with #997A9B
Text Example
Text Example
White with #997A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A9B; }
p { color: rgb(153,122,155); }
H1.HeaderClassName
{
color: #997A9B;
}
.AnyTagClassName
{
color: #997A9B;
}
</style>
background-color css
<style>
a { background-color: #997A9B; }
a { background-color: rgb(153,122,155); }
div.DivClassName
{
background-color: #997A9B;
}
.BgClassName
{
background-color: #997A9B;
}
</style>
border-color css
<style>
span { border-color: #997A9B; }
span { border-color: rgb(153,122,155); }
td.TdClassName
{
border-color: #997A9B;
}
.TagClassName
{
border-color: #997A9B;
}
</style>