Shades of Amethyst Smoke #8F849D
Tints of Amethyst Smoke #8F849D
RGB
CMYK
RGB Variations
Color information
#8F849D (or 0x8F849D) is known color: Amethyst Smoke. HEX triplet: 8F, 84 and 9D. RGB value is (143,132,157). Sum of RGB (Red+Green+Blue) = 143+132+157=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F849D is #707B62. Grayscale: #8A8A8A. Windows color (decimal): -7371619 or 10323087. OLE color: 10323087.
HSL color Cylindrical-coordinate representation of color #8F849D: hue angle of 266.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F849D is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 132 | 157 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.38 |
| HSL | 266.4º | 0.11% | 0.57% | - |
| HSV(B) | 266.4º | 0.16% | 0.62% | - |
| XYZ | 25.66 | 24.78 | 35.33 | - |
| YUV | 138.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 157 | 0.09 | 0.16 | 0 | 0.38 | 266.4 | 0.11 | 0.57 |
| Hex | 8F | 84 | 9D | 9 | 10 | 0 | 26 | 10A | B | 39 |
| Octal | 217 | 204 | 235 | 11 | 20 | 0 | 46 | 412 | 13 | 71 |
| Binary | 10001111 | 10000100 | 10011101 | 1001 | 10000 | 0 | 100110 | 100001010 | 1011 | 111001 |
Color Harmonies of #8F849D
Complementary color
Monochromatic Colors of #8F849D
Black with #8F849D
Text Example
Text Example
White with #8F849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F849D; }
p { color: rgb(143,132,157); }
H1.HeaderClassName
{
color: #8F849D;
}
.AnyTagClassName
{
color: #8F849D;
}
</style>
background-color css
<style>
a { background-color: #8F849D; }
a { background-color: rgb(143,132,157); }
div.DivClassName
{
background-color: #8F849D;
}
.BgClassName
{
background-color: #8F849D;
}
</style>
border-color css
<style>
span { border-color: #8F849D; }
span { border-color: rgb(143,132,157); }
td.TdClassName
{
border-color: #8F849D;
}
.TagClassName
{
border-color: #8F849D;
}
</style>