Shades of Amethyst Smoke #99959C
Tints of Amethyst Smoke #99959C
RGB
CMYK
RGB Variations
Color information
#99959C (or 0x99959C) is known color: Amethyst Smoke. HEX triplet: 99, 95 and 9C. RGB value is (153,149,156). Sum of RGB (Red+Green+Blue) = 153+149+156=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #99959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99959C is #666A63. Grayscale: #969696. Windows color (decimal): -6711908 or 10261913. OLE color: 10261913.
HSL color Cylindrical-coordinate representation of color #99959C: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #99959C is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 149 | 156 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.39 |
| HSL | 274.29º | 0.03% | 0.6% | - |
| HSV(B) | 274.29º | 0.04% | 0.61% | - |
| XYZ | 29.89 | 30.67 | 35.8 | - |
| YUV | 150.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 156 | 0.02 | 0.04 | 0 | 0.39 | 274.29 | 0.03 | 0.6 |
| Hex | 99 | 95 | 9C | 2 | 4 | 0 | 27 | 112 | 3 | 3C |
| Octal | 231 | 225 | 234 | 2 | 4 | 0 | 47 | 422 | 3 | 74 |
| Binary | 10011001 | 10010101 | 10011100 | 10 | 100 | 0 | 100111 | 100010010 | 11 | 111100 |
Color Harmonies of #99959C
Complementary color
Monochromatic Colors of #99959C
Black with #99959C
Text Example
Text Example
White with #99959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99959C; }
p { color: rgb(153,149,156); }
H1.HeaderClassName
{
color: #99959C;
}
.AnyTagClassName
{
color: #99959C;
}
</style>
background-color css
<style>
a { background-color: #99959C; }
a { background-color: rgb(153,149,156); }
div.DivClassName
{
background-color: #99959C;
}
.BgClassName
{
background-color: #99959C;
}
</style>
border-color css
<style>
span { border-color: #99959C; }
span { border-color: rgb(153,149,156); }
td.TdClassName
{
border-color: #99959C;
}
.TagClassName
{
border-color: #99959C;
}
</style>