Shades of Amethyst Smoke #8D8595
Tints of Amethyst Smoke #8D8595
RGB
CMYK
RGB Variations
Color information
#8D8595 (or 0x8D8595) is known color: Amethyst Smoke. HEX triplet: 8D, 85 and 95. RGB value is (141,133,149). Sum of RGB (Red+Green+Blue) = 141+133+149=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8595 is #727A6A. Grayscale: #898989. Windows color (decimal): -7502443 or 9799053. OLE color: 9799053.
HSL color Cylindrical-coordinate representation of color #8D8595: hue angle of 270º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D8595 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 133 | 149 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.42 |
| HSL | 270º | 0.07% | 0.55% | - |
| HSV(B) | 270º | 0.11% | 0.58% | - |
| XYZ | 24.8 | 24.61 | 31.88 | - |
| YUV | 137.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 149 | 0.05 | 0.11 | 0 | 0.42 | 270 | 0.07 | 0.55 |
| Hex | 8D | 85 | 95 | 5 | B | 0 | 2A | 10E | 7 | 37 |
| Octal | 215 | 205 | 225 | 5 | 13 | 0 | 52 | 416 | 7 | 67 |
| Binary | 10001101 | 10000101 | 10010101 | 101 | 1011 | 0 | 101010 | 100001110 | 111 | 110111 |
Color Harmonies of #8D8595
Complementary color
Monochromatic Colors of #8D8595
Black with #8D8595
Text Example
Text Example
White with #8D8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8595; }
p { color: rgb(141,133,149); }
H1.HeaderClassName
{
color: #8D8595;
}
.AnyTagClassName
{
color: #8D8595;
}
</style>
background-color css
<style>
a { background-color: #8D8595; }
a { background-color: rgb(141,133,149); }
div.DivClassName
{
background-color: #8D8595;
}
.BgClassName
{
background-color: #8D8595;
}
</style>
border-color css
<style>
span { border-color: #8D8595; }
span { border-color: rgb(141,133,149); }
td.TdClassName
{
border-color: #8D8595;
}
.TagClassName
{
border-color: #8D8595;
}
</style>