Shades of Amethyst Smoke #96909C
Tints of Amethyst Smoke #96909C
RGB
CMYK
RGB Variations
Color information
#96909C (or 0x96909C) is known color: Amethyst Smoke. HEX triplet: 96, 90 and 9C. RGB value is (150,144,156). Sum of RGB (Red+Green+Blue) = 150+144+156=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 156 - color contains mainly: blue. Hex color #96909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96909C is #696F63. Grayscale: #939393. Windows color (decimal): -6909796 or 10260630. OLE color: 10260630.
HSL color Cylindrical-coordinate representation of color #96909C: hue angle of 270º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96909C is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 144 | 156 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.39 |
| HSL | 270º | 0.06% | 0.59% | - |
| HSV(B) | 270º | 0.08% | 0.61% | - |
| XYZ | 28.55 | 28.83 | 35.51 | - |
| YUV | 147.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 156 | 0.04 | 0.08 | 0 | 0.39 | 270 | 0.06 | 0.59 |
| Hex | 96 | 90 | 9C | 4 | 8 | 0 | 27 | 10E | 6 | 3B |
| Octal | 226 | 220 | 234 | 4 | 10 | 0 | 47 | 416 | 6 | 73 |
| Binary | 10010110 | 10010000 | 10011100 | 100 | 1000 | 0 | 100111 | 100001110 | 110 | 111011 |
Color Harmonies of #96909C
Complementary color
Monochromatic Colors of #96909C
Black with #96909C
Text Example
Text Example
White with #96909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96909C; }
p { color: rgb(150,144,156); }
H1.HeaderClassName
{
color: #96909C;
}
.AnyTagClassName
{
color: #96909C;
}
</style>
background-color css
<style>
a { background-color: #96909C; }
a { background-color: rgb(150,144,156); }
div.DivClassName
{
background-color: #96909C;
}
.BgClassName
{
background-color: #96909C;
}
</style>
border-color css
<style>
span { border-color: #96909C; }
span { border-color: rgb(150,144,156); }
td.TdClassName
{
border-color: #96909C;
}
.TagClassName
{
border-color: #96909C;
}
</style>