Shades of Amethyst Smoke #9C809F
Tints of Amethyst Smoke #9C809F
RGB
CMYK
RGB Variations
Color information
#9C809F (or 0x9C809F) is known color: Amethyst Smoke. HEX triplet: 9C, 80 and 9F. RGB value is (156,128,159). Sum of RGB (Red+Green+Blue) = 156+128+159=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C809F is #637F60. Grayscale: #8B8B8B. Windows color (decimal): -6520673 or 10453148. OLE color: 10453148.
HSL color Cylindrical-coordinate representation of color #9C809F: hue angle of 294.19º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C809F is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 128 | 159 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.38 |
| HSL | 294.19º | 0.14% | 0.56% | - |
| HSV(B) | 294.19º | 0.19% | 0.62% | - |
| XYZ | 27.69 | 25.01 | 36.17 | - |
| YUV | 139.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 159 | 0.02 | 0.19 | 0 | 0.38 | 294.19 | 0.14 | 0.56 |
| Hex | 9C | 80 | 9F | 2 | 13 | 0 | 26 | 126 | E | 38 |
| Octal | 234 | 200 | 237 | 2 | 23 | 0 | 46 | 446 | 16 | 70 |
| Binary | 10011100 | 10000000 | 10011111 | 10 | 10011 | 0 | 100110 | 100100110 | 1110 | 111000 |
Color Harmonies of #9C809F
Complementary color
Monochromatic Colors of #9C809F
Black with #9C809F
Text Example
Text Example
White with #9C809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C809F; }
p { color: rgb(156,128,159); }
H1.HeaderClassName
{
color: #9C809F;
}
.AnyTagClassName
{
color: #9C809F;
}
</style>
background-color css
<style>
a { background-color: #9C809F; }
a { background-color: rgb(156,128,159); }
div.DivClassName
{
background-color: #9C809F;
}
.BgClassName
{
background-color: #9C809F;
}
</style>
border-color css
<style>
span { border-color: #9C809F; }
span { border-color: rgb(156,128,159); }
td.TdClassName
{
border-color: #9C809F;
}
.TagClassName
{
border-color: #9C809F;
}
</style>