Shades of Amethyst Smoke #8F809D
Tints of Amethyst Smoke #8F809D
RGB
CMYK
RGB Variations
Color information
#8F809D (or 0x8F809D) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 9D. RGB value is (143,128,157). Sum of RGB (Red+Green+Blue) = 143+128+157=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F809D is #707F62. Grayscale: #878787. Windows color (decimal): -7372643 or 10322063. OLE color: 10322063.
HSL color Cylindrical-coordinate representation of color #8F809D: hue angle of 271.03º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F809D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 128 | 157 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.38 |
| HSL | 271.03º | 0.13% | 0.56% | - |
| HSV(B) | 271.03º | 0.18% | 0.62% | - |
| XYZ | 25.13 | 23.71 | 35.15 | - |
| YUV | 135.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 157 | 0.09 | 0.18 | 0 | 0.38 | 271.03 | 0.13 | 0.56 |
| Hex | 8F | 80 | 9D | 9 | 12 | 0 | 26 | 10F | D | 38 |
| Octal | 217 | 200 | 235 | 11 | 22 | 0 | 46 | 417 | 15 | 70 |
| Binary | 10001111 | 10000000 | 10011101 | 1001 | 10010 | 0 | 100110 | 100001111 | 1101 | 111000 |
Color Harmonies of #8F809D
Complementary color
Monochromatic Colors of #8F809D
Black with #8F809D
Text Example
Text Example
White with #8F809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F809D; }
p { color: rgb(143,128,157); }
H1.HeaderClassName
{
color: #8F809D;
}
.AnyTagClassName
{
color: #8F809D;
}
</style>
background-color css
<style>
a { background-color: #8F809D; }
a { background-color: rgb(143,128,157); }
div.DivClassName
{
background-color: #8F809D;
}
.BgClassName
{
background-color: #8F809D;
}
</style>
border-color css
<style>
span { border-color: #8F809D; }
span { border-color: rgb(143,128,157); }
td.TdClassName
{
border-color: #8F809D;
}
.TagClassName
{
border-color: #8F809D;
}
</style>