Shades of Amethyst Smoke #8C8292
Tints of Amethyst Smoke #8C8292
RGB
CMYK
RGB Variations
Color information
#8C8292 (or 0x8C8292) is known color: Amethyst Smoke. HEX triplet: 8C, 82 and 92. RGB value is (140,130,146). Sum of RGB (Red+Green+Blue) = 140+130+146=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 130 (51.17% from 255 or 31.25% 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 #8C8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8292 is #737D6D. Grayscale: #868686. Windows color (decimal): -7568750 or 9601676. OLE color: 9601676.
HSL color Cylindrical-coordinate representation of color #8C8292: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C8292 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 130 | 146 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.43 |
| HSL | 277.5º | 0.07% | 0.54% | - |
| HSV(B) | 277.5º | 0.11% | 0.57% | - |
| XYZ | 23.99 | 23.62 | 30.49 | - |
| YUV | 134.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 146 | 0.04 | 0.11 | 0 | 0.43 | 277.5 | 0.07 | 0.54 |
| Hex | 8C | 82 | 92 | 4 | B | 0 | 2B | 116 | 7 | 36 |
| Octal | 214 | 202 | 222 | 4 | 13 | 0 | 53 | 426 | 7 | 66 |
| Binary | 10001100 | 10000010 | 10010010 | 100 | 1011 | 0 | 101011 | 100010110 | 111 | 110110 |
Color Harmonies of #8C8292
Complementary color
Monochromatic Colors of #8C8292
Black with #8C8292
Text Example
Text Example
White with #8C8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8292; }
p { color: rgb(140,130,146); }
H1.HeaderClassName
{
color: #8C8292;
}
.AnyTagClassName
{
color: #8C8292;
}
</style>
background-color css
<style>
a { background-color: #8C8292; }
a { background-color: rgb(140,130,146); }
div.DivClassName
{
background-color: #8C8292;
}
.BgClassName
{
background-color: #8C8292;
}
</style>
border-color css
<style>
span { border-color: #8C8292; }
span { border-color: rgb(140,130,146); }
td.TdClassName
{
border-color: #8C8292;
}
.TagClassName
{
border-color: #8C8292;
}
</style>