Shades of Amethyst Smoke #9D84AB
Tints of Amethyst Smoke #9D84AB
RGB
CMYK
RGB Variations
Color information
#9D84AB (or 0x9D84AB) is known color: Amethyst Smoke. HEX triplet: 9D, 84 and AB. RGB value is (157,132,171). Sum of RGB (Red+Green+Blue) = 157+132+171=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D84AB is #627B54. Grayscale: #8F8F8F. Windows color (decimal): -6454101 or 11240605. OLE color: 11240605.
HSL color Cylindrical-coordinate representation of color #9D84AB: hue angle of 278.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D84AB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 132 | 171 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.33 |
| HSL | 278.46º | 0.19% | 0.59% | - |
| HSV(B) | 278.46º | 0.23% | 0.67% | - |
| XYZ | 29.51 | 26.61 | 42.11 | - |
| YUV | 143.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 171 | 0.08 | 0.23 | 0 | 0.33 | 278.46 | 0.19 | 0.59 |
| Hex | 9D | 84 | AB | 8 | 17 | 0 | 21 | 116 | 13 | 3B |
| Octal | 235 | 204 | 253 | 10 | 27 | 0 | 41 | 426 | 23 | 73 |
| Binary | 10011101 | 10000100 | 10101011 | 1000 | 10111 | 0 | 100001 | 100010110 | 10011 | 111011 |
Color Harmonies of #9D84AB
Complementary color
Monochromatic Colors of #9D84AB
Black with #9D84AB
Text Example
Text Example
White with #9D84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84AB; }
p { color: rgb(157,132,171); }
H1.HeaderClassName
{
color: #9D84AB;
}
.AnyTagClassName
{
color: #9D84AB;
}
</style>
background-color css
<style>
a { background-color: #9D84AB; }
a { background-color: rgb(157,132,171); }
div.DivClassName
{
background-color: #9D84AB;
}
.BgClassName
{
background-color: #9D84AB;
}
</style>
border-color css
<style>
span { border-color: #9D84AB; }
span { border-color: rgb(157,132,171); }
td.TdClassName
{
border-color: #9D84AB;
}
.TagClassName
{
border-color: #9D84AB;
}
</style>