Shades of Amethyst Smoke #8A808B
Tints of Amethyst Smoke #8A808B
RGB
CMYK
RGB Variations
Color information
#8A808B (or 0x8A808B) is known color: Amethyst Smoke. HEX triplet: 8A, 80 and 8B. RGB value is (138,128,139). Sum of RGB (Red+Green+Blue) = 138+128+139=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A808B is #757F74. Grayscale: #848484. Windows color (decimal): -7700341 or 9142410. OLE color: 9142410.
HSL color Cylindrical-coordinate representation of color #8A808B: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A808B is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 128 | 139 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.45 |
| HSL | 294.55º | 0.05% | 0.52% | - |
| HSV(B) | 294.55º | 0.08% | 0.55% | - |
| XYZ | 22.86 | 22.71 | 27.6 | - |
| YUV | 132.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 139 | 0.01 | 0.08 | 0 | 0.45 | 294.55 | 0.05 | 0.52 |
| Hex | 8A | 80 | 8B | 1 | 8 | 0 | 2D | 127 | 5 | 34 |
| Octal | 212 | 200 | 213 | 1 | 10 | 0 | 55 | 447 | 5 | 64 |
| Binary | 10001010 | 10000000 | 10001011 | 1 | 1000 | 0 | 101101 | 100100111 | 101 | 110100 |
Color Harmonies of #8A808B
Complementary color
Monochromatic Colors of #8A808B
Black with #8A808B
Text Example
Text Example
White with #8A808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A808B; }
p { color: rgb(138,128,139); }
H1.HeaderClassName
{
color: #8A808B;
}
.AnyTagClassName
{
color: #8A808B;
}
</style>
background-color css
<style>
a { background-color: #8A808B; }
a { background-color: rgb(138,128,139); }
div.DivClassName
{
background-color: #8A808B;
}
.BgClassName
{
background-color: #8A808B;
}
</style>
border-color css
<style>
span { border-color: #8A808B; }
span { border-color: rgb(138,128,139); }
td.TdClassName
{
border-color: #8A808B;
}
.TagClassName
{
border-color: #8A808B;
}
</style>