Shades of Amethyst Smoke #89828B
Tints of Amethyst Smoke #89828B
RGB
CMYK
RGB Variations
Color information
#89828B (or 0x89828B) is known color: Amethyst Smoke. HEX triplet: 89, 82 and 8B. RGB value is (137,130,139). Sum of RGB (Red+Green+Blue) = 137+130+139=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #89828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89828B is #767D74. Grayscale: #858585. Windows color (decimal): -7765365 or 9142921. OLE color: 9142921.
HSL color Cylindrical-coordinate representation of color #89828B: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89828B is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 130 | 139 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.45 |
| HSL | 286.67º | 0.04% | 0.53% | - |
| HSV(B) | 286.67º | 0.06% | 0.55% | - |
| XYZ | 22.96 | 23.15 | 27.68 | - |
| YUV | 133.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 139 | 0.01 | 0.06 | 0 | 0.45 | 286.67 | 0.04 | 0.53 |
| Hex | 89 | 82 | 8B | 1 | 6 | 0 | 2D | 11F | 4 | 35 |
| Octal | 211 | 202 | 213 | 1 | 6 | 0 | 55 | 437 | 4 | 65 |
| Binary | 10001001 | 10000010 | 10001011 | 1 | 110 | 0 | 101101 | 100011111 | 100 | 110101 |
Color Harmonies of #89828B
Complementary color
Monochromatic Colors of #89828B
Black with #89828B
Text Example
Text Example
White with #89828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89828B; }
p { color: rgb(137,130,139); }
H1.HeaderClassName
{
color: #89828B;
}
.AnyTagClassName
{
color: #89828B;
}
</style>
background-color css
<style>
a { background-color: #89828B; }
a { background-color: rgb(137,130,139); }
div.DivClassName
{
background-color: #89828B;
}
.BgClassName
{
background-color: #89828B;
}
</style>
border-color css
<style>
span { border-color: #89828B; }
span { border-color: rgb(137,130,139); }
td.TdClassName
{
border-color: #89828B;
}
.TagClassName
{
border-color: #89828B;
}
</style>