Shades of Amethyst Smoke #89858B
Tints of Amethyst Smoke #89858B
RGB
CMYK
RGB Variations
Color information
#89858B (or 0x89858B) is known color: Amethyst Smoke. HEX triplet: 89, 85 and 8B. RGB value is (137,133,139). Sum of RGB (Red+Green+Blue) = 137+133+139=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 139 - color contains mainly: blue. Hex color #89858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89858B is #767A74. Grayscale: #868686. Windows color (decimal): -7764597 or 9143689. OLE color: 9143689.
HSL color Cylindrical-coordinate representation of color #89858B: hue angle of 280º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #89858B is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 133 | 139 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.45 |
| HSL | 280º | 0.03% | 0.53% | - |
| HSV(B) | 280º | 0.04% | 0.55% | - |
| XYZ | 23.36 | 23.96 | 27.82 | - |
| YUV | 134.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 139 | 0.01 | 0.04 | 0 | 0.45 | 280 | 0.03 | 0.53 |
| Hex | 89 | 85 | 8B | 1 | 4 | 0 | 2D | 118 | 3 | 35 |
| Octal | 211 | 205 | 213 | 1 | 4 | 0 | 55 | 430 | 3 | 65 |
| Binary | 10001001 | 10000101 | 10001011 | 1 | 100 | 0 | 101101 | 100011000 | 11 | 110101 |
Color Harmonies of #89858B
Complementary color
Monochromatic Colors of #89858B
Black with #89858B
Text Example
Text Example
White with #89858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89858B; }
p { color: rgb(137,133,139); }
H1.HeaderClassName
{
color: #89858B;
}
.AnyTagClassName
{
color: #89858B;
}
</style>
background-color css
<style>
a { background-color: #89858B; }
a { background-color: rgb(137,133,139); }
div.DivClassName
{
background-color: #89858B;
}
.BgClassName
{
background-color: #89858B;
}
</style>
border-color css
<style>
span { border-color: #89858B; }
span { border-color: rgb(137,133,139); }
td.TdClassName
{
border-color: #89858B;
}
.TagClassName
{
border-color: #89858B;
}
</style>