Shades of Amethyst Smoke #8B7892
Tints of Amethyst Smoke #8B7892
RGB
CMYK
RGB Variations
Color information
#8B7892 (or 0x8B7892) is known color: Amethyst Smoke. HEX triplet: 8B, 78 and 92. RGB value is (139,120,146). Sum of RGB (Red+Green+Blue) = 139+120+146=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B7892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7892 is #74876D. Grayscale: #808080. Windows color (decimal): -7636846 or 9599115. OLE color: 9599115.
HSL color Cylindrical-coordinate representation of color #8B7892: hue angle of 283.85º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7892 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 120 | 146 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.43 |
| HSL | 283.85º | 0.11% | 0.52% | - |
| HSV(B) | 283.85º | 0.18% | 0.57% | - |
| XYZ | 22.55 | 21 | 30.06 | - |
| YUV | 128.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 146 | 0.05 | 0.18 | 0 | 0.43 | 283.85 | 0.11 | 0.52 |
| Hex | 8B | 78 | 92 | 5 | 12 | 0 | 2B | 11C | B | 34 |
| Octal | 213 | 170 | 222 | 5 | 22 | 0 | 53 | 434 | 13 | 64 |
| Binary | 10001011 | 1111000 | 10010010 | 101 | 10010 | 0 | 101011 | 100011100 | 1011 | 110100 |
Color Harmonies of #8B7892
Complementary color
Monochromatic Colors of #8B7892
Black with #8B7892
Text Example
Text Example
White with #8B7892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7892; }
p { color: rgb(139,120,146); }
H1.HeaderClassName
{
color: #8B7892;
}
.AnyTagClassName
{
color: #8B7892;
}
</style>
background-color css
<style>
a { background-color: #8B7892; }
a { background-color: rgb(139,120,146); }
div.DivClassName
{
background-color: #8B7892;
}
.BgClassName
{
background-color: #8B7892;
}
</style>
border-color css
<style>
span { border-color: #8B7892; }
span { border-color: rgb(139,120,146); }
td.TdClassName
{
border-color: #8B7892;
}
.TagClassName
{
border-color: #8B7892;
}
</style>