Shades of Amethyst Smoke #99919A
Tints of Amethyst Smoke #99919A
RGB
CMYK
RGB Variations
Color information
#99919A (or 0x99919A) is known color: Amethyst Smoke. HEX triplet: 99, 91 and 9A. RGB value is (153,145,154). Sum of RGB (Red+Green+Blue) = 153+145+154=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 154 - color contains mainly: blue. Hex color #99919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919A is #666E65. Grayscale: #949494. Windows color (decimal): -6712934 or 10129817. OLE color: 10129817.
HSL color Cylindrical-coordinate representation of color #99919A: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99919A is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 145 | 154 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.40 |
| HSL | 293.33º | 0.04% | 0.59% | - |
| HSV(B) | 293.33º | 0.06% | 0.6% | - |
| XYZ | 29.1 | 29.36 | 34.7 | - |
| YUV | 148.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 154 | 0.01 | 0.06 | 0 | 0.40 | 293.33 | 0.04 | 0.59 |
| Hex | 99 | 91 | 9A | 1 | 6 | 0 | 28 | 125 | 4 | 3B |
| Octal | 231 | 221 | 232 | 1 | 6 | 0 | 50 | 445 | 4 | 73 |
| Binary | 10011001 | 10010001 | 10011010 | 1 | 110 | 0 | 101000 | 100100101 | 100 | 111011 |
Color Harmonies of #99919A
Complementary color
Monochromatic Colors of #99919A
Black with #99919A
Text Example
Text Example
White with #99919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99919A; }
p { color: rgb(153,145,154); }
H1.HeaderClassName
{
color: #99919A;
}
.AnyTagClassName
{
color: #99919A;
}
</style>
background-color css
<style>
a { background-color: #99919A; }
a { background-color: rgb(153,145,154); }
div.DivClassName
{
background-color: #99919A;
}
.BgClassName
{
background-color: #99919A;
}
</style>
border-color css
<style>
span { border-color: #99919A; }
span { border-color: rgb(153,145,154); }
td.TdClassName
{
border-color: #99919A;
}
.TagClassName
{
border-color: #99919A;
}
</style>