Shades of Santas Grey #9C97AA
Tints of Santas Grey #9C97AA
RGB
CMYK
RGB Variations
Color information
#9C97AA (or 0x9C97AA) is known color: Santas Grey. HEX triplet: 9C, 97 and AA. RGB value is (156,151,170). Sum of RGB (Red+Green+Blue) = 156+151+170=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C97AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C97AA is #636855. Grayscale: #9A9A9A. Windows color (decimal): -6514774 or 11179932. OLE color: 11179932.
HSL color Cylindrical-coordinate representation of color #9C97AA: hue angle of 255.79º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C97AA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 151 | 170 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.33 |
| HSL | 255.79º | 0.1% | 0.63% | - |
| HSV(B) | 255.79º | 0.11% | 0.67% | - |
| XYZ | 32.03 | 32.1 | 42.54 | - |
| YUV | 154.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 170 | 0.08 | 0.11 | 0 | 0.33 | 255.79 | 0.1 | 0.63 |
| Hex | 9C | 97 | AA | 8 | B | 0 | 21 | 100 | A | 3F |
| Octal | 234 | 227 | 252 | 10 | 13 | 0 | 41 | 400 | 12 | 77 |
| Binary | 10011100 | 10010111 | 10101010 | 1000 | 1011 | 0 | 100001 | 100000000 | 1010 | 111111 |
Color Harmonies of #9C97AA
Complementary color
Monochromatic Colors of #9C97AA
Black with #9C97AA
Text Example
Text Example
White with #9C97AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C97AA; }
p { color: rgb(156,151,170); }
H1.HeaderClassName
{
color: #9C97AA;
}
.AnyTagClassName
{
color: #9C97AA;
}
</style>
background-color css
<style>
a { background-color: #9C97AA; }
a { background-color: rgb(156,151,170); }
div.DivClassName
{
background-color: #9C97AA;
}
.BgClassName
{
background-color: #9C97AA;
}
</style>
border-color css
<style>
span { border-color: #9C97AA; }
span { border-color: rgb(156,151,170); }
td.TdClassName
{
border-color: #9C97AA;
}
.TagClassName
{
border-color: #9C97AA;
}
</style>