Shades of Amethyst Smoke #8C8095
Tints of Amethyst Smoke #8C8095
RGB
CMYK
RGB Variations
Color information
#8C8095 (or 0x8C8095) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 95. RGB value is (140,128,149). Sum of RGB (Red+Green+Blue) = 140+128+149=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8095 is #737F6A. Grayscale: #858585. Windows color (decimal): -7569259 or 9797772. OLE color: 9797772.
HSL color Cylindrical-coordinate representation of color #8C8095: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8095 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 128 | 149 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.42 |
| HSL | 274.29º | 0.09% | 0.54% | - |
| HSV(B) | 274.29º | 0.14% | 0.58% | - |
| XYZ | 23.96 | 23.18 | 31.65 | - |
| YUV | 133.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 149 | 0.06 | 0.14 | 0 | 0.42 | 274.29 | 0.09 | 0.54 |
| Hex | 8C | 80 | 95 | 6 | E | 0 | 2A | 112 | 9 | 36 |
| Octal | 214 | 200 | 225 | 6 | 16 | 0 | 52 | 422 | 11 | 66 |
| Binary | 10001100 | 10000000 | 10010101 | 110 | 1110 | 0 | 101010 | 100010010 | 1001 | 110110 |
Color Harmonies of #8C8095
Complementary color
Monochromatic Colors of #8C8095
Black with #8C8095
Text Example
Text Example
White with #8C8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8095; }
p { color: rgb(140,128,149); }
H1.HeaderClassName
{
color: #8C8095;
}
.AnyTagClassName
{
color: #8C8095;
}
</style>
background-color css
<style>
a { background-color: #8C8095; }
a { background-color: rgb(140,128,149); }
div.DivClassName
{
background-color: #8C8095;
}
.BgClassName
{
background-color: #8C8095;
}
</style>
border-color css
<style>
span { border-color: #8C8095; }
span { border-color: rgb(140,128,149); }
td.TdClassName
{
border-color: #8C8095;
}
.TagClassName
{
border-color: #8C8095;
}
</style>