Shades of Amethyst Smoke #8B7291
Tints of Amethyst Smoke #8B7291
RGB
CMYK
RGB Variations
Color information
#8B7291 (or 0x8B7291) is known color: Amethyst Smoke. HEX triplet: 8B, 72 and 91. RGB value is (139,114,145). Sum of RGB (Red+Green+Blue) = 139+114+145=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B7291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7291 is #748D6E. Grayscale: #7C7C7C. Windows color (decimal): -7638383 or 9532043. OLE color: 9532043.
HSL color Cylindrical-coordinate representation of color #8B7291: hue angle of 288.39º 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 #8B7291 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 114 | 145 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.43 |
| HSL | 288.39º | 0.12% | 0.51% | - |
| HSV(B) | 288.39º | 0.21% | 0.57% | - |
| XYZ | 21.78 | 19.57 | 29.42 | - |
| YUV | 125.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 145 | 0.04 | 0.21 | 0 | 0.43 | 288.39 | 0.12 | 0.51 |
| Hex | 8B | 72 | 91 | 4 | 15 | 0 | 2B | 120 | C | 33 |
| Octal | 213 | 162 | 221 | 4 | 25 | 0 | 53 | 440 | 14 | 63 |
| Binary | 10001011 | 1110010 | 10010001 | 100 | 10101 | 0 | 101011 | 100100000 | 1100 | 110011 |
Color Harmonies of #8B7291
Complementary color
Monochromatic Colors of #8B7291
Black with #8B7291
Text Example
Text Example
White with #8B7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7291; }
p { color: rgb(139,114,145); }
H1.HeaderClassName
{
color: #8B7291;
}
.AnyTagClassName
{
color: #8B7291;
}
</style>
background-color css
<style>
a { background-color: #8B7291; }
a { background-color: rgb(139,114,145); }
div.DivClassName
{
background-color: #8B7291;
}
.BgClassName
{
background-color: #8B7291;
}
</style>
border-color css
<style>
span { border-color: #8B7291; }
span { border-color: rgb(139,114,145); }
td.TdClassName
{
border-color: #8B7291;
}
.TagClassName
{
border-color: #8B7291;
}
</style>