Shades of Amethyst Smoke #8B7B93
Tints of Amethyst Smoke #8B7B93
RGB
CMYK
RGB Variations
Color information
#8B7B93 (or 0x8B7B93) is known color: Amethyst Smoke. HEX triplet: 8B, 7B and 93. RGB value is (139,123,147). Sum of RGB (Red+Green+Blue) = 139+123+147=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B7B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7B93 is #74846C. Grayscale: #828282. Windows color (decimal): -7636077 or 9665419. OLE color: 9665419.
HSL color Cylindrical-coordinate representation of color #8B7B93: hue angle of 280º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B7B93 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 123 | 147 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.42 |
| HSL | 280º | 0.1% | 0.53% | - |
| HSV(B) | 280º | 0.16% | 0.58% | - |
| XYZ | 23 | 21.76 | 30.59 | - |
| YUV | 130.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 147 | 0.05 | 0.16 | 0 | 0.42 | 280 | 0.1 | 0.53 |
| Hex | 8B | 7B | 93 | 5 | 10 | 0 | 2A | 118 | A | 35 |
| Octal | 213 | 173 | 223 | 5 | 20 | 0 | 52 | 430 | 12 | 65 |
| Binary | 10001011 | 1111011 | 10010011 | 101 | 10000 | 0 | 101010 | 100011000 | 1010 | 110101 |
Color Harmonies of #8B7B93
Complementary color
Monochromatic Colors of #8B7B93
Black with #8B7B93
Text Example
Text Example
White with #8B7B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B93; }
p { color: rgb(139,123,147); }
H1.HeaderClassName
{
color: #8B7B93;
}
.AnyTagClassName
{
color: #8B7B93;
}
</style>
background-color css
<style>
a { background-color: #8B7B93; }
a { background-color: rgb(139,123,147); }
div.DivClassName
{
background-color: #8B7B93;
}
.BgClassName
{
background-color: #8B7B93;
}
</style>
border-color css
<style>
span { border-color: #8B7B93; }
span { border-color: rgb(139,123,147); }
td.TdClassName
{
border-color: #8B7B93;
}
.TagClassName
{
border-color: #8B7B93;
}
</style>