Shades of Amethyst Smoke #99909E
Tints of Amethyst Smoke #99909E
RGB
CMYK
RGB Variations
Color information
#99909E (or 0x99909E) is known color: Amethyst Smoke. HEX triplet: 99, 90 and 9E. RGB value is (153,144,158). Sum of RGB (Red+Green+Blue) = 153+144+158=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 158 - color contains mainly: blue. Hex color #99909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99909E is #666F61. Grayscale: #949494. Windows color (decimal): -6713186 or 10391705. OLE color: 10391705.
HSL color Cylindrical-coordinate representation of color #99909E: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99909E is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 144 | 158 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.38 |
| HSL | 278.57º | 0.07% | 0.59% | - |
| HSV(B) | 278.57º | 0.09% | 0.62% | - |
| XYZ | 29.28 | 29.19 | 36.44 | - |
| YUV | 148.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 158 | 0.03 | 0.09 | 0 | 0.38 | 278.57 | 0.07 | 0.59 |
| Hex | 99 | 90 | 9E | 3 | 9 | 0 | 26 | 117 | 7 | 3B |
| Octal | 231 | 220 | 236 | 3 | 11 | 0 | 46 | 427 | 7 | 73 |
| Binary | 10011001 | 10010000 | 10011110 | 11 | 1001 | 0 | 100110 | 100010111 | 111 | 111011 |
Color Harmonies of #99909E
Complementary color
Monochromatic Colors of #99909E
Black with #99909E
Text Example
Text Example
White with #99909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99909E; }
p { color: rgb(153,144,158); }
H1.HeaderClassName
{
color: #99909E;
}
.AnyTagClassName
{
color: #99909E;
}
</style>
background-color css
<style>
a { background-color: #99909E; }
a { background-color: rgb(153,144,158); }
div.DivClassName
{
background-color: #99909E;
}
.BgClassName
{
background-color: #99909E;
}
</style>
border-color css
<style>
span { border-color: #99909E; }
span { border-color: rgb(153,144,158); }
td.TdClassName
{
border-color: #99909E;
}
.TagClassName
{
border-color: #99909E;
}
</style>