Shades of Amethyst Smoke #99959D
Tints of Amethyst Smoke #99959D
RGB
CMYK
RGB Variations
Color information
#99959D (or 0x99959D) is known color: Amethyst Smoke. HEX triplet: 99, 95 and 9D. RGB value is (153,149,157). Sum of RGB (Red+Green+Blue) = 153+149+157=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #99959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99959D is #666A62. Grayscale: #979797. Windows color (decimal): -6711907 or 10327449. OLE color: 10327449.
HSL color Cylindrical-coordinate representation of color #99959D: hue angle of 270º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99959D is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 149 | 157 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.38 |
| HSL | 270º | 0.04% | 0.6% | - |
| HSV(B) | 270º | 0.05% | 0.62% | - |
| XYZ | 29.97 | 30.7 | 36.24 | - |
| YUV | 151.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 157 | 0.03 | 0.05 | 0 | 0.38 | 270 | 0.04 | 0.6 |
| Hex | 99 | 95 | 9D | 3 | 5 | 0 | 26 | 10E | 4 | 3C |
| Octal | 231 | 225 | 235 | 3 | 5 | 0 | 46 | 416 | 4 | 74 |
| Binary | 10011001 | 10010101 | 10011101 | 11 | 101 | 0 | 100110 | 100001110 | 100 | 111100 |
Color Harmonies of #99959D
Complementary color
Monochromatic Colors of #99959D
Black with #99959D
Text Example
Text Example
White with #99959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99959D; }
p { color: rgb(153,149,157); }
H1.HeaderClassName
{
color: #99959D;
}
.AnyTagClassName
{
color: #99959D;
}
</style>
background-color css
<style>
a { background-color: #99959D; }
a { background-color: rgb(153,149,157); }
div.DivClassName
{
background-color: #99959D;
}
.BgClassName
{
background-color: #99959D;
}
</style>
border-color css
<style>
span { border-color: #99959D; }
span { border-color: rgb(153,149,157); }
td.TdClassName
{
border-color: #99959D;
}
.TagClassName
{
border-color: #99959D;
}
</style>