Shades of Amethyst Smoke #8D809D
Tints of Amethyst Smoke #8D809D
RGB
CMYK
RGB Variations
Color information
#8D809D (or 0x8D809D) is known color: Amethyst Smoke. HEX triplet: 8D, 80 and 9D. RGB value is (141,128,157). Sum of RGB (Red+Green+Blue) = 141+128+157=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D809D is #727F62. Grayscale: #878787. Windows color (decimal): -7503715 or 10322061. OLE color: 10322061.
HSL color Cylindrical-coordinate representation of color #8D809D: hue angle of 266.9º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D809D is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 128 | 157 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.38 |
| HSL | 266.9º | 0.13% | 0.56% | - |
| HSV(B) | 266.9º | 0.18% | 0.62% | - |
| XYZ | 24.79 | 23.54 | 35.13 | - |
| YUV | 135.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 157 | 0.10 | 0.18 | 0 | 0.38 | 266.9 | 0.13 | 0.56 |
| Hex | 8D | 80 | 9D | A | 12 | 0 | 26 | 10B | D | 38 |
| Octal | 215 | 200 | 235 | 12 | 22 | 0 | 46 | 413 | 15 | 70 |
| Binary | 10001101 | 10000000 | 10011101 | 1010 | 10010 | 0 | 100110 | 100001011 | 1101 | 111000 |
Color Harmonies of #8D809D
Complementary color
Monochromatic Colors of #8D809D
Black with #8D809D
Text Example
Text Example
White with #8D809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D809D; }
p { color: rgb(141,128,157); }
H1.HeaderClassName
{
color: #8D809D;
}
.AnyTagClassName
{
color: #8D809D;
}
</style>
background-color css
<style>
a { background-color: #8D809D; }
a { background-color: rgb(141,128,157); }
div.DivClassName
{
background-color: #8D809D;
}
.BgClassName
{
background-color: #8D809D;
}
</style>
border-color css
<style>
span { border-color: #8D809D; }
span { border-color: rgb(141,128,157); }
td.TdClassName
{
border-color: #8D809D;
}
.TagClassName
{
border-color: #8D809D;
}
</style>