Shades of Amethyst Smoke #8F869C
Tints of Amethyst Smoke #8F869C
RGB
CMYK
RGB Variations
Color information
#8F869C (or 0x8F869C) is known color: Amethyst Smoke. HEX triplet: 8F, 86 and 9C. RGB value is (143,134,156). Sum of RGB (Red+Green+Blue) = 143+134+156=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F869C is #707963. Grayscale: #8B8B8B. Windows color (decimal): -7371108 or 10258063. OLE color: 10258063.
HSL color Cylindrical-coordinate representation of color #8F869C: hue angle of 264.55º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F869C is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 134 | 156 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.39 |
| HSL | 264.55º | 0.1% | 0.57% | - |
| HSV(B) | 264.55º | 0.14% | 0.61% | - |
| XYZ | 25.85 | 25.29 | 34.97 | - |
| YUV | 139.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 156 | 0.08 | 0.14 | 0 | 0.39 | 264.55 | 0.1 | 0.57 |
| Hex | 8F | 86 | 9C | 8 | E | 0 | 27 | 109 | A | 39 |
| Octal | 217 | 206 | 234 | 10 | 16 | 0 | 47 | 411 | 12 | 71 |
| Binary | 10001111 | 10000110 | 10011100 | 1000 | 1110 | 0 | 100111 | 100001001 | 1010 | 111001 |
Color Harmonies of #8F869C
Complementary color
Monochromatic Colors of #8F869C
Black with #8F869C
Text Example
Text Example
White with #8F869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F869C; }
p { color: rgb(143,134,156); }
H1.HeaderClassName
{
color: #8F869C;
}
.AnyTagClassName
{
color: #8F869C;
}
</style>
background-color css
<style>
a { background-color: #8F869C; }
a { background-color: rgb(143,134,156); }
div.DivClassName
{
background-color: #8F869C;
}
.BgClassName
{
background-color: #8F869C;
}
</style>
border-color css
<style>
span { border-color: #8F869C; }
span { border-color: rgb(143,134,156); }
td.TdClassName
{
border-color: #8F869C;
}
.TagClassName
{
border-color: #8F869C;
}
</style>