Shades of Amethyst Smoke #8F809E
Tints of Amethyst Smoke #8F809E
RGB
CMYK
RGB Variations
Color information
#8F809E (or 0x8F809E) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 9E. RGB value is (143,128,158). Sum of RGB (Red+Green+Blue) = 143+128+158=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F809E is #707F61. Grayscale: #878787. Windows color (decimal): -7372642 or 10387599. OLE color: 10387599.
HSL color Cylindrical-coordinate representation of color #8F809E: hue angle of 270º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F809E is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 128 | 158 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.38 |
| HSL | 270º | 0.13% | 0.56% | - |
| HSV(B) | 270º | 0.19% | 0.62% | - |
| XYZ | 25.22 | 23.75 | 35.6 | - |
| YUV | 135.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 158 | 0.09 | 0.19 | 0 | 0.38 | 270 | 0.13 | 0.56 |
| Hex | 8F | 80 | 9E | 9 | 13 | 0 | 26 | 10E | D | 38 |
| Octal | 217 | 200 | 236 | 11 | 23 | 0 | 46 | 416 | 15 | 70 |
| Binary | 10001111 | 10000000 | 10011110 | 1001 | 10011 | 0 | 100110 | 100001110 | 1101 | 111000 |
Color Harmonies of #8F809E
Complementary color
Monochromatic Colors of #8F809E
Black with #8F809E
Text Example
Text Example
White with #8F809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F809E; }
p { color: rgb(143,128,158); }
H1.HeaderClassName
{
color: #8F809E;
}
.AnyTagClassName
{
color: #8F809E;
}
</style>
background-color css
<style>
a { background-color: #8F809E; }
a { background-color: rgb(143,128,158); }
div.DivClassName
{
background-color: #8F809E;
}
.BgClassName
{
background-color: #8F809E;
}
</style>
border-color css
<style>
span { border-color: #8F809E; }
span { border-color: rgb(143,128,158); }
td.TdClassName
{
border-color: #8F809E;
}
.TagClassName
{
border-color: #8F809E;
}
</style>