Shades of Amethyst Smoke #9C89AB
Tints of Amethyst Smoke #9C89AB
RGB
CMYK
RGB Variations
Color information
#9C89AB (or 0x9C89AB) is known color: Amethyst Smoke. HEX triplet: 9C, 89 and AB. RGB value is (156,137,171). Sum of RGB (Red+Green+Blue) = 156+137+171=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C89AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C89AB is #637654. Grayscale: #929292. Windows color (decimal): -6518357 or 11241884. OLE color: 11241884.
HSL color Cylindrical-coordinate representation of color #9C89AB: hue angle of 273.53º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C89AB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 137 | 171 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.33 |
| HSL | 273.53º | 0.17% | 0.6% | - |
| HSV(B) | 273.53º | 0.2% | 0.67% | - |
| XYZ | 30.01 | 27.9 | 42.33 | - |
| YUV | 146.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 171 | 0.09 | 0.20 | 0 | 0.33 | 273.53 | 0.17 | 0.6 |
| Hex | 9C | 89 | AB | 9 | 14 | 0 | 21 | 112 | 11 | 3C |
| Octal | 234 | 211 | 253 | 11 | 24 | 0 | 41 | 422 | 21 | 74 |
| Binary | 10011100 | 10001001 | 10101011 | 1001 | 10100 | 0 | 100001 | 100010010 | 10001 | 111100 |
Color Harmonies of #9C89AB
Complementary color
Monochromatic Colors of #9C89AB
Black with #9C89AB
Text Example
Text Example
White with #9C89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C89AB; }
p { color: rgb(156,137,171); }
H1.HeaderClassName
{
color: #9C89AB;
}
.AnyTagClassName
{
color: #9C89AB;
}
</style>
background-color css
<style>
a { background-color: #9C89AB; }
a { background-color: rgb(156,137,171); }
div.DivClassName
{
background-color: #9C89AB;
}
.BgClassName
{
background-color: #9C89AB;
}
</style>
border-color css
<style>
span { border-color: #9C89AB; }
span { border-color: rgb(156,137,171); }
td.TdClassName
{
border-color: #9C89AB;
}
.TagClassName
{
border-color: #9C89AB;
}
</style>