Shades of Amethyst Smoke #89808A
Tints of Amethyst Smoke #89808A
RGB
CMYK
RGB Variations
Color information
#89808A (or 0x89808A) is known color: Amethyst Smoke. HEX triplet: 89, 80 and 8A. RGB value is (137,128,138). Sum of RGB (Red+Green+Blue) = 137+128+138=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 138 - color contains mainly: blue. Hex color #89808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89808A is #767F75. Grayscale: #838383. Windows color (decimal): -7765878 or 9076873. OLE color: 9076873.
HSL color Cylindrical-coordinate representation of color #89808A: hue angle of 294º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89808A is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 138 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.46 |
| HSL | 294º | 0.04% | 0.52% | - |
| HSV(B) | 294º | 0.07% | 0.54% | - |
| XYZ | 22.62 | 22.59 | 27.21 | - |
| YUV | 131.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 138 | 0.01 | 0.07 | 0 | 0.46 | 294 | 0.04 | 0.52 |
| Hex | 89 | 80 | 8A | 1 | 7 | 0 | 2E | 126 | 4 | 34 |
| Octal | 211 | 200 | 212 | 1 | 7 | 0 | 56 | 446 | 4 | 64 |
| Binary | 10001001 | 10000000 | 10001010 | 1 | 111 | 0 | 101110 | 100100110 | 100 | 110100 |
Color Harmonies of #89808A
Complementary color
Monochromatic Colors of #89808A
Black with #89808A
Text Example
Text Example
White with #89808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89808A; }
p { color: rgb(137,128,138); }
H1.HeaderClassName
{
color: #89808A;
}
.AnyTagClassName
{
color: #89808A;
}
</style>
background-color css
<style>
a { background-color: #89808A; }
a { background-color: rgb(137,128,138); }
div.DivClassName
{
background-color: #89808A;
}
.BgClassName
{
background-color: #89808A;
}
</style>
border-color css
<style>
span { border-color: #89808A; }
span { border-color: rgb(137,128,138); }
td.TdClassName
{
border-color: #89808A;
}
.TagClassName
{
border-color: #89808A;
}
</style>