Shades of Amethyst Smoke #89778F
Tints of Amethyst Smoke #89778F
RGB
CMYK
RGB Variations
Color information
#89778F (or 0x89778F) is known color: Amethyst Smoke. HEX triplet: 89, 77 and 8F. RGB value is (137,119,143). Sum of RGB (Red+Green+Blue) = 137+119+143=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #89778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89778F is #768870. Grayscale: #7F7F7F. Windows color (decimal): -7768177 or 9402249. OLE color: 9402249.
HSL color Cylindrical-coordinate representation of color #89778F: hue angle of 285º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89778F is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 119 | 143 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.44 |
| HSL | 285º | 0.1% | 0.51% | - |
| HSV(B) | 285º | 0.17% | 0.56% | - |
| XYZ | 21.87 | 20.5 | 28.79 | - |
| YUV | 127.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 143 | 0.04 | 0.17 | 0 | 0.44 | 285 | 0.1 | 0.51 |
| Hex | 89 | 77 | 8F | 4 | 11 | 0 | 2C | 11D | A | 33 |
| Octal | 211 | 167 | 217 | 4 | 21 | 0 | 54 | 435 | 12 | 63 |
| Binary | 10001001 | 1110111 | 10001111 | 100 | 10001 | 0 | 101100 | 100011101 | 1010 | 110011 |
Color Harmonies of #89778F
Complementary color
Monochromatic Colors of #89778F
Black with #89778F
Text Example
Text Example
White with #89778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89778F; }
p { color: rgb(137,119,143); }
H1.HeaderClassName
{
color: #89778F;
}
.AnyTagClassName
{
color: #89778F;
}
</style>
background-color css
<style>
a { background-color: #89778F; }
a { background-color: rgb(137,119,143); }
div.DivClassName
{
background-color: #89778F;
}
.BgClassName
{
background-color: #89778F;
}
</style>
border-color css
<style>
span { border-color: #89778F; }
span { border-color: rgb(137,119,143); }
td.TdClassName
{
border-color: #89778F;
}
.TagClassName
{
border-color: #89778F;
}
</style>