Shades of Amethyst Smoke #99939A
Tints of Amethyst Smoke #99939A
RGB
CMYK
RGB Variations
Color information
#99939A (or 0x99939A) is known color: Amethyst Smoke. HEX triplet: 99, 93 and 9A. RGB value is (153,147,154). Sum of RGB (Red+Green+Blue) = 153+147+154=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 154 - color contains mainly: blue. Hex color #99939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939A is #666C65. Grayscale: #959595. Windows color (decimal): -6712422 or 10130329. OLE color: 10130329.
HSL color Cylindrical-coordinate representation of color #99939A: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99939A is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 147 | 154 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.40 |
| HSL | 291.43º | 0.03% | 0.59% | - |
| HSV(B) | 291.43º | 0.05% | 0.6% | - |
| XYZ | 29.4 | 29.97 | 34.81 | - |
| YUV | 149.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 154 | 0.01 | 0.05 | 0 | 0.40 | 291.43 | 0.03 | 0.59 |
| Hex | 99 | 93 | 9A | 1 | 5 | 0 | 28 | 123 | 3 | 3B |
| Octal | 231 | 223 | 232 | 1 | 5 | 0 | 50 | 443 | 3 | 73 |
| Binary | 10011001 | 10010011 | 10011010 | 1 | 101 | 0 | 101000 | 100100011 | 11 | 111011 |
Color Harmonies of #99939A
Complementary color
Monochromatic Colors of #99939A
Black with #99939A
Text Example
Text Example
White with #99939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99939A; }
p { color: rgb(153,147,154); }
H1.HeaderClassName
{
color: #99939A;
}
.AnyTagClassName
{
color: #99939A;
}
</style>
background-color css
<style>
a { background-color: #99939A; }
a { background-color: rgb(153,147,154); }
div.DivClassName
{
background-color: #99939A;
}
.BgClassName
{
background-color: #99939A;
}
</style>
border-color css
<style>
span { border-color: #99939A; }
span { border-color: rgb(153,147,154); }
td.TdClassName
{
border-color: #99939A;
}
.TagClassName
{
border-color: #99939A;
}
</style>