Shades of Amethyst Smoke #8F859D
Tints of Amethyst Smoke #8F859D
RGB
CMYK
RGB Variations
Color information
#8F859D (or 0x8F859D) is known color: Amethyst Smoke. HEX triplet: 8F, 85 and 9D. RGB value is (143,133,157). Sum of RGB (Red+Green+Blue) = 143+133+157=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F859D is #707A62. Grayscale: #8A8A8A. Windows color (decimal): -7371363 or 10323343. OLE color: 10323343.
HSL color Cylindrical-coordinate representation of color #8F859D: hue angle of 265º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F859D is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 133 | 157 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.38 |
| HSL | 265º | 0.11% | 0.57% | - |
| HSV(B) | 265º | 0.15% | 0.62% | - |
| XYZ | 25.8 | 25.05 | 35.37 | - |
| YUV | 138.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 157 | 0.09 | 0.15 | 0 | 0.38 | 265 | 0.11 | 0.57 |
| Hex | 8F | 85 | 9D | 9 | F | 0 | 26 | 109 | B | 39 |
| Octal | 217 | 205 | 235 | 11 | 17 | 0 | 46 | 411 | 13 | 71 |
| Binary | 10001111 | 10000101 | 10011101 | 1001 | 1111 | 0 | 100110 | 100001001 | 1011 | 111001 |
Color Harmonies of #8F859D
Complementary color
Monochromatic Colors of #8F859D
Black with #8F859D
Text Example
Text Example
White with #8F859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F859D; }
p { color: rgb(143,133,157); }
H1.HeaderClassName
{
color: #8F859D;
}
.AnyTagClassName
{
color: #8F859D;
}
</style>
background-color css
<style>
a { background-color: #8F859D; }
a { background-color: rgb(143,133,157); }
div.DivClassName
{
background-color: #8F859D;
}
.BgClassName
{
background-color: #8F859D;
}
</style>
border-color css
<style>
span { border-color: #8F859D; }
span { border-color: rgb(143,133,157); }
td.TdClassName
{
border-color: #8F859D;
}
.TagClassName
{
border-color: #8F859D;
}
</style>