Shades of Amethyst Smoke #8F829D
Tints of Amethyst Smoke #8F829D
RGB
CMYK
RGB Variations
Color information
#8F829D (or 0x8F829D) is known color: Amethyst Smoke. HEX triplet: 8F, 82 and 9D. RGB value is (143,130,157). Sum of RGB (Red+Green+Blue) = 143+130+157=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F829D is #707D62. Grayscale: #888888. Windows color (decimal): -7372131 or 10322575. OLE color: 10322575.
HSL color Cylindrical-coordinate representation of color #8F829D: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F829D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 130 | 157 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.38 |
| HSL | 268.89º | 0.12% | 0.56% | - |
| HSV(B) | 268.89º | 0.17% | 0.62% | - |
| XYZ | 25.4 | 24.24 | 35.24 | - |
| YUV | 136.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 157 | 0.09 | 0.17 | 0 | 0.38 | 268.89 | 0.12 | 0.56 |
| Hex | 8F | 82 | 9D | 9 | 11 | 0 | 26 | 10D | C | 38 |
| Octal | 217 | 202 | 235 | 11 | 21 | 0 | 46 | 415 | 14 | 70 |
| Binary | 10001111 | 10000010 | 10011101 | 1001 | 10001 | 0 | 100110 | 100001101 | 1100 | 111000 |
Color Harmonies of #8F829D
Complementary color
Monochromatic Colors of #8F829D
Black with #8F829D
Text Example
Text Example
White with #8F829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F829D; }
p { color: rgb(143,130,157); }
H1.HeaderClassName
{
color: #8F829D;
}
.AnyTagClassName
{
color: #8F829D;
}
</style>
background-color css
<style>
a { background-color: #8F829D; }
a { background-color: rgb(143,130,157); }
div.DivClassName
{
background-color: #8F829D;
}
.BgClassName
{
background-color: #8F829D;
}
</style>
border-color css
<style>
span { border-color: #8F829D; }
span { border-color: rgb(143,130,157); }
td.TdClassName
{
border-color: #8F829D;
}
.TagClassName
{
border-color: #8F829D;
}
</style>