Shades of Amethyst Smoke #9B7E9E
Tints of Amethyst Smoke #9B7E9E
RGB
CMYK
RGB Variations
Color information
#9B7E9E (or 0x9B7E9E) is known color: Amethyst Smoke. HEX triplet: 9B, 7E and 9E. RGB value is (155,126,158). Sum of RGB (Red+Green+Blue) = 155+126+158=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7E9E is #648161. Grayscale: #8A8A8A. Windows color (decimal): -6586722 or 10387099. OLE color: 10387099.
HSL color Cylindrical-coordinate representation of color #9B7E9E: hue angle of 294.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7E9E is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 126 | 158 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.38 |
| HSL | 294.38º | 0.14% | 0.56% | - |
| HSV(B) | 294.38º | 0.2% | 0.62% | - |
| XYZ | 27.15 | 24.36 | 35.62 | - |
| YUV | 138.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 158 | 0.02 | 0.20 | 0 | 0.38 | 294.38 | 0.14 | 0.56 |
| Hex | 9B | 7E | 9E | 2 | 14 | 0 | 26 | 126 | E | 38 |
| Octal | 233 | 176 | 236 | 2 | 24 | 0 | 46 | 446 | 16 | 70 |
| Binary | 10011011 | 1111110 | 10011110 | 10 | 10100 | 0 | 100110 | 100100110 | 1110 | 111000 |
Color Harmonies of #9B7E9E
Complementary color
Monochromatic Colors of #9B7E9E
Black with #9B7E9E
Text Example
Text Example
White with #9B7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E9E; }
p { color: rgb(155,126,158); }
H1.HeaderClassName
{
color: #9B7E9E;
}
.AnyTagClassName
{
color: #9B7E9E;
}
</style>
background-color css
<style>
a { background-color: #9B7E9E; }
a { background-color: rgb(155,126,158); }
div.DivClassName
{
background-color: #9B7E9E;
}
.BgClassName
{
background-color: #9B7E9E;
}
</style>
border-color css
<style>
span { border-color: #9B7E9E; }
span { border-color: rgb(155,126,158); }
td.TdClassName
{
border-color: #9B7E9E;
}
.TagClassName
{
border-color: #9B7E9E;
}
</style>