Shades of Amethyst Smoke #8F819D
Tints of Amethyst Smoke #8F819D
RGB
CMYK
RGB Variations
Color information
#8F819D (or 0x8F819D) is known color: Amethyst Smoke. HEX triplet: 8F, 81 and 9D. RGB value is (143,129,157). Sum of RGB (Red+Green+Blue) = 143+129+157=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F819D is #707E62. Grayscale: #888888. Windows color (decimal): -7372387 or 10322319. OLE color: 10322319.
HSL color Cylindrical-coordinate representation of color #8F819D: hue angle of 270º degrees, saturation: 0.12, 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 #8F819D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 129 | 157 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.38 |
| HSL | 270º | 0.13% | 0.56% | - |
| HSV(B) | 270º | 0.18% | 0.62% | - |
| XYZ | 25.26 | 23.97 | 35.19 | - |
| YUV | 136.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 157 | 0.09 | 0.18 | 0 | 0.38 | 270 | 0.13 | 0.56 |
| Hex | 8F | 81 | 9D | 9 | 12 | 0 | 26 | 10E | C | 38 |
| Octal | 217 | 201 | 235 | 11 | 22 | 0 | 46 | 416 | 14 | 70 |
| Binary | 10001111 | 10000001 | 10011101 | 1001 | 10010 | 0 | 100110 | 100001110 | 1100 | 111000 |
Color Harmonies of #8F819D
Complementary color
Monochromatic Colors of #8F819D
Black with #8F819D
Text Example
Text Example
White with #8F819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F819D; }
p { color: rgb(143,129,157); }
H1.HeaderClassName
{
color: #8F819D;
}
.AnyTagClassName
{
color: #8F819D;
}
</style>
background-color css
<style>
a { background-color: #8F819D; }
a { background-color: rgb(143,129,157); }
div.DivClassName
{
background-color: #8F819D;
}
.BgClassName
{
background-color: #8F819D;
}
</style>
border-color css
<style>
span { border-color: #8F819D; }
span { border-color: rgb(143,129,157); }
td.TdClassName
{
border-color: #8F819D;
}
.TagClassName
{
border-color: #8F819D;
}
</style>