Shades of Amethyst Smoke #997E9B
Tints of Amethyst Smoke #997E9B
RGB
CMYK
RGB Variations
Color information
#997E9B (or 0x997E9B) is known color: Amethyst Smoke. HEX triplet: 99, 7E and 9B. RGB value is (153,126,155). Sum of RGB (Red+Green+Blue) = 153+126+155=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #997E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E9B is #668164. Grayscale: #898989. Windows color (decimal): -6717797 or 10190489. OLE color: 10190489.
HSL color Cylindrical-coordinate representation of color #997E9B: hue angle of 295.86º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997E9B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 126 | 155 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.39 |
| HSL | 295.86º | 0.13% | 0.55% | - |
| HSV(B) | 295.86º | 0.19% | 0.61% | - |
| XYZ | 26.51 | 24.06 | 34.26 | - |
| YUV | 137.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 155 | 0.01 | 0.19 | 0 | 0.39 | 295.86 | 0.13 | 0.55 |
| Hex | 99 | 7E | 9B | 1 | 13 | 0 | 27 | 128 | D | 37 |
| Octal | 231 | 176 | 233 | 1 | 23 | 0 | 47 | 450 | 15 | 67 |
| Binary | 10011001 | 1111110 | 10011011 | 1 | 10011 | 0 | 100111 | 100101000 | 1101 | 110111 |
Color Harmonies of #997E9B
Complementary color
Monochromatic Colors of #997E9B
Black with #997E9B
Text Example
Text Example
White with #997E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E9B; }
p { color: rgb(153,126,155); }
H1.HeaderClassName
{
color: #997E9B;
}
.AnyTagClassName
{
color: #997E9B;
}
</style>
background-color css
<style>
a { background-color: #997E9B; }
a { background-color: rgb(153,126,155); }
div.DivClassName
{
background-color: #997E9B;
}
.BgClassName
{
background-color: #997E9B;
}
</style>
border-color css
<style>
span { border-color: #997E9B; }
span { border-color: rgb(153,126,155); }
td.TdClassName
{
border-color: #997E9B;
}
.TagClassName
{
border-color: #997E9B;
}
</style>