Shades of Amethyst Smoke #89758D
Tints of Amethyst Smoke #89758D
RGB
CMYK
RGB Variations
Color information
#89758D (or 0x89758D) is known color: Amethyst Smoke. HEX triplet: 89, 75 and 8D. RGB value is (137,117,141). Sum of RGB (Red+Green+Blue) = 137+117+141=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #89758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89758D is #768A72. Grayscale: #7D7D7D. Windows color (decimal): -7768691 or 9270665. OLE color: 9270665.
HSL color Cylindrical-coordinate representation of color #89758D: hue angle of 290º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89758D is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 117 | 141 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.45 |
| HSL | 290º | 0.1% | 0.51% | - |
| HSV(B) | 290º | 0.17% | 0.55% | - |
| XYZ | 21.49 | 19.96 | 27.92 | - |
| YUV | 125.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 141 | 0.03 | 0.17 | 0 | 0.45 | 290 | 0.1 | 0.51 |
| Hex | 89 | 75 | 8D | 3 | 11 | 0 | 2D | 122 | A | 33 |
| Octal | 211 | 165 | 215 | 3 | 21 | 0 | 55 | 442 | 12 | 63 |
| Binary | 10001001 | 1110101 | 10001101 | 11 | 10001 | 0 | 101101 | 100100010 | 1010 | 110011 |
Color Harmonies of #89758D
Complementary color
Monochromatic Colors of #89758D
Black with #89758D
Text Example
Text Example
White with #89758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89758D; }
p { color: rgb(137,117,141); }
H1.HeaderClassName
{
color: #89758D;
}
.AnyTagClassName
{
color: #89758D;
}
</style>
background-color css
<style>
a { background-color: #89758D; }
a { background-color: rgb(137,117,141); }
div.DivClassName
{
background-color: #89758D;
}
.BgClassName
{
background-color: #89758D;
}
</style>
border-color css
<style>
span { border-color: #89758D; }
span { border-color: rgb(137,117,141); }
td.TdClassName
{
border-color: #89758D;
}
.TagClassName
{
border-color: #89758D;
}
</style>