Shades of Amethyst Smoke #8D8494
Tints of Amethyst Smoke #8D8494
RGB
CMYK
RGB Variations
Color information
#8D8494 (or 0x8D8494) is known color: Amethyst Smoke. HEX triplet: 8D, 84 and 94. RGB value is (141,132,148). Sum of RGB (Red+Green+Blue) = 141+132+148=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8494 is #727B6B. Grayscale: #888888. Windows color (decimal): -7502700 or 9733261. OLE color: 9733261.
HSL color Cylindrical-coordinate representation of color #8D8494: hue angle of 273.75º 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 #8D8494 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 132 | 148 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.42 |
| HSL | 273.75º | 0.07% | 0.55% | - |
| HSV(B) | 273.75º | 0.11% | 0.58% | - |
| XYZ | 24.58 | 24.3 | 31.41 | - |
| YUV | 136.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 148 | 0.05 | 0.11 | 0 | 0.42 | 273.75 | 0.07 | 0.55 |
| Hex | 8D | 84 | 94 | 5 | B | 0 | 2A | 112 | 7 | 37 |
| Octal | 215 | 204 | 224 | 5 | 13 | 0 | 52 | 422 | 7 | 67 |
| Binary | 10001101 | 10000100 | 10010100 | 101 | 1011 | 0 | 101010 | 100010010 | 111 | 110111 |
Color Harmonies of #8D8494
Complementary color
Monochromatic Colors of #8D8494
Black with #8D8494
Text Example
Text Example
White with #8D8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8494; }
p { color: rgb(141,132,148); }
H1.HeaderClassName
{
color: #8D8494;
}
.AnyTagClassName
{
color: #8D8494;
}
</style>
background-color css
<style>
a { background-color: #8D8494; }
a { background-color: rgb(141,132,148); }
div.DivClassName
{
background-color: #8D8494;
}
.BgClassName
{
background-color: #8D8494;
}
</style>
border-color css
<style>
span { border-color: #8D8494; }
span { border-color: rgb(141,132,148); }
td.TdClassName
{
border-color: #8D8494;
}
.TagClassName
{
border-color: #8D8494;
}
</style>