Shades of Amethyst Smoke #8D7A9A
Tints of Amethyst Smoke #8D7A9A
RGB
CMYK
RGB Variations
Color information
#8D7A9A (or 0x8D7A9A) is known color: Amethyst Smoke. HEX triplet: 8D, 7A and 9A. RGB value is (141,122,154). Sum of RGB (Red+Green+Blue) = 141+122+154=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D7A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A9A is #728565. Grayscale: #838383. Windows color (decimal): -7505254 or 10123917. OLE color: 10123917.
HSL color Cylindrical-coordinate representation of color #8D7A9A: hue angle of 275.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7A9A is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 122 | 154 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.40 |
| HSL | 275.63º | 0.14% | 0.54% | - |
| HSV(B) | 275.63º | 0.21% | 0.6% | - |
| XYZ | 23.78 | 21.91 | 33.55 | - |
| YUV | 131.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 154 | 0.08 | 0.21 | 0 | 0.40 | 275.63 | 0.14 | 0.54 |
| Hex | 8D | 7A | 9A | 8 | 15 | 0 | 28 | 114 | E | 36 |
| Octal | 215 | 172 | 232 | 10 | 25 | 0 | 50 | 424 | 16 | 66 |
| Binary | 10001101 | 1111010 | 10011010 | 1000 | 10101 | 0 | 101000 | 100010100 | 1110 | 110110 |
Color Harmonies of #8D7A9A
Complementary color
Monochromatic Colors of #8D7A9A
Black with #8D7A9A
Text Example
Text Example
White with #8D7A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A9A; }
p { color: rgb(141,122,154); }
H1.HeaderClassName
{
color: #8D7A9A;
}
.AnyTagClassName
{
color: #8D7A9A;
}
</style>
background-color css
<style>
a { background-color: #8D7A9A; }
a { background-color: rgb(141,122,154); }
div.DivClassName
{
background-color: #8D7A9A;
}
.BgClassName
{
background-color: #8D7A9A;
}
</style>
border-color css
<style>
span { border-color: #8D7A9A; }
span { border-color: rgb(141,122,154); }
td.TdClassName
{
border-color: #8D7A9A;
}
.TagClassName
{
border-color: #8D7A9A;
}
</style>