Shades of Amethyst Smoke #9D7FA9
Tints of Amethyst Smoke #9D7FA9
RGB
CMYK
RGB Variations
Color information
#9D7FA9 (or 0x9D7FA9) is known color: Amethyst Smoke. HEX triplet: 9D, 7F and A9. RGB value is (157,127,169). Sum of RGB (Red+Green+Blue) = 157+127+169=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D7FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7FA9 is #628056. Grayscale: #8C8C8C. Windows color (decimal): -6455383 or 11108253. OLE color: 11108253.
HSL color Cylindrical-coordinate representation of color #9D7FA9: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7FA9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 127 | 169 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.34 |
| HSL | 282.86º | 0.2% | 0.58% | - |
| HSV(B) | 282.86º | 0.25% | 0.66% | - |
| XYZ | 28.66 | 25.21 | 40.89 | - |
| YUV | 140.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 169 | 0.07 | 0.25 | 0 | 0.34 | 282.86 | 0.2 | 0.58 |
| Hex | 9D | 7F | A9 | 7 | 19 | 0 | 22 | 11B | 14 | 3A |
| Octal | 235 | 177 | 251 | 7 | 31 | 0 | 42 | 433 | 24 | 72 |
| Binary | 10011101 | 1111111 | 10101001 | 111 | 11001 | 0 | 100010 | 100011011 | 10100 | 111010 |
Color Harmonies of #9D7FA9
Complementary color
Monochromatic Colors of #9D7FA9
Black with #9D7FA9
Text Example
Text Example
White with #9D7FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FA9; }
p { color: rgb(157,127,169); }
H1.HeaderClassName
{
color: #9D7FA9;
}
.AnyTagClassName
{
color: #9D7FA9;
}
</style>
background-color css
<style>
a { background-color: #9D7FA9; }
a { background-color: rgb(157,127,169); }
div.DivClassName
{
background-color: #9D7FA9;
}
.BgClassName
{
background-color: #9D7FA9;
}
</style>
border-color css
<style>
span { border-color: #9D7FA9; }
span { border-color: rgb(157,127,169); }
td.TdClassName
{
border-color: #9D7FA9;
}
.TagClassName
{
border-color: #9D7FA9;
}
</style>