Shades of Amethyst Smoke #9C91A1
Tints of Amethyst Smoke #9C91A1
RGB
CMYK
RGB Variations
Color information
#9C91A1 (or 0x9C91A1) is known color: Amethyst Smoke. HEX triplet: 9C, 91 and A1. RGB value is (156,145,161). Sum of RGB (Red+Green+Blue) = 156+145+161=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 161 - color contains mainly: blue. Hex color #9C91A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C91A1 is #636E5E. Grayscale: #969696. Windows color (decimal): -6516319 or 10588572. OLE color: 10588572.
HSL color Cylindrical-coordinate representation of color #9C91A1: hue angle of 281.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C91A1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 145 | 161 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.37 |
| HSL | 281.25º | 0.08% | 0.6% | - |
| HSV(B) | 281.25º | 0.1% | 0.63% | - |
| XYZ | 30.27 | 29.89 | 37.89 | - |
| YUV | 150.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 161 | 0.03 | 0.10 | 0 | 0.37 | 281.25 | 0.08 | 0.6 |
| Hex | 9C | 91 | A1 | 3 | A | 0 | 25 | 119 | 8 | 3C |
| Octal | 234 | 221 | 241 | 3 | 12 | 0 | 45 | 431 | 10 | 74 |
| Binary | 10011100 | 10010001 | 10100001 | 11 | 1010 | 0 | 100101 | 100011001 | 1000 | 111100 |
Color Harmonies of #9C91A1
Complementary color
Monochromatic Colors of #9C91A1
Black with #9C91A1
Text Example
Text Example
White with #9C91A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C91A1; }
p { color: rgb(156,145,161); }
H1.HeaderClassName
{
color: #9C91A1;
}
.AnyTagClassName
{
color: #9C91A1;
}
</style>
background-color css
<style>
a { background-color: #9C91A1; }
a { background-color: rgb(156,145,161); }
div.DivClassName
{
background-color: #9C91A1;
}
.BgClassName
{
background-color: #9C91A1;
}
</style>
border-color css
<style>
span { border-color: #9C91A1; }
span { border-color: rgb(156,145,161); }
td.TdClassName
{
border-color: #9C91A1;
}
.TagClassName
{
border-color: #9C91A1;
}
</style>