Shades of Amethyst Smoke #8C8096
Tints of Amethyst Smoke #8C8096
RGB
CMYK
RGB Variations
Color information
#8C8096 (or 0x8C8096) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 96. RGB value is (140,128,150). Sum of RGB (Red+Green+Blue) = 140+128+150=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C8096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8096 is #737F69. Grayscale: #868686. Windows color (decimal): -7569258 or 9863308. OLE color: 9863308.
HSL color Cylindrical-coordinate representation of color #8C8096: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8096 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 128 | 150 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.41 |
| HSL | 272.73º | 0.09% | 0.55% | - |
| HSV(B) | 272.73º | 0.15% | 0.59% | - |
| XYZ | 24.04 | 23.22 | 32.07 | - |
| YUV | 134.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 150 | 0.07 | 0.15 | 0 | 0.41 | 272.73 | 0.09 | 0.55 |
| Hex | 8C | 80 | 96 | 7 | F | 0 | 29 | 111 | 9 | 37 |
| Octal | 214 | 200 | 226 | 7 | 17 | 0 | 51 | 421 | 11 | 67 |
| Binary | 10001100 | 10000000 | 10010110 | 111 | 1111 | 0 | 101001 | 100010001 | 1001 | 110111 |
Color Harmonies of #8C8096
Complementary color
Monochromatic Colors of #8C8096
Black with #8C8096
Text Example
Text Example
White with #8C8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8096; }
p { color: rgb(140,128,150); }
H1.HeaderClassName
{
color: #8C8096;
}
.AnyTagClassName
{
color: #8C8096;
}
</style>
background-color css
<style>
a { background-color: #8C8096; }
a { background-color: rgb(140,128,150); }
div.DivClassName
{
background-color: #8C8096;
}
.BgClassName
{
background-color: #8C8096;
}
</style>
border-color css
<style>
span { border-color: #8C8096; }
span { border-color: rgb(140,128,150); }
td.TdClassName
{
border-color: #8C8096;
}
.TagClassName
{
border-color: #8C8096;
}
</style>