Shades of Amethyst Smoke #8F859E
Tints of Amethyst Smoke #8F859E
RGB
CMYK
RGB Variations
Color information
#8F859E (or 0x8F859E) is known color: Amethyst Smoke. HEX triplet: 8F, 85 and 9E. RGB value is (143,133,158). Sum of RGB (Red+Green+Blue) = 143+133+158=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F859E is #707A61. Grayscale: #8A8A8A. Windows color (decimal): -7371362 or 10388879. OLE color: 10388879.
HSL color Cylindrical-coordinate representation of color #8F859E: hue angle of 264º 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 #8F859E is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 133 | 158 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.38 |
| HSL | 264º | 0.11% | 0.57% | - |
| HSV(B) | 264º | 0.16% | 0.62% | - |
| XYZ | 25.89 | 25.08 | 35.82 | - |
| YUV | 138.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 158 | 0.09 | 0.16 | 0 | 0.38 | 264 | 0.11 | 0.57 |
| Hex | 8F | 85 | 9E | 9 | 10 | 0 | 26 | 108 | B | 39 |
| Octal | 217 | 205 | 236 | 11 | 20 | 0 | 46 | 410 | 13 | 71 |
| Binary | 10001111 | 10000101 | 10011110 | 1001 | 10000 | 0 | 100110 | 100001000 | 1011 | 111001 |
Color Harmonies of #8F859E
Complementary color
Monochromatic Colors of #8F859E
Black with #8F859E
Text Example
Text Example
White with #8F859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F859E; }
p { color: rgb(143,133,158); }
H1.HeaderClassName
{
color: #8F859E;
}
.AnyTagClassName
{
color: #8F859E;
}
</style>
background-color css
<style>
a { background-color: #8F859E; }
a { background-color: rgb(143,133,158); }
div.DivClassName
{
background-color: #8F859E;
}
.BgClassName
{
background-color: #8F859E;
}
</style>
border-color css
<style>
span { border-color: #8F859E; }
span { border-color: rgb(143,133,158); }
td.TdClassName
{
border-color: #8F859E;
}
.TagClassName
{
border-color: #8F859E;
}
</style>