Shades of Amethyst Smoke #8F7F92
Tints of Amethyst Smoke #8F7F92
RGB
CMYK
RGB Variations
Color information
#8F7F92 (or 0x8F7F92) is known color: Amethyst Smoke. HEX triplet: 8F, 7F and 92. RGB value is (143,127,146). Sum of RGB (Red+Green+Blue) = 143+127+146=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F92 is #70806D. Grayscale: #858585. Windows color (decimal): -7372910 or 9600911. OLE color: 9600911.
HSL color Cylindrical-coordinate representation of color #8F7F92: hue angle of 290.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F7F92 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 127 | 146 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.43 |
| HSL | 290.53º | 0.08% | 0.54% | - |
| HSV(B) | 290.53º | 0.13% | 0.57% | - |
| XYZ | 24.11 | 23.09 | 30.38 | - |
| YUV | 133.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 146 | 0.02 | 0.13 | 0 | 0.43 | 290.53 | 0.08 | 0.54 |
| Hex | 8F | 7F | 92 | 2 | D | 0 | 2B | 123 | 8 | 36 |
| Octal | 217 | 177 | 222 | 2 | 15 | 0 | 53 | 443 | 10 | 66 |
| Binary | 10001111 | 1111111 | 10010010 | 10 | 1101 | 0 | 101011 | 100100011 | 1000 | 110110 |
Color Harmonies of #8F7F92
Complementary color
Monochromatic Colors of #8F7F92
Black with #8F7F92
Text Example
Text Example
White with #8F7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F92; }
p { color: rgb(143,127,146); }
H1.HeaderClassName
{
color: #8F7F92;
}
.AnyTagClassName
{
color: #8F7F92;
}
</style>
background-color css
<style>
a { background-color: #8F7F92; }
a { background-color: rgb(143,127,146); }
div.DivClassName
{
background-color: #8F7F92;
}
.BgClassName
{
background-color: #8F7F92;
}
</style>
border-color css
<style>
span { border-color: #8F7F92; }
span { border-color: rgb(143,127,146); }
td.TdClassName
{
border-color: #8F7F92;
}
.TagClassName
{
border-color: #8F7F92;
}
</style>