Shades of Amethyst Smoke #8B7590
Tints of Amethyst Smoke #8B7590
RGB
CMYK
RGB Variations
Color information
#8B7590 (or 0x8B7590) is known color: Amethyst Smoke. HEX triplet: 8B, 75 and 90. RGB value is (139,117,144). Sum of RGB (Red+Green+Blue) = 139+117+144=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7590 is #748A6F. Grayscale: #7E7E7E. Windows color (decimal): -7637616 or 9467275. OLE color: 9467275.
HSL color Cylindrical-coordinate representation of color #8B7590: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7590 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 117 | 144 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.44 |
| HSL | 288.89º | 0.11% | 0.51% | - |
| HSV(B) | 288.89º | 0.19% | 0.56% | - |
| XYZ | 22.04 | 20.23 | 29.13 | - |
| YUV | 126.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 144 | 0.03 | 0.19 | 0 | 0.44 | 288.89 | 0.11 | 0.51 |
| Hex | 8B | 75 | 90 | 3 | 13 | 0 | 2C | 121 | B | 33 |
| Octal | 213 | 165 | 220 | 3 | 23 | 0 | 54 | 441 | 13 | 63 |
| Binary | 10001011 | 1110101 | 10010000 | 11 | 10011 | 0 | 101100 | 100100001 | 1011 | 110011 |
Color Harmonies of #8B7590
Complementary color
Monochromatic Colors of #8B7590
Black with #8B7590
Text Example
Text Example
White with #8B7590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7590; }
p { color: rgb(139,117,144); }
H1.HeaderClassName
{
color: #8B7590;
}
.AnyTagClassName
{
color: #8B7590;
}
</style>
background-color css
<style>
a { background-color: #8B7590; }
a { background-color: rgb(139,117,144); }
div.DivClassName
{
background-color: #8B7590;
}
.BgClassName
{
background-color: #8B7590;
}
</style>
border-color css
<style>
span { border-color: #8B7590; }
span { border-color: rgb(139,117,144); }
td.TdClassName
{
border-color: #8B7590;
}
.TagClassName
{
border-color: #8B7590;
}
</style>