Shades of Amethyst Smoke #8D7B95
Tints of Amethyst Smoke #8D7B95
RGB
CMYK
RGB Variations
Color information
#8D7B95 (or 0x8D7B95) is known color: Amethyst Smoke. HEX triplet: 8D, 7B and 95. RGB value is (141,123,149). Sum of RGB (Red+Green+Blue) = 141+123+149=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D7B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7B95 is #72846A. Grayscale: #838383. Windows color (decimal): -7505003 or 9796493. OLE color: 9796493.
HSL color Cylindrical-coordinate representation of color #8D7B95: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D7B95 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 123 | 149 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.42 |
| HSL | 281.54º | 0.11% | 0.53% | - |
| HSV(B) | 281.54º | 0.17% | 0.58% | - |
| XYZ | 23.49 | 22 | 31.44 | - |
| YUV | 131.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 149 | 0.05 | 0.17 | 0 | 0.42 | 281.54 | 0.11 | 0.53 |
| Hex | 8D | 7B | 95 | 5 | 11 | 0 | 2A | 11A | B | 35 |
| Octal | 215 | 173 | 225 | 5 | 21 | 0 | 52 | 432 | 13 | 65 |
| Binary | 10001101 | 1111011 | 10010101 | 101 | 10001 | 0 | 101010 | 100011010 | 1011 | 110101 |
Color Harmonies of #8D7B95
Complementary color
Monochromatic Colors of #8D7B95
Black with #8D7B95
Text Example
Text Example
White with #8D7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B95; }
p { color: rgb(141,123,149); }
H1.HeaderClassName
{
color: #8D7B95;
}
.AnyTagClassName
{
color: #8D7B95;
}
</style>
background-color css
<style>
a { background-color: #8D7B95; }
a { background-color: rgb(141,123,149); }
div.DivClassName
{
background-color: #8D7B95;
}
.BgClassName
{
background-color: #8D7B95;
}
</style>
border-color css
<style>
span { border-color: #8D7B95; }
span { border-color: rgb(141,123,149); }
td.TdClassName
{
border-color: #8D7B95;
}
.TagClassName
{
border-color: #8D7B95;
}
</style>