Shades of Amethyst Smoke #8C8090
Tints of Amethyst Smoke #8C8090
RGB
CMYK
RGB Variations
Color information
#8C8090 (or 0x8C8090) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 90. RGB value is (140,128,144). Sum of RGB (Red+Green+Blue) = 140+128+144=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8090 is #737F6F. Grayscale: #858585. Windows color (decimal): -7569264 or 9470092. OLE color: 9470092.
HSL color Cylindrical-coordinate representation of color #8C8090: hue angle of 285º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C8090 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 128 | 144 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.44 |
| HSL | 285º | 0.07% | 0.53% | - |
| HSV(B) | 285º | 0.11% | 0.56% | - |
| XYZ | 23.57 | 23.03 | 29.59 | - |
| YUV | 133.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 144 | 0.03 | 0.11 | 0 | 0.44 | 285 | 0.07 | 0.53 |
| Hex | 8C | 80 | 90 | 3 | B | 0 | 2C | 11D | 7 | 35 |
| Octal | 214 | 200 | 220 | 3 | 13 | 0 | 54 | 435 | 7 | 65 |
| Binary | 10001100 | 10000000 | 10010000 | 11 | 1011 | 0 | 101100 | 100011101 | 111 | 110101 |
Color Harmonies of #8C8090
Complementary color
Monochromatic Colors of #8C8090
Black with #8C8090
Text Example
Text Example
White with #8C8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8090; }
p { color: rgb(140,128,144); }
H1.HeaderClassName
{
color: #8C8090;
}
.AnyTagClassName
{
color: #8C8090;
}
</style>
background-color css
<style>
a { background-color: #8C8090; }
a { background-color: rgb(140,128,144); }
div.DivClassName
{
background-color: #8C8090;
}
.BgClassName
{
background-color: #8C8090;
}
</style>
border-color css
<style>
span { border-color: #8C8090; }
span { border-color: rgb(140,128,144); }
td.TdClassName
{
border-color: #8C8090;
}
.TagClassName
{
border-color: #8C8090;
}
</style>