Shades of Amethyst Smoke #8D8791
Tints of Amethyst Smoke #8D8791
RGB
CMYK
RGB Variations
Color information
#8D8791 (or 0x8D8791) is known color: Amethyst Smoke. HEX triplet: 8D, 87 and 91. RGB value is (141,135,145). Sum of RGB (Red+Green+Blue) = 141+135+145=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8791 is #72786E. Grayscale: #898989. Windows color (decimal): -7501935 or 9537421. OLE color: 9537421.
HSL color Cylindrical-coordinate representation of color #8D8791: hue angle of 276º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8791 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 135 | 145 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.43 |
| HSL | 276º | 0.04% | 0.55% | - |
| HSV(B) | 276º | 0.07% | 0.57% | - |
| XYZ | 24.76 | 25.04 | 30.32 | - |
| YUV | 137.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 145 | 0.03 | 0.07 | 0 | 0.43 | 276 | 0.04 | 0.55 |
| Hex | 8D | 87 | 91 | 3 | 7 | 0 | 2B | 114 | 4 | 37 |
| Octal | 215 | 207 | 221 | 3 | 7 | 0 | 53 | 424 | 4 | 67 |
| Binary | 10001101 | 10000111 | 10010001 | 11 | 111 | 0 | 101011 | 100010100 | 100 | 110111 |
Color Harmonies of #8D8791
Complementary color
Monochromatic Colors of #8D8791
Black with #8D8791
Text Example
Text Example
White with #8D8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8791; }
p { color: rgb(141,135,145); }
H1.HeaderClassName
{
color: #8D8791;
}
.AnyTagClassName
{
color: #8D8791;
}
</style>
background-color css
<style>
a { background-color: #8D8791; }
a { background-color: rgb(141,135,145); }
div.DivClassName
{
background-color: #8D8791;
}
.BgClassName
{
background-color: #8D8791;
}
</style>
border-color css
<style>
span { border-color: #8D8791; }
span { border-color: rgb(141,135,145); }
td.TdClassName
{
border-color: #8D8791;
}
.TagClassName
{
border-color: #8D8791;
}
</style>