Shades of Amethyst Smoke #9B7B9D
Tints of Amethyst Smoke #9B7B9D
RGB
CMYK
RGB Variations
Color information
#9B7B9D (or 0x9B7B9D) is known color: Amethyst Smoke. HEX triplet: 9B, 7B and 9D. RGB value is (155,123,157). Sum of RGB (Red+Green+Blue) = 155+123+157=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B7B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B9D is #648462. Grayscale: #888888. Windows color (decimal): -6587491 or 10320795. OLE color: 10320795.
HSL color Cylindrical-coordinate representation of color #9B7B9D: hue angle of 296.47º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B7B9D is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 123 | 157 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.38 |
| HSL | 296.47º | 0.15% | 0.55% | - |
| HSV(B) | 296.47º | 0.22% | 0.62% | - |
| XYZ | 26.69 | 23.57 | 35.04 | - |
| YUV | 136.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 157 | 0.01 | 0.22 | 0 | 0.38 | 296.47 | 0.15 | 0.55 |
| Hex | 9B | 7B | 9D | 1 | 16 | 0 | 26 | 128 | F | 37 |
| Octal | 233 | 173 | 235 | 1 | 26 | 0 | 46 | 450 | 17 | 67 |
| Binary | 10011011 | 1111011 | 10011101 | 1 | 10110 | 0 | 100110 | 100101000 | 1111 | 110111 |
Color Harmonies of #9B7B9D
Complementary color
Monochromatic Colors of #9B7B9D
Black with #9B7B9D
Text Example
Text Example
White with #9B7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B9D; }
p { color: rgb(155,123,157); }
H1.HeaderClassName
{
color: #9B7B9D;
}
.AnyTagClassName
{
color: #9B7B9D;
}
</style>
background-color css
<style>
a { background-color: #9B7B9D; }
a { background-color: rgb(155,123,157); }
div.DivClassName
{
background-color: #9B7B9D;
}
.BgClassName
{
background-color: #9B7B9D;
}
</style>
border-color css
<style>
span { border-color: #9B7B9D; }
span { border-color: rgb(155,123,157); }
td.TdClassName
{
border-color: #9B7B9D;
}
.TagClassName
{
border-color: #9B7B9D;
}
</style>