Shades of Amethyst Smoke #997E9E
Tints of Amethyst Smoke #997E9E
RGB
CMYK
RGB Variations
Color information
#997E9E (or 0x997E9E) is known color: Amethyst Smoke. HEX triplet: 99, 7E and 9E. RGB value is (153,126,158). Sum of RGB (Red+Green+Blue) = 153+126+158=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 158 - color contains mainly: blue. Hex color #997E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E9E is #668161. Grayscale: #898989. Windows color (decimal): -6717794 or 10387097. OLE color: 10387097.
HSL color Cylindrical-coordinate representation of color #997E9E: hue angle of 290.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997E9E is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 126 | 158 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.38 |
| HSL | 290.63º | 0.14% | 0.56% | - |
| HSV(B) | 290.63º | 0.2% | 0.62% | - |
| XYZ | 26.77 | 24.16 | 35.6 | - |
| YUV | 137.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 158 | 0.03 | 0.20 | 0 | 0.38 | 290.63 | 0.14 | 0.56 |
| Hex | 99 | 7E | 9E | 3 | 14 | 0 | 26 | 123 | E | 38 |
| Octal | 231 | 176 | 236 | 3 | 24 | 0 | 46 | 443 | 16 | 70 |
| Binary | 10011001 | 1111110 | 10011110 | 11 | 10100 | 0 | 100110 | 100100011 | 1110 | 111000 |
Color Harmonies of #997E9E
Complementary color
Monochromatic Colors of #997E9E
Black with #997E9E
Text Example
Text Example
White with #997E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E9E; }
p { color: rgb(153,126,158); }
H1.HeaderClassName
{
color: #997E9E;
}
.AnyTagClassName
{
color: #997E9E;
}
</style>
background-color css
<style>
a { background-color: #997E9E; }
a { background-color: rgb(153,126,158); }
div.DivClassName
{
background-color: #997E9E;
}
.BgClassName
{
background-color: #997E9E;
}
</style>
border-color css
<style>
span { border-color: #997E9E; }
span { border-color: rgb(153,126,158); }
td.TdClassName
{
border-color: #997E9E;
}
.TagClassName
{
border-color: #997E9E;
}
</style>