Shades of Amethyst Smoke #9B969C
Tints of Amethyst Smoke #9B969C
RGB
CMYK
RGB Variations
Color information
#9B969C (or 0x9B969C) is known color: Amethyst Smoke. HEX triplet: 9B, 96 and 9C. RGB value is (155,150,156). Sum of RGB (Red+Green+Blue) = 155+150+156=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B969C is #646963. Grayscale: #989898. Windows color (decimal): -6580580 or 10262171. OLE color: 10262171.
HSL color Cylindrical-coordinate representation of color #9B969C: hue angle of 290º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B969C is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 156 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.39 |
| HSL | 290º | 0.03% | 0.6% | - |
| HSV(B) | 290º | 0.04% | 0.61% | - |
| XYZ | 30.42 | 31.18 | 35.87 | - |
| YUV | 152.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 156 | 0.01 | 0.04 | 0 | 0.39 | 290 | 0.03 | 0.6 |
| Hex | 9B | 96 | 9C | 1 | 4 | 0 | 27 | 122 | 3 | 3C |
| Octal | 233 | 226 | 234 | 1 | 4 | 0 | 47 | 442 | 3 | 74 |
| Binary | 10011011 | 10010110 | 10011100 | 1 | 100 | 0 | 100111 | 100100010 | 11 | 111100 |
Color Harmonies of #9B969C
Complementary color
Monochromatic Colors of #9B969C
Black with #9B969C
Text Example
Text Example
White with #9B969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B969C; }
p { color: rgb(155,150,156); }
H1.HeaderClassName
{
color: #9B969C;
}
.AnyTagClassName
{
color: #9B969C;
}
</style>
background-color css
<style>
a { background-color: #9B969C; }
a { background-color: rgb(155,150,156); }
div.DivClassName
{
background-color: #9B969C;
}
.BgClassName
{
background-color: #9B969C;
}
</style>
border-color css
<style>
span { border-color: #9B969C; }
span { border-color: rgb(155,150,156); }
td.TdClassName
{
border-color: #9B969C;
}
.TagClassName
{
border-color: #9B969C;
}
</style>