Shades of Amethyst Smoke #89818D
Tints of Amethyst Smoke #89818D
RGB
CMYK
RGB Variations
Color information
#89818D (or 0x89818D) is known color: Amethyst Smoke. HEX triplet: 89, 81 and 8D. RGB value is (137,129,141). Sum of RGB (Red+Green+Blue) = 137+129+141=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #89818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89818D is #767E72. Grayscale: #848484. Windows color (decimal): -7765619 or 9273737. OLE color: 9273737.
HSL color Cylindrical-coordinate representation of color #89818D: hue angle of 280º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89818D is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 129 | 141 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.45 |
| HSL | 280º | 0.05% | 0.53% | - |
| HSV(B) | 280º | 0.09% | 0.55% | - |
| XYZ | 22.97 | 22.94 | 28.42 | - |
| YUV | 132.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 141 | 0.03 | 0.09 | 0 | 0.45 | 280 | 0.05 | 0.53 |
| Hex | 89 | 81 | 8D | 3 | 9 | 0 | 2D | 118 | 5 | 35 |
| Octal | 211 | 201 | 215 | 3 | 11 | 0 | 55 | 430 | 5 | 65 |
| Binary | 10001001 | 10000001 | 10001101 | 11 | 1001 | 0 | 101101 | 100011000 | 101 | 110101 |
Color Harmonies of #89818D
Complementary color
Monochromatic Colors of #89818D
Black with #89818D
Text Example
Text Example
White with #89818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89818D; }
p { color: rgb(137,129,141); }
H1.HeaderClassName
{
color: #89818D;
}
.AnyTagClassName
{
color: #89818D;
}
</style>
background-color css
<style>
a { background-color: #89818D; }
a { background-color: rgb(137,129,141); }
div.DivClassName
{
background-color: #89818D;
}
.BgClassName
{
background-color: #89818D;
}
</style>
border-color css
<style>
span { border-color: #89818D; }
span { border-color: rgb(137,129,141); }
td.TdClassName
{
border-color: #89818D;
}
.TagClassName
{
border-color: #89818D;
}
</style>