Shades of Amethyst Smoke #99909B
Tints of Amethyst Smoke #99909B
RGB
CMYK
RGB Variations
Color information
#99909B (or 0x99909B) is known color: Amethyst Smoke. HEX triplet: 99, 90 and 9B. RGB value is (153,144,155). Sum of RGB (Red+Green+Blue) = 153+144+155=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #99909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99909B is #666F64. Grayscale: #939393. Windows color (decimal): -6713189 or 10195097. OLE color: 10195097.
HSL color Cylindrical-coordinate representation of color #99909B: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99909B is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 144 | 155 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.39 |
| HSL | 289.09º | 0.05% | 0.59% | - |
| HSV(B) | 289.09º | 0.07% | 0.61% | - |
| XYZ | 29.03 | 29.09 | 35.09 | - |
| YUV | 147.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 155 | 0.01 | 0.07 | 0 | 0.39 | 289.09 | 0.05 | 0.59 |
| Hex | 99 | 90 | 9B | 1 | 7 | 0 | 27 | 121 | 5 | 3B |
| Octal | 231 | 220 | 233 | 1 | 7 | 0 | 47 | 441 | 5 | 73 |
| Binary | 10011001 | 10010000 | 10011011 | 1 | 111 | 0 | 100111 | 100100001 | 101 | 111011 |
Color Harmonies of #99909B
Complementary color
Monochromatic Colors of #99909B
Black with #99909B
Text Example
Text Example
White with #99909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99909B; }
p { color: rgb(153,144,155); }
H1.HeaderClassName
{
color: #99909B;
}
.AnyTagClassName
{
color: #99909B;
}
</style>
background-color css
<style>
a { background-color: #99909B; }
a { background-color: rgb(153,144,155); }
div.DivClassName
{
background-color: #99909B;
}
.BgClassName
{
background-color: #99909B;
}
</style>
border-color css
<style>
span { border-color: #99909B; }
span { border-color: rgb(153,144,155); }
td.TdClassName
{
border-color: #99909B;
}
.TagClassName
{
border-color: #99909B;
}
</style>