Shades of Amethyst Smoke #8D7591
Tints of Amethyst Smoke #8D7591
RGB
CMYK
RGB Variations
Color information
#8D7591 (or 0x8D7591) is known color: Amethyst Smoke. HEX triplet: 8D, 75 and 91. RGB value is (141,117,145). Sum of RGB (Red+Green+Blue) = 141+117+145=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D7591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7591 is #728A6E. Grayscale: #7F7F7F. Windows color (decimal): -7506543 or 9532813. OLE color: 9532813.
HSL color Cylindrical-coordinate representation of color #8D7591: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7591 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 117 | 145 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.43 |
| HSL | 291.43º | 0.11% | 0.51% | - |
| HSV(B) | 291.43º | 0.19% | 0.57% | - |
| XYZ | 22.46 | 20.43 | 29.55 | - |
| YUV | 127.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 145 | 0.03 | 0.19 | 0 | 0.43 | 291.43 | 0.11 | 0.51 |
| Hex | 8D | 75 | 91 | 3 | 13 | 0 | 2B | 123 | B | 33 |
| Octal | 215 | 165 | 221 | 3 | 23 | 0 | 53 | 443 | 13 | 63 |
| Binary | 10001101 | 1110101 | 10010001 | 11 | 10011 | 0 | 101011 | 100100011 | 1011 | 110011 |
Color Harmonies of #8D7591
Complementary color
Monochromatic Colors of #8D7591
Black with #8D7591
Text Example
Text Example
White with #8D7591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7591; }
p { color: rgb(141,117,145); }
H1.HeaderClassName
{
color: #8D7591;
}
.AnyTagClassName
{
color: #8D7591;
}
</style>
background-color css
<style>
a { background-color: #8D7591; }
a { background-color: rgb(141,117,145); }
div.DivClassName
{
background-color: #8D7591;
}
.BgClassName
{
background-color: #8D7591;
}
</style>
border-color css
<style>
span { border-color: #8D7591; }
span { border-color: rgb(141,117,145); }
td.TdClassName
{
border-color: #8D7591;
}
.TagClassName
{
border-color: #8D7591;
}
</style>