Shades of Amethyst Smoke #8F7F95
Tints of Amethyst Smoke #8F7F95
RGB
CMYK
RGB Variations
Color information
#8F7F95 (or 0x8F7F95) is known color: Amethyst Smoke. HEX triplet: 8F, 7F and 95. RGB value is (143,127,149). Sum of RGB (Red+Green+Blue) = 143+127+149=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F7F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F95 is #70806A. Grayscale: #868686. Windows color (decimal): -7372907 or 9797519. OLE color: 9797519.
HSL color Cylindrical-coordinate representation of color #8F7F95: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F7F95 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 127 | 149 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.42 |
| HSL | 283.64º | 0.09% | 0.54% | - |
| HSV(B) | 283.64º | 0.15% | 0.58% | - |
| XYZ | 24.34 | 23.19 | 31.63 | - |
| YUV | 134.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 149 | 0.04 | 0.15 | 0 | 0.42 | 283.64 | 0.09 | 0.54 |
| Hex | 8F | 7F | 95 | 4 | F | 0 | 2A | 11C | 9 | 36 |
| Octal | 217 | 177 | 225 | 4 | 17 | 0 | 52 | 434 | 11 | 66 |
| Binary | 10001111 | 1111111 | 10010101 | 100 | 1111 | 0 | 101010 | 100011100 | 1001 | 110110 |
Color Harmonies of #8F7F95
Complementary color
Monochromatic Colors of #8F7F95
Black with #8F7F95
Text Example
Text Example
White with #8F7F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F95; }
p { color: rgb(143,127,149); }
H1.HeaderClassName
{
color: #8F7F95;
}
.AnyTagClassName
{
color: #8F7F95;
}
</style>
background-color css
<style>
a { background-color: #8F7F95; }
a { background-color: rgb(143,127,149); }
div.DivClassName
{
background-color: #8F7F95;
}
.BgClassName
{
background-color: #8F7F95;
}
</style>
border-color css
<style>
span { border-color: #8F7F95; }
span { border-color: rgb(143,127,149); }
td.TdClassName
{
border-color: #8F7F95;
}
.TagClassName
{
border-color: #8F7F95;
}
</style>