Shades of Amethyst Smoke #8F839B
Tints of Amethyst Smoke #8F839B
RGB
CMYK
RGB Variations
Color information
#8F839B (or 0x8F839B) is known color: Amethyst Smoke. HEX triplet: 8F, 83 and 9B. RGB value is (143,131,155). Sum of RGB (Red+Green+Blue) = 143+131+155=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F839B is #707C64. Grayscale: #898989. Windows color (decimal): -7371877 or 10191759. OLE color: 10191759.
HSL color Cylindrical-coordinate representation of color #8F839B: hue angle of 270º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F839B is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 131 | 155 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.39 |
| HSL | 270º | 0.11% | 0.56% | - |
| HSV(B) | 270º | 0.15% | 0.61% | - |
| XYZ | 25.36 | 24.44 | 34.39 | - |
| YUV | 137.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 155 | 0.08 | 0.15 | 0 | 0.39 | 270 | 0.11 | 0.56 |
| Hex | 8F | 83 | 9B | 8 | F | 0 | 27 | 10E | B | 38 |
| Octal | 217 | 203 | 233 | 10 | 17 | 0 | 47 | 416 | 13 | 70 |
| Binary | 10001111 | 10000011 | 10011011 | 1000 | 1111 | 0 | 100111 | 100001110 | 1011 | 111000 |
Color Harmonies of #8F839B
Complementary color
Monochromatic Colors of #8F839B
Black with #8F839B
Text Example
Text Example
White with #8F839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F839B; }
p { color: rgb(143,131,155); }
H1.HeaderClassName
{
color: #8F839B;
}
.AnyTagClassName
{
color: #8F839B;
}
</style>
background-color css
<style>
a { background-color: #8F839B; }
a { background-color: rgb(143,131,155); }
div.DivClassName
{
background-color: #8F839B;
}
.BgClassName
{
background-color: #8F839B;
}
</style>
border-color css
<style>
span { border-color: #8F839B; }
span { border-color: rgb(143,131,155); }
td.TdClassName
{
border-color: #8F839B;
}
.TagClassName
{
border-color: #8F839B;
}
</style>