Shades of Amethyst Smoke #99969B
Tints of Amethyst Smoke #99969B
RGB
CMYK
RGB Variations
Color information
#99969B (or 0x99969B) is known color: Amethyst Smoke. HEX triplet: 99, 96 and 9B. RGB value is (153,150,155). Sum of RGB (Red+Green+Blue) = 153+150+155=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #99969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99969B is #666964. Grayscale: #979797. Windows color (decimal): -6711653 or 10196633. OLE color: 10196633.
HSL color Cylindrical-coordinate representation of color #99969B: hue angle of 276º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #99969B is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 150 | 155 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.39 |
| HSL | 276º | 0.02% | 0.6% | - |
| HSV(B) | 276º | 0.03% | 0.61% | - |
| XYZ | 29.96 | 30.95 | 35.41 | - |
| YUV | 151.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 155 | 0.01 | 0.03 | 0 | 0.39 | 276 | 0.02 | 0.6 |
| Hex | 99 | 96 | 9B | 1 | 3 | 0 | 27 | 114 | 2 | 3C |
| Octal | 231 | 226 | 233 | 1 | 3 | 0 | 47 | 424 | 2 | 74 |
| Binary | 10011001 | 10010110 | 10011011 | 1 | 11 | 0 | 100111 | 100010100 | 10 | 111100 |
Color Harmonies of #99969B
Complementary color
Monochromatic Colors of #99969B
Black with #99969B
Text Example
Text Example
White with #99969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99969B; }
p { color: rgb(153,150,155); }
H1.HeaderClassName
{
color: #99969B;
}
.AnyTagClassName
{
color: #99969B;
}
</style>
background-color css
<style>
a { background-color: #99969B; }
a { background-color: rgb(153,150,155); }
div.DivClassName
{
background-color: #99969B;
}
.BgClassName
{
background-color: #99969B;
}
</style>
border-color css
<style>
span { border-color: #99969B; }
span { border-color: rgb(153,150,155); }
td.TdClassName
{
border-color: #99969B;
}
.TagClassName
{
border-color: #99969B;
}
</style>