Shades of Amethyst Smoke #997C9B
Tints of Amethyst Smoke #997C9B
RGB
CMYK
RGB Variations
Color information
#997C9B (or 0x997C9B) is known color: Amethyst Smoke. HEX triplet: 99, 7C and 9B. RGB value is (153,124,155). Sum of RGB (Red+Green+Blue) = 153+124+155=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #997C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C9B is #668364. Grayscale: #888888. Windows color (decimal): -6718309 or 10189977. OLE color: 10189977.
HSL color Cylindrical-coordinate representation of color #997C9B: hue angle of 296.13º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997C9B is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 124 | 155 | - |
| CMYK | 0.01 | 0.2 | 0 | 0.39 |
| HSL | 296.13º | 0.13% | 0.55% | - |
| HSV(B) | 296.13º | 0.2% | 0.61% | - |
| XYZ | 26.26 | 23.55 | 34.17 | - |
| YUV | 136.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 155 | 0.01 | 0.2 | 0 | 0.39 | 296.13 | 0.13 | 0.55 |
| Hex | 99 | 7C | 9B | 1 | 14 | 0 | 27 | 128 | D | 37 |
| Octal | 231 | 174 | 233 | 1 | 24 | 0 | 47 | 450 | 15 | 67 |
| Binary | 10011001 | 1111100 | 10011011 | 1 | 10100 | 0 | 100111 | 100101000 | 1101 | 110111 |
Color Harmonies of #997C9B
Complementary color
Monochromatic Colors of #997C9B
Black with #997C9B
Text Example
Text Example
White with #997C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C9B; }
p { color: rgb(153,124,155); }
H1.HeaderClassName
{
color: #997C9B;
}
.AnyTagClassName
{
color: #997C9B;
}
</style>
background-color css
<style>
a { background-color: #997C9B; }
a { background-color: rgb(153,124,155); }
div.DivClassName
{
background-color: #997C9B;
}
.BgClassName
{
background-color: #997C9B;
}
</style>
border-color css
<style>
span { border-color: #997C9B; }
span { border-color: rgb(153,124,155); }
td.TdClassName
{
border-color: #997C9B;
}
.TagClassName
{
border-color: #997C9B;
}
</style>