Shades of Amethyst Smoke #8A828F
Tints of Amethyst Smoke #8A828F
RGB
CMYK
RGB Variations
Color information
#8A828F (or 0x8A828F) is known color: Amethyst Smoke. HEX triplet: 8A, 82 and 8F. RGB value is (138,130,143). Sum of RGB (Red+Green+Blue) = 138+130+143=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A828F is #757D70. Grayscale: #858585. Windows color (decimal): -7699825 or 9405066. OLE color: 9405066.
HSL color Cylindrical-coordinate representation of color #8A828F: hue angle of 276.92º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A828F is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 130 | 143 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.44 |
| HSL | 276.92º | 0.05% | 0.54% | - |
| HSV(B) | 276.92º | 0.09% | 0.56% | - |
| XYZ | 23.42 | 23.35 | 29.26 | - |
| YUV | 133.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 143 | 0.03 | 0.09 | 0 | 0.44 | 276.92 | 0.05 | 0.54 |
| Hex | 8A | 82 | 8F | 3 | 9 | 0 | 2C | 115 | 5 | 36 |
| Octal | 212 | 202 | 217 | 3 | 11 | 0 | 54 | 425 | 5 | 66 |
| Binary | 10001010 | 10000010 | 10001111 | 11 | 1001 | 0 | 101100 | 100010101 | 101 | 110110 |
Color Harmonies of #8A828F
Complementary color
Monochromatic Colors of #8A828F
Black with #8A828F
Text Example
Text Example
White with #8A828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A828F; }
p { color: rgb(138,130,143); }
H1.HeaderClassName
{
color: #8A828F;
}
.AnyTagClassName
{
color: #8A828F;
}
</style>
background-color css
<style>
a { background-color: #8A828F; }
a { background-color: rgb(138,130,143); }
div.DivClassName
{
background-color: #8A828F;
}
.BgClassName
{
background-color: #8A828F;
}
</style>
border-color css
<style>
span { border-color: #8A828F; }
span { border-color: rgb(138,130,143); }
td.TdClassName
{
border-color: #8A828F;
}
.TagClassName
{
border-color: #8A828F;
}
</style>