Shades of Amethyst Smoke #997DA6
Tints of Amethyst Smoke #997DA6
RGB
CMYK
RGB Variations
Color information
#997DA6 (or 0x997DA6) is known color: Amethyst Smoke. HEX triplet: 99, 7D and A6. RGB value is (153,125,166). Sum of RGB (Red+Green+Blue) = 153+125+166=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 166 - color contains mainly: blue. Hex color #997DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DA6 is #668259. Grayscale: #898989. Windows color (decimal): -6718042 or 10911129. OLE color: 10911129.
HSL color Cylindrical-coordinate representation of color #997DA6: hue angle of 280.98º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997DA6 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 125 | 166 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.35 |
| HSL | 280.98º | 0.19% | 0.57% | - |
| HSV(B) | 280.98º | 0.25% | 0.65% | - |
| XYZ | 27.35 | 24.19 | 39.3 | - |
| YUV | 138.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 166 | 0.08 | 0.25 | 0 | 0.35 | 280.98 | 0.19 | 0.57 |
| Hex | 99 | 7D | A6 | 8 | 19 | 0 | 23 | 119 | 13 | 39 |
| Octal | 231 | 175 | 246 | 10 | 31 | 0 | 43 | 431 | 23 | 71 |
| Binary | 10011001 | 1111101 | 10100110 | 1000 | 11001 | 0 | 100011 | 100011001 | 10011 | 111001 |
Color Harmonies of #997DA6
Complementary color
Monochromatic Colors of #997DA6
Black with #997DA6
Text Example
Text Example
White with #997DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DA6; }
p { color: rgb(153,125,166); }
H1.HeaderClassName
{
color: #997DA6;
}
.AnyTagClassName
{
color: #997DA6;
}
</style>
background-color css
<style>
a { background-color: #997DA6; }
a { background-color: rgb(153,125,166); }
div.DivClassName
{
background-color: #997DA6;
}
.BgClassName
{
background-color: #997DA6;
}
</style>
border-color css
<style>
span { border-color: #997DA6; }
span { border-color: rgb(153,125,166); }
td.TdClassName
{
border-color: #997DA6;
}
.TagClassName
{
border-color: #997DA6;
}
</style>