Shades of Amethyst Smoke #8D829B
Tints of Amethyst Smoke #8D829B
RGB
CMYK
RGB Variations
Color information
#8D829B (or 0x8D829B) is known color: Amethyst Smoke. HEX triplet: 8D, 82 and 9B. RGB value is (141,130,155). Sum of RGB (Red+Green+Blue) = 141+130+155=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D829B is #727D64. Grayscale: #888888. Windows color (decimal): -7503205 or 10191501. OLE color: 10191501.
HSL color Cylindrical-coordinate representation of color #8D829B: hue angle of 266.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D829B is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 130 | 155 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.39 |
| HSL | 266.4º | 0.11% | 0.56% | - |
| HSV(B) | 266.4º | 0.16% | 0.61% | - |
| XYZ | 24.88 | 23.99 | 34.33 | - |
| YUV | 136.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 155 | 0.09 | 0.16 | 0 | 0.39 | 266.4 | 0.11 | 0.56 |
| Hex | 8D | 82 | 9B | 9 | 10 | 0 | 27 | 10A | B | 38 |
| Octal | 215 | 202 | 233 | 11 | 20 | 0 | 47 | 412 | 13 | 70 |
| Binary | 10001101 | 10000010 | 10011011 | 1001 | 10000 | 0 | 100111 | 100001010 | 1011 | 111000 |
Color Harmonies of #8D829B
Complementary color
Monochromatic Colors of #8D829B
Black with #8D829B
Text Example
Text Example
White with #8D829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D829B; }
p { color: rgb(141,130,155); }
H1.HeaderClassName
{
color: #8D829B;
}
.AnyTagClassName
{
color: #8D829B;
}
</style>
background-color css
<style>
a { background-color: #8D829B; }
a { background-color: rgb(141,130,155); }
div.DivClassName
{
background-color: #8D829B;
}
.BgClassName
{
background-color: #8D829B;
}
</style>
border-color css
<style>
span { border-color: #8D829B; }
span { border-color: rgb(141,130,155); }
td.TdClassName
{
border-color: #8D829B;
}
.TagClassName
{
border-color: #8D829B;
}
</style>