Shades of Amethyst Smoke #9D81A6
Tints of Amethyst Smoke #9D81A6
RGB
CMYK
RGB Variations
Color information
#9D81A6 (or 0x9D81A6) is known color: Amethyst Smoke. HEX triplet: 9D, 81 and A6. RGB value is (157,129,166). Sum of RGB (Red+Green+Blue) = 157+129+166=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 166 - color contains mainly: blue. Hex color #9D81A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D81A6 is #627E59. Grayscale: #8D8D8D. Windows color (decimal): -6454874 or 10912157. OLE color: 10912157.
HSL color Cylindrical-coordinate representation of color #9D81A6: hue angle of 285.41º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D81A6 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 129 | 166 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.35 |
| HSL | 285.41º | 0.17% | 0.58% | - |
| HSV(B) | 285.41º | 0.22% | 0.65% | - |
| XYZ | 28.64 | 25.62 | 39.51 | - |
| YUV | 141.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 166 | 0.05 | 0.22 | 0 | 0.35 | 285.41 | 0.17 | 0.58 |
| Hex | 9D | 81 | A6 | 5 | 16 | 0 | 23 | 11D | 11 | 3A |
| Octal | 235 | 201 | 246 | 5 | 26 | 0 | 43 | 435 | 21 | 72 |
| Binary | 10011101 | 10000001 | 10100110 | 101 | 10110 | 0 | 100011 | 100011101 | 10001 | 111010 |
Color Harmonies of #9D81A6
Complementary color
Monochromatic Colors of #9D81A6
Black with #9D81A6
Text Example
Text Example
White with #9D81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81A6; }
p { color: rgb(157,129,166); }
H1.HeaderClassName
{
color: #9D81A6;
}
.AnyTagClassName
{
color: #9D81A6;
}
</style>
background-color css
<style>
a { background-color: #9D81A6; }
a { background-color: rgb(157,129,166); }
div.DivClassName
{
background-color: #9D81A6;
}
.BgClassName
{
background-color: #9D81A6;
}
</style>
border-color css
<style>
span { border-color: #9D81A6; }
span { border-color: rgb(157,129,166); }
td.TdClassName
{
border-color: #9D81A6;
}
.TagClassName
{
border-color: #9D81A6;
}
</style>