Shades of Amethyst Smoke #8C8094
Tints of Amethyst Smoke #8C8094
RGB
CMYK
RGB Variations
Color information
#8C8094 (or 0x8C8094) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 94. RGB value is (140,128,148). Sum of RGB (Red+Green+Blue) = 140+128+148=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8094 is #737F6B. Grayscale: #858585. Windows color (decimal): -7569260 or 9732236. OLE color: 9732236.
HSL color Cylindrical-coordinate representation of color #8C8094: hue angle of 276º 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 #8C8094 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 128 | 148 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.42 |
| HSL | 276º | 0.09% | 0.54% | - |
| HSV(B) | 276º | 0.14% | 0.58% | - |
| XYZ | 23.88 | 23.15 | 31.23 | - |
| YUV | 133.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 148 | 0.05 | 0.14 | 0 | 0.42 | 276 | 0.09 | 0.54 |
| Hex | 8C | 80 | 94 | 5 | E | 0 | 2A | 114 | 9 | 36 |
| Octal | 214 | 200 | 224 | 5 | 16 | 0 | 52 | 424 | 11 | 66 |
| Binary | 10001100 | 10000000 | 10010100 | 101 | 1110 | 0 | 101010 | 100010100 | 1001 | 110110 |
Color Harmonies of #8C8094
Complementary color
Monochromatic Colors of #8C8094
Black with #8C8094
Text Example
Text Example
White with #8C8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8094; }
p { color: rgb(140,128,148); }
H1.HeaderClassName
{
color: #8C8094;
}
.AnyTagClassName
{
color: #8C8094;
}
</style>
background-color css
<style>
a { background-color: #8C8094; }
a { background-color: rgb(140,128,148); }
div.DivClassName
{
background-color: #8C8094;
}
.BgClassName
{
background-color: #8C8094;
}
</style>
border-color css
<style>
span { border-color: #8C8094; }
span { border-color: rgb(140,128,148); }
td.TdClassName
{
border-color: #8C8094;
}
.TagClassName
{
border-color: #8C8094;
}
</style>