Shades of Amethyst Smoke #8D829A
Tints of Amethyst Smoke #8D829A
RGB
CMYK
RGB Variations
Color information
#8D829A (or 0x8D829A) is known color: Amethyst Smoke. HEX triplet: 8D, 82 and 9A. RGB value is (141,130,154). Sum of RGB (Red+Green+Blue) = 141+130+154=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D829A is #727D65. Grayscale: #878787. Windows color (decimal): -7503206 or 10125965. OLE color: 10125965.
HSL color Cylindrical-coordinate representation of color #8D829A: hue angle of 267.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D829A is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 130 | 154 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.40 |
| HSL | 267.5º | 0.11% | 0.56% | - |
| HSV(B) | 267.5º | 0.16% | 0.6% | - |
| XYZ | 24.8 | 23.96 | 33.89 | - |
| YUV | 136.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 154 | 0.08 | 0.16 | 0 | 0.40 | 267.5 | 0.11 | 0.56 |
| Hex | 8D | 82 | 9A | 8 | 10 | 0 | 28 | 10C | B | 38 |
| Octal | 215 | 202 | 232 | 10 | 20 | 0 | 50 | 414 | 13 | 70 |
| Binary | 10001101 | 10000010 | 10011010 | 1000 | 10000 | 0 | 101000 | 100001100 | 1011 | 111000 |
Color Harmonies of #8D829A
Complementary color
Monochromatic Colors of #8D829A
Black with #8D829A
Text Example
Text Example
White with #8D829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D829A; }
p { color: rgb(141,130,154); }
H1.HeaderClassName
{
color: #8D829A;
}
.AnyTagClassName
{
color: #8D829A;
}
</style>
background-color css
<style>
a { background-color: #8D829A; }
a { background-color: rgb(141,130,154); }
div.DivClassName
{
background-color: #8D829A;
}
.BgClassName
{
background-color: #8D829A;
}
</style>
border-color css
<style>
span { border-color: #8D829A; }
span { border-color: rgb(141,130,154); }
td.TdClassName
{
border-color: #8D829A;
}
.TagClassName
{
border-color: #8D829A;
}
</style>