Shades of Amethyst Smoke #99919D
Tints of Amethyst Smoke #99919D
RGB
CMYK
RGB Variations
Color information
#99919D (or 0x99919D) is known color: Amethyst Smoke. HEX triplet: 99, 91 and 9D. RGB value is (153,145,157). Sum of RGB (Red+Green+Blue) = 153+145+157=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #99919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919D is #666E62. Grayscale: #949494. Windows color (decimal): -6712931 or 10326425. OLE color: 10326425.
HSL color Cylindrical-coordinate representation of color #99919D: hue angle of 280º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99919D is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 145 | 157 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.38 |
| HSL | 280º | 0.06% | 0.59% | - |
| HSV(B) | 280º | 0.08% | 0.62% | - |
| XYZ | 29.35 | 29.46 | 36.04 | - |
| YUV | 148.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 157 | 0.03 | 0.08 | 0 | 0.38 | 280 | 0.06 | 0.59 |
| Hex | 99 | 91 | 9D | 3 | 8 | 0 | 26 | 118 | 6 | 3B |
| Octal | 231 | 221 | 235 | 3 | 10 | 0 | 46 | 430 | 6 | 73 |
| Binary | 10011001 | 10010001 | 10011101 | 11 | 1000 | 0 | 100110 | 100011000 | 110 | 111011 |
Color Harmonies of #99919D
Complementary color
Monochromatic Colors of #99919D
Black with #99919D
Text Example
Text Example
White with #99919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99919D; }
p { color: rgb(153,145,157); }
H1.HeaderClassName
{
color: #99919D;
}
.AnyTagClassName
{
color: #99919D;
}
</style>
background-color css
<style>
a { background-color: #99919D; }
a { background-color: rgb(153,145,157); }
div.DivClassName
{
background-color: #99919D;
}
.BgClassName
{
background-color: #99919D;
}
</style>
border-color css
<style>
span { border-color: #99919D; }
span { border-color: rgb(153,145,157); }
td.TdClassName
{
border-color: #99919D;
}
.TagClassName
{
border-color: #99919D;
}
</style>