Shades of Amethyst Smoke #9B89AA
Tints of Amethyst Smoke #9B89AA
RGB
CMYK
RGB Variations
Color information
#9B89AA (or 0x9B89AA) is known color: Amethyst Smoke. HEX triplet: 9B, 89 and AA. RGB value is (155,137,170). Sum of RGB (Red+Green+Blue) = 155+137+170=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B89AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B89AA is #647655. Grayscale: #929292. Windows color (decimal): -6583894 or 11176347. OLE color: 11176347.
HSL color Cylindrical-coordinate representation of color #9B89AA: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B89AA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 137 | 170 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.33 |
| HSL | 272.73º | 0.16% | 0.6% | - |
| HSV(B) | 272.73º | 0.19% | 0.67% | - |
| XYZ | 29.72 | 27.76 | 41.82 | - |
| YUV | 146.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 170 | 0.09 | 0.19 | 0 | 0.33 | 272.73 | 0.16 | 0.6 |
| Hex | 9B | 89 | AA | 9 | 13 | 0 | 21 | 111 | 10 | 3C |
| Octal | 233 | 211 | 252 | 11 | 23 | 0 | 41 | 421 | 20 | 74 |
| Binary | 10011011 | 10001001 | 10101010 | 1001 | 10011 | 0 | 100001 | 100010001 | 10000 | 111100 |
Color Harmonies of #9B89AA
Complementary color
Monochromatic Colors of #9B89AA
Black with #9B89AA
Text Example
Text Example
White with #9B89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89AA; }
p { color: rgb(155,137,170); }
H1.HeaderClassName
{
color: #9B89AA;
}
.AnyTagClassName
{
color: #9B89AA;
}
</style>
background-color css
<style>
a { background-color: #9B89AA; }
a { background-color: rgb(155,137,170); }
div.DivClassName
{
background-color: #9B89AA;
}
.BgClassName
{
background-color: #9B89AA;
}
</style>
border-color css
<style>
span { border-color: #9B89AA; }
span { border-color: rgb(155,137,170); }
td.TdClassName
{
border-color: #9B89AA;
}
.TagClassName
{
border-color: #9B89AA;
}
</style>