Shades of Amethyst Smoke #8D809B
Tints of Amethyst Smoke #8D809B
RGB
CMYK
RGB Variations
Color information
#8D809B (or 0x8D809B) is known color: Amethyst Smoke. HEX triplet: 8D, 80 and 9B. RGB value is (141,128,155). Sum of RGB (Red+Green+Blue) = 141+128+155=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D809B is #727F64. Grayscale: #868686. Windows color (decimal): -7503717 or 10190989. OLE color: 10190989.
HSL color Cylindrical-coordinate representation of color #8D809B: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D809B is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 128 | 155 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.39 |
| HSL | 268.89º | 0.12% | 0.55% | - |
| HSV(B) | 268.89º | 0.17% | 0.61% | - |
| XYZ | 24.62 | 23.47 | 34.24 | - |
| YUV | 134.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 155 | 0.09 | 0.17 | 0 | 0.39 | 268.89 | 0.12 | 0.55 |
| Hex | 8D | 80 | 9B | 9 | 11 | 0 | 27 | 10D | C | 37 |
| Octal | 215 | 200 | 233 | 11 | 21 | 0 | 47 | 415 | 14 | 67 |
| Binary | 10001101 | 10000000 | 10011011 | 1001 | 10001 | 0 | 100111 | 100001101 | 1100 | 110111 |
Color Harmonies of #8D809B
Complementary color
Monochromatic Colors of #8D809B
Black with #8D809B
Text Example
Text Example
White with #8D809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D809B; }
p { color: rgb(141,128,155); }
H1.HeaderClassName
{
color: #8D809B;
}
.AnyTagClassName
{
color: #8D809B;
}
</style>
background-color css
<style>
a { background-color: #8D809B; }
a { background-color: rgb(141,128,155); }
div.DivClassName
{
background-color: #8D809B;
}
.BgClassName
{
background-color: #8D809B;
}
</style>
border-color css
<style>
span { border-color: #8D809B; }
span { border-color: rgb(141,128,155); }
td.TdClassName
{
border-color: #8D809B;
}
.TagClassName
{
border-color: #8D809B;
}
</style>