Shades of Amethyst Smoke #8D7E9A
Tints of Amethyst Smoke #8D7E9A
RGB
CMYK
RGB Variations
Color information
#8D7E9A (or 0x8D7E9A) is known color: Amethyst Smoke. HEX triplet: 8D, 7E and 9A. RGB value is (141,126,154). Sum of RGB (Red+Green+Blue) = 141+126+154=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D7E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7E9A is #728165. Grayscale: #858585. Windows color (decimal): -7504230 or 10124941. OLE color: 10124941.
HSL color Cylindrical-coordinate representation of color #8D7E9A: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7E9A is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 126 | 154 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.40 |
| HSL | 272.14º | 0.12% | 0.55% | - |
| HSV(B) | 272.14º | 0.18% | 0.6% | - |
| XYZ | 24.28 | 22.92 | 33.72 | - |
| YUV | 133.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 154 | 0.08 | 0.18 | 0 | 0.40 | 272.14 | 0.12 | 0.55 |
| Hex | 8D | 7E | 9A | 8 | 12 | 0 | 28 | 110 | C | 37 |
| Octal | 215 | 176 | 232 | 10 | 22 | 0 | 50 | 420 | 14 | 67 |
| Binary | 10001101 | 1111110 | 10011010 | 1000 | 10010 | 0 | 101000 | 100010000 | 1100 | 110111 |
Color Harmonies of #8D7E9A
Complementary color
Monochromatic Colors of #8D7E9A
Black with #8D7E9A
Text Example
Text Example
White with #8D7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E9A; }
p { color: rgb(141,126,154); }
H1.HeaderClassName
{
color: #8D7E9A;
}
.AnyTagClassName
{
color: #8D7E9A;
}
</style>
background-color css
<style>
a { background-color: #8D7E9A; }
a { background-color: rgb(141,126,154); }
div.DivClassName
{
background-color: #8D7E9A;
}
.BgClassName
{
background-color: #8D7E9A;
}
</style>
border-color css
<style>
span { border-color: #8D7E9A; }
span { border-color: rgb(141,126,154); }
td.TdClassName
{
border-color: #8D7E9A;
}
.TagClassName
{
border-color: #8D7E9A;
}
</style>