Shades of Amethyst Smoke #99969C
Tints of Amethyst Smoke #99969C
RGB
CMYK
RGB Variations
Color information
#99969C (or 0x99969C) is known color: Amethyst Smoke. HEX triplet: 99, 96 and 9C. RGB value is (153,150,156). Sum of RGB (Red+Green+Blue) = 153+150+156=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #99969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99969C is #666963. Grayscale: #979797. Windows color (decimal): -6711652 or 10262169. OLE color: 10262169.
HSL color Cylindrical-coordinate representation of color #99969C: hue angle of 270º 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 #99969C is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 150 | 156 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.39 |
| HSL | 270º | 0.03% | 0.6% | - |
| HSV(B) | 270º | 0.04% | 0.61% | - |
| XYZ | 30.04 | 30.99 | 35.85 | - |
| YUV | 151.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 156 | 0.02 | 0.04 | 0 | 0.39 | 270 | 0.03 | 0.6 |
| Hex | 99 | 96 | 9C | 2 | 4 | 0 | 27 | 10E | 3 | 3C |
| Octal | 231 | 226 | 234 | 2 | 4 | 0 | 47 | 416 | 3 | 74 |
| Binary | 10011001 | 10010110 | 10011100 | 10 | 100 | 0 | 100111 | 100001110 | 11 | 111100 |
Color Harmonies of #99969C
Complementary color
Monochromatic Colors of #99969C
Black with #99969C
Text Example
Text Example
White with #99969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99969C; }
p { color: rgb(153,150,156); }
H1.HeaderClassName
{
color: #99969C;
}
.AnyTagClassName
{
color: #99969C;
}
</style>
background-color css
<style>
a { background-color: #99969C; }
a { background-color: rgb(153,150,156); }
div.DivClassName
{
background-color: #99969C;
}
.BgClassName
{
background-color: #99969C;
}
</style>
border-color css
<style>
span { border-color: #99969C; }
span { border-color: rgb(153,150,156); }
td.TdClassName
{
border-color: #99969C;
}
.TagClassName
{
border-color: #99969C;
}
</style>