Shades of Amethyst Smoke #8C8293
Tints of Amethyst Smoke #8C8293
RGB
CMYK
RGB Variations
Color information
#8C8293 (or 0x8C8293) is known color: Amethyst Smoke. HEX triplet: 8C, 82 and 93. RGB value is (140,130,147). Sum of RGB (Red+Green+Blue) = 140+130+147=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8293 is #737D6C. Grayscale: #868686. Windows color (decimal): -7568749 or 9667212. OLE color: 9667212.
HSL color Cylindrical-coordinate representation of color #8C8293: hue angle of 275.29º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C8293 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 130 | 147 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.42 |
| HSL | 275.29º | 0.07% | 0.54% | - |
| HSV(B) | 275.29º | 0.12% | 0.58% | - |
| XYZ | 24.06 | 23.65 | 30.9 | - |
| YUV | 134.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 147 | 0.05 | 0.12 | 0 | 0.42 | 275.29 | 0.07 | 0.54 |
| Hex | 8C | 82 | 93 | 5 | C | 0 | 2A | 113 | 7 | 36 |
| Octal | 214 | 202 | 223 | 5 | 14 | 0 | 52 | 423 | 7 | 66 |
| Binary | 10001100 | 10000010 | 10010011 | 101 | 1100 | 0 | 101010 | 100010011 | 111 | 110110 |
Color Harmonies of #8C8293
Complementary color
Monochromatic Colors of #8C8293
Black with #8C8293
Text Example
Text Example
White with #8C8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8293; }
p { color: rgb(140,130,147); }
H1.HeaderClassName
{
color: #8C8293;
}
.AnyTagClassName
{
color: #8C8293;
}
</style>
background-color css
<style>
a { background-color: #8C8293; }
a { background-color: rgb(140,130,147); }
div.DivClassName
{
background-color: #8C8293;
}
.BgClassName
{
background-color: #8C8293;
}
</style>
border-color css
<style>
span { border-color: #8C8293; }
span { border-color: rgb(140,130,147); }
td.TdClassName
{
border-color: #8C8293;
}
.TagClassName
{
border-color: #8C8293;
}
</style>