Shades of Amethyst Smoke #8F7F9E
Tints of Amethyst Smoke #8F7F9E
RGB
CMYK
RGB Variations
Color information
#8F7F9E (or 0x8F7F9E) is known color: Amethyst Smoke. HEX triplet: 8F, 7F and 9E. RGB value is (143,127,158). Sum of RGB (Red+Green+Blue) = 143+127+158=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F9E is #708061. Grayscale: #878787. Windows color (decimal): -7372898 or 10387343. OLE color: 10387343.
HSL color Cylindrical-coordinate representation of color #8F7F9E: hue angle of 270.97º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7F9E is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 127 | 158 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.38 |
| HSL | 270.97º | 0.14% | 0.56% | - |
| HSV(B) | 270.97º | 0.2% | 0.62% | - |
| XYZ | 25.09 | 23.49 | 35.56 | - |
| YUV | 135.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 158 | 0.09 | 0.20 | 0 | 0.38 | 270.97 | 0.14 | 0.56 |
| Hex | 8F | 7F | 9E | 9 | 14 | 0 | 26 | 10F | E | 38 |
| Octal | 217 | 177 | 236 | 11 | 24 | 0 | 46 | 417 | 16 | 70 |
| Binary | 10001111 | 1111111 | 10011110 | 1001 | 10100 | 0 | 100110 | 100001111 | 1110 | 111000 |
Color Harmonies of #8F7F9E
Complementary color
Monochromatic Colors of #8F7F9E
Black with #8F7F9E
Text Example
Text Example
White with #8F7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F9E; }
p { color: rgb(143,127,158); }
H1.HeaderClassName
{
color: #8F7F9E;
}
.AnyTagClassName
{
color: #8F7F9E;
}
</style>
background-color css
<style>
a { background-color: #8F7F9E; }
a { background-color: rgb(143,127,158); }
div.DivClassName
{
background-color: #8F7F9E;
}
.BgClassName
{
background-color: #8F7F9E;
}
</style>
border-color css
<style>
span { border-color: #8F7F9E; }
span { border-color: rgb(143,127,158); }
td.TdClassName
{
border-color: #8F7F9E;
}
.TagClassName
{
border-color: #8F7F9E;
}
</style>