Shades of Amethyst Smoke #8F819E
Tints of Amethyst Smoke #8F819E
RGB
CMYK
RGB Variations
Color information
#8F819E (or 0x8F819E) is known color: Amethyst Smoke. HEX triplet: 8F, 81 and 9E. RGB value is (143,129,158). Sum of RGB (Red+Green+Blue) = 143+129+158=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F819E is #707E61. Grayscale: #888888. Windows color (decimal): -7372386 or 10387855. OLE color: 10387855.
HSL color Cylindrical-coordinate representation of color #8F819E: hue angle of 268.97º 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 #8F819E is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 129 | 158 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.38 |
| HSL | 268.97º | 0.13% | 0.56% | - |
| HSV(B) | 268.97º | 0.18% | 0.62% | - |
| XYZ | 25.35 | 24.01 | 35.65 | - |
| YUV | 136.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 158 | 0.09 | 0.18 | 0 | 0.38 | 268.97 | 0.13 | 0.56 |
| Hex | 8F | 81 | 9E | 9 | 12 | 0 | 26 | 10D | D | 38 |
| Octal | 217 | 201 | 236 | 11 | 22 | 0 | 46 | 415 | 15 | 70 |
| Binary | 10001111 | 10000001 | 10011110 | 1001 | 10010 | 0 | 100110 | 100001101 | 1101 | 111000 |
Color Harmonies of #8F819E
Complementary color
Monochromatic Colors of #8F819E
Black with #8F819E
Text Example
Text Example
White with #8F819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F819E; }
p { color: rgb(143,129,158); }
H1.HeaderClassName
{
color: #8F819E;
}
.AnyTagClassName
{
color: #8F819E;
}
</style>
background-color css
<style>
a { background-color: #8F819E; }
a { background-color: rgb(143,129,158); }
div.DivClassName
{
background-color: #8F819E;
}
.BgClassName
{
background-color: #8F819E;
}
</style>
border-color css
<style>
span { border-color: #8F819E; }
span { border-color: rgb(143,129,158); }
td.TdClassName
{
border-color: #8F819E;
}
.TagClassName
{
border-color: #8F819E;
}
</style>