Shades of Amethyst Smoke #8F8395
Tints of Amethyst Smoke #8F8395
RGB
CMYK
RGB Variations
Color information
#8F8395 (or 0x8F8395) is known color: Amethyst Smoke. HEX triplet: 8F, 83 and 95. RGB value is (143,131,149). Sum of RGB (Red+Green+Blue) = 143+131+149=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8395 is #707C6A. Grayscale: #888888. Windows color (decimal): -7371883 or 9798543. OLE color: 9798543.
HSL color Cylindrical-coordinate representation of color #8F8395: hue angle of 280º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F8395 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 131 | 149 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.42 |
| HSL | 280º | 0.08% | 0.55% | - |
| HSV(B) | 280º | 0.12% | 0.58% | - |
| XYZ | 24.87 | 24.24 | 31.8 | - |
| YUV | 136.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 149 | 0.04 | 0.12 | 0 | 0.42 | 280 | 0.08 | 0.55 |
| Hex | 8F | 83 | 95 | 4 | C | 0 | 2A | 118 | 8 | 37 |
| Octal | 217 | 203 | 225 | 4 | 14 | 0 | 52 | 430 | 10 | 67 |
| Binary | 10001111 | 10000011 | 10010101 | 100 | 1100 | 0 | 101010 | 100011000 | 1000 | 110111 |
Color Harmonies of #8F8395
Complementary color
Monochromatic Colors of #8F8395
Black with #8F8395
Text Example
Text Example
White with #8F8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8395; }
p { color: rgb(143,131,149); }
H1.HeaderClassName
{
color: #8F8395;
}
.AnyTagClassName
{
color: #8F8395;
}
</style>
background-color css
<style>
a { background-color: #8F8395; }
a { background-color: rgb(143,131,149); }
div.DivClassName
{
background-color: #8F8395;
}
.BgClassName
{
background-color: #8F8395;
}
</style>
border-color css
<style>
span { border-color: #8F8395; }
span { border-color: rgb(143,131,149); }
td.TdClassName
{
border-color: #8F8395;
}
.TagClassName
{
border-color: #8F8395;
}
</style>