Shades of Amethyst Smoke #96909A
Tints of Amethyst Smoke #96909A
RGB
CMYK
RGB Variations
Color information
#96909A (or 0x96909A) is known color: Amethyst Smoke. HEX triplet: 96, 90 and 9A. RGB value is (150,144,154). Sum of RGB (Red+Green+Blue) = 150+144+154=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 154 - color contains mainly: blue. Hex color #96909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96909A is #696F65. Grayscale: #929292. Windows color (decimal): -6909798 or 10129558. OLE color: 10129558.
HSL color Cylindrical-coordinate representation of color #96909A: hue angle of 276º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96909A is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 144 | 154 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.40 |
| HSL | 276º | 0.05% | 0.58% | - |
| HSV(B) | 276º | 0.06% | 0.6% | - |
| XYZ | 28.38 | 28.76 | 34.63 | - |
| YUV | 146.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 154 | 0.03 | 0.06 | 0 | 0.40 | 276 | 0.05 | 0.58 |
| Hex | 96 | 90 | 9A | 3 | 6 | 0 | 28 | 114 | 5 | 3A |
| Octal | 226 | 220 | 232 | 3 | 6 | 0 | 50 | 424 | 5 | 72 |
| Binary | 10010110 | 10010000 | 10011010 | 11 | 110 | 0 | 101000 | 100010100 | 101 | 111010 |
Color Harmonies of #96909A
Complementary color
Monochromatic Colors of #96909A
Black with #96909A
Text Example
Text Example
White with #96909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96909A; }
p { color: rgb(150,144,154); }
H1.HeaderClassName
{
color: #96909A;
}
.AnyTagClassName
{
color: #96909A;
}
</style>
background-color css
<style>
a { background-color: #96909A; }
a { background-color: rgb(150,144,154); }
div.DivClassName
{
background-color: #96909A;
}
.BgClassName
{
background-color: #96909A;
}
</style>
border-color css
<style>
span { border-color: #96909A; }
span { border-color: rgb(150,144,154); }
td.TdClassName
{
border-color: #96909A;
}
.TagClassName
{
border-color: #96909A;
}
</style>