Shades of Amethyst Smoke #8B7D94
Tints of Amethyst Smoke #8B7D94
RGB
CMYK
RGB Variations
Color information
#8B7D94 (or 0x8B7D94) is known color: Amethyst Smoke. HEX triplet: 8B, 7D and 94. RGB value is (139,125,148). Sum of RGB (Red+Green+Blue) = 139+125+148=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B7D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7D94 is #74826B. Grayscale: #838383. Windows color (decimal): -7635564 or 9731467. OLE color: 9731467.
HSL color Cylindrical-coordinate representation of color #8B7D94: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B7D94 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 125 | 148 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.42 |
| HSL | 276.52º | 0.1% | 0.54% | - |
| HSV(B) | 276.52º | 0.16% | 0.58% | - |
| XYZ | 23.33 | 22.29 | 31.09 | - |
| YUV | 131.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 148 | 0.06 | 0.16 | 0 | 0.42 | 276.52 | 0.1 | 0.54 |
| Hex | 8B | 7D | 94 | 6 | 10 | 0 | 2A | 115 | A | 36 |
| Octal | 213 | 175 | 224 | 6 | 20 | 0 | 52 | 425 | 12 | 66 |
| Binary | 10001011 | 1111101 | 10010100 | 110 | 10000 | 0 | 101010 | 100010101 | 1010 | 110110 |
Color Harmonies of #8B7D94
Complementary color
Monochromatic Colors of #8B7D94
Black with #8B7D94
Text Example
Text Example
White with #8B7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D94; }
p { color: rgb(139,125,148); }
H1.HeaderClassName
{
color: #8B7D94;
}
.AnyTagClassName
{
color: #8B7D94;
}
</style>
background-color css
<style>
a { background-color: #8B7D94; }
a { background-color: rgb(139,125,148); }
div.DivClassName
{
background-color: #8B7D94;
}
.BgClassName
{
background-color: #8B7D94;
}
</style>
border-color css
<style>
span { border-color: #8B7D94; }
span { border-color: rgb(139,125,148); }
td.TdClassName
{
border-color: #8B7D94;
}
.TagClassName
{
border-color: #8B7D94;
}
</style>