Shades of Amethyst Smoke #8B7995
Tints of Amethyst Smoke #8B7995
RGB
CMYK
RGB Variations
Color information
#8B7995 (or 0x8B7995) is known color: Amethyst Smoke. HEX triplet: 8B, 79 and 95. RGB value is (139,121,149). Sum of RGB (Red+Green+Blue) = 139+121+149=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B7995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7995 is #74866A. Grayscale: #818181. Windows color (decimal): -7636587 or 9795979. OLE color: 9795979.
HSL color Cylindrical-coordinate representation of color #8B7995: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7995 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 121 | 149 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.42 |
| HSL | 278.57º | 0.12% | 0.53% | - |
| HSV(B) | 278.57º | 0.19% | 0.58% | - |
| XYZ | 22.91 | 21.33 | 31.34 | - |
| YUV | 129.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 149 | 0.07 | 0.19 | 0 | 0.42 | 278.57 | 0.12 | 0.53 |
| Hex | 8B | 79 | 95 | 7 | 13 | 0 | 2A | 117 | C | 35 |
| Octal | 213 | 171 | 225 | 7 | 23 | 0 | 52 | 427 | 14 | 65 |
| Binary | 10001011 | 1111001 | 10010101 | 111 | 10011 | 0 | 101010 | 100010111 | 1100 | 110101 |
Color Harmonies of #8B7995
Complementary color
Monochromatic Colors of #8B7995
Black with #8B7995
Text Example
Text Example
White with #8B7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7995; }
p { color: rgb(139,121,149); }
H1.HeaderClassName
{
color: #8B7995;
}
.AnyTagClassName
{
color: #8B7995;
}
</style>
background-color css
<style>
a { background-color: #8B7995; }
a { background-color: rgb(139,121,149); }
div.DivClassName
{
background-color: #8B7995;
}
.BgClassName
{
background-color: #8B7995;
}
</style>
border-color css
<style>
span { border-color: #8B7995; }
span { border-color: rgb(139,121,149); }
td.TdClassName
{
border-color: #8B7995;
}
.TagClassName
{
border-color: #8B7995;
}
</style>