Shades of Amethyst Smoke #8D8499
Tints of Amethyst Smoke #8D8499
RGB
CMYK
RGB Variations
Color information
#8D8499 (or 0x8D8499) is known color: Amethyst Smoke. HEX triplet: 8D, 84 and 99. RGB value is (141,132,153). Sum of RGB (Red+Green+Blue) = 141+132+153=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8499 is #727B66. Grayscale: #898989. Windows color (decimal): -7502695 or 10060941. OLE color: 10060941.
HSL color Cylindrical-coordinate representation of color #8D8499: hue angle of 265.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D8499 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 132 | 153 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.4 |
| HSL | 265.71º | 0.09% | 0.56% | - |
| HSV(B) | 265.71º | 0.14% | 0.6% | - |
| XYZ | 24.99 | 24.47 | 33.54 | - |
| YUV | 137.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 153 | 0.08 | 0.14 | 0 | 0.4 | 265.71 | 0.09 | 0.56 |
| Hex | 8D | 84 | 99 | 8 | E | 0 | 28 | 10A | 9 | 38 |
| Octal | 215 | 204 | 231 | 10 | 16 | 0 | 50 | 412 | 11 | 70 |
| Binary | 10001101 | 10000100 | 10011001 | 1000 | 1110 | 0 | 101000 | 100001010 | 1001 | 111000 |
Color Harmonies of #8D8499
Complementary color
Monochromatic Colors of #8D8499
Black with #8D8499
Text Example
Text Example
White with #8D8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8499; }
p { color: rgb(141,132,153); }
H1.HeaderClassName
{
color: #8D8499;
}
.AnyTagClassName
{
color: #8D8499;
}
</style>
background-color css
<style>
a { background-color: #8D8499; }
a { background-color: rgb(141,132,153); }
div.DivClassName
{
background-color: #8D8499;
}
.BgClassName
{
background-color: #8D8499;
}
</style>
border-color css
<style>
span { border-color: #8D8499; }
span { border-color: rgb(141,132,153); }
td.TdClassName
{
border-color: #8D8499;
}
.TagClassName
{
border-color: #8D8499;
}
</style>