Shades of Amethyst Smoke #8B7391
Tints of Amethyst Smoke #8B7391
RGB
CMYK
RGB Variations
Color information
#8B7391 (or 0x8B7391) is known color: Amethyst Smoke. HEX triplet: 8B, 73 and 91. RGB value is (139,115,145). Sum of RGB (Red+Green+Blue) = 139+115+145=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7391 is #748C6E. Grayscale: #7D7D7D. Windows color (decimal): -7638127 or 9532299. OLE color: 9532299.
HSL color Cylindrical-coordinate representation of color #8B7391: hue angle of 288º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B7391 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 115 | 145 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.43 |
| HSL | 288º | 0.12% | 0.51% | - |
| HSV(B) | 288º | 0.21% | 0.57% | - |
| XYZ | 21.89 | 19.79 | 29.46 | - |
| YUV | 125.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 145 | 0.04 | 0.21 | 0 | 0.43 | 288 | 0.12 | 0.51 |
| Hex | 8B | 73 | 91 | 4 | 15 | 0 | 2B | 120 | C | 33 |
| Octal | 213 | 163 | 221 | 4 | 25 | 0 | 53 | 440 | 14 | 63 |
| Binary | 10001011 | 1110011 | 10010001 | 100 | 10101 | 0 | 101011 | 100100000 | 1100 | 110011 |
Color Harmonies of #8B7391
Complementary color
Monochromatic Colors of #8B7391
Black with #8B7391
Text Example
Text Example
White with #8B7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7391; }
p { color: rgb(139,115,145); }
H1.HeaderClassName
{
color: #8B7391;
}
.AnyTagClassName
{
color: #8B7391;
}
</style>
background-color css
<style>
a { background-color: #8B7391; }
a { background-color: rgb(139,115,145); }
div.DivClassName
{
background-color: #8B7391;
}
.BgClassName
{
background-color: #8B7391;
}
</style>
border-color css
<style>
span { border-color: #8B7391; }
span { border-color: rgb(139,115,145); }
td.TdClassName
{
border-color: #8B7391;
}
.TagClassName
{
border-color: #8B7391;
}
</style>