Shades of Amethyst Smoke #8F839F
Tints of Amethyst Smoke #8F839F
RGB
CMYK
RGB Variations
Color information
#8F839F (or 0x8F839F) is known color: Amethyst Smoke. HEX triplet: 8F, 83 and 9F. RGB value is (143,131,159). Sum of RGB (Red+Green+Blue) = 143+131+159=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F839F is #707C60. Grayscale: #898989. Windows color (decimal): -7371873 or 10453903. OLE color: 10453903.
HSL color Cylindrical-coordinate representation of color #8F839F: hue angle of 265.71º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F839F is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 131 | 159 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.38 |
| HSL | 265.71º | 0.13% | 0.57% | - |
| HSV(B) | 265.71º | 0.18% | 0.62% | - |
| XYZ | 25.7 | 24.58 | 36.19 | - |
| YUV | 137.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 159 | 0.10 | 0.18 | 0 | 0.38 | 265.71 | 0.13 | 0.57 |
| Hex | 8F | 83 | 9F | A | 12 | 0 | 26 | 10A | D | 39 |
| Octal | 217 | 203 | 237 | 12 | 22 | 0 | 46 | 412 | 15 | 71 |
| Binary | 10001111 | 10000011 | 10011111 | 1010 | 10010 | 0 | 100110 | 100001010 | 1101 | 111001 |
Color Harmonies of #8F839F
Complementary color
Monochromatic Colors of #8F839F
Black with #8F839F
Text Example
Text Example
White with #8F839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F839F; }
p { color: rgb(143,131,159); }
H1.HeaderClassName
{
color: #8F839F;
}
.AnyTagClassName
{
color: #8F839F;
}
</style>
background-color css
<style>
a { background-color: #8F839F; }
a { background-color: rgb(143,131,159); }
div.DivClassName
{
background-color: #8F839F;
}
.BgClassName
{
background-color: #8F839F;
}
</style>
border-color css
<style>
span { border-color: #8F839F; }
span { border-color: rgb(143,131,159); }
td.TdClassName
{
border-color: #8F839F;
}
.TagClassName
{
border-color: #8F839F;
}
</style>