Shades of Amethyst Smoke #9D81AA
Tints of Amethyst Smoke #9D81AA
RGB
CMYK
RGB Variations
Color information
#9D81AA (or 0x9D81AA) is known color: Amethyst Smoke. HEX triplet: 9D, 81 and AA. RGB value is (157,129,170). Sum of RGB (Red+Green+Blue) = 157+129+170=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D81AA is #627E55. Grayscale: #8D8D8D. Windows color (decimal): -6454870 or 11174301. OLE color: 11174301.
HSL color Cylindrical-coordinate representation of color #9D81AA: hue angle of 280.98º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D81AA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 129 | 170 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.33 |
| HSL | 280.98º | 0.19% | 0.59% | - |
| HSV(B) | 280.98º | 0.24% | 0.67% | - |
| XYZ | 29.01 | 25.77 | 41.48 | - |
| YUV | 142.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 170 | 0.08 | 0.24 | 0 | 0.33 | 280.98 | 0.19 | 0.59 |
| Hex | 9D | 81 | AA | 8 | 18 | 0 | 21 | 119 | 13 | 3B |
| Octal | 235 | 201 | 252 | 10 | 30 | 0 | 41 | 431 | 23 | 73 |
| Binary | 10011101 | 10000001 | 10101010 | 1000 | 11000 | 0 | 100001 | 100011001 | 10011 | 111011 |
Color Harmonies of #9D81AA
Complementary color
Monochromatic Colors of #9D81AA
Black with #9D81AA
Text Example
Text Example
White with #9D81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81AA; }
p { color: rgb(157,129,170); }
H1.HeaderClassName
{
color: #9D81AA;
}
.AnyTagClassName
{
color: #9D81AA;
}
</style>
background-color css
<style>
a { background-color: #9D81AA; }
a { background-color: rgb(157,129,170); }
div.DivClassName
{
background-color: #9D81AA;
}
.BgClassName
{
background-color: #9D81AA;
}
</style>
border-color css
<style>
span { border-color: #9D81AA; }
span { border-color: rgb(157,129,170); }
td.TdClassName
{
border-color: #9D81AA;
}
.TagClassName
{
border-color: #9D81AA;
}
</style>