Shades of Amethyst Smoke #99919C
Tints of Amethyst Smoke #99919C
RGB
CMYK
RGB Variations
Color information
#99919C (or 0x99919C) is known color: Amethyst Smoke. HEX triplet: 99, 91 and 9C. RGB value is (153,145,156). Sum of RGB (Red+Green+Blue) = 153+145+156=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 156 - color contains mainly: blue. Hex color #99919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919C is #666E63. Grayscale: #949494. Windows color (decimal): -6712932 or 10260889. OLE color: 10260889.
HSL color Cylindrical-coordinate representation of color #99919C: hue angle of 283.64º 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 #99919C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 145 | 156 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.39 |
| HSL | 283.64º | 0.05% | 0.59% | - |
| HSV(B) | 283.64º | 0.07% | 0.61% | - |
| XYZ | 29.26 | 29.42 | 35.59 | - |
| YUV | 148.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 156 | 0.02 | 0.07 | 0 | 0.39 | 283.64 | 0.05 | 0.59 |
| Hex | 99 | 91 | 9C | 2 | 7 | 0 | 27 | 11C | 5 | 3B |
| Octal | 231 | 221 | 234 | 2 | 7 | 0 | 47 | 434 | 5 | 73 |
| Binary | 10011001 | 10010001 | 10011100 | 10 | 111 | 0 | 100111 | 100011100 | 101 | 111011 |
Color Harmonies of #99919C
Complementary color
Monochromatic Colors of #99919C
Black with #99919C
Text Example
Text Example
White with #99919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99919C; }
p { color: rgb(153,145,156); }
H1.HeaderClassName
{
color: #99919C;
}
.AnyTagClassName
{
color: #99919C;
}
</style>
background-color css
<style>
a { background-color: #99919C; }
a { background-color: rgb(153,145,156); }
div.DivClassName
{
background-color: #99919C;
}
.BgClassName
{
background-color: #99919C;
}
</style>
border-color css
<style>
span { border-color: #99919C; }
span { border-color: rgb(153,145,156); }
td.TdClassName
{
border-color: #99919C;
}
.TagClassName
{
border-color: #99919C;
}
</style>