Shades of Santas Grey #9B96AA
Tints of Santas Grey #9B96AA
RGB
CMYK
RGB Variations
Color information
#9B96AA (or 0x9B96AA) is known color: Santas Grey. HEX triplet: 9B, 96 and AA. RGB value is (155,150,170). Sum of RGB (Red+Green+Blue) = 155+150+170=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96AA is #646955. Grayscale: #999999. Windows color (decimal): -6580566 or 11179675. OLE color: 11179675.
HSL color Cylindrical-coordinate representation of color #9B96AA: hue angle of 255º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B96AA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 150 | 170 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.33 |
| HSL | 255º | 0.11% | 0.63% | - |
| HSV(B) | 255º | 0.12% | 0.67% | - |
| XYZ | 31.68 | 31.68 | 42.48 | - |
| YUV | 153.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 170 | 0.09 | 0.12 | 0 | 0.33 | 255 | 0.11 | 0.63 |
| Hex | 9B | 96 | AA | 9 | C | 0 | 21 | FF | B | 3F |
| Octal | 233 | 226 | 252 | 11 | 14 | 0 | 41 | 377 | 13 | 77 |
| Binary | 10011011 | 10010110 | 10101010 | 1001 | 1100 | 0 | 100001 | 11111111 | 1011 | 111111 |
Color Harmonies of #9B96AA
Complementary color
Monochromatic Colors of #9B96AA
Black with #9B96AA
Text Example
Text Example
White with #9B96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96AA; }
p { color: rgb(155,150,170); }
H1.HeaderClassName
{
color: #9B96AA;
}
.AnyTagClassName
{
color: #9B96AA;
}
</style>
background-color css
<style>
a { background-color: #9B96AA; }
a { background-color: rgb(155,150,170); }
div.DivClassName
{
background-color: #9B96AA;
}
.BgClassName
{
background-color: #9B96AA;
}
</style>
border-color css
<style>
span { border-color: #9B96AA; }
span { border-color: rgb(155,150,170); }
td.TdClassName
{
border-color: #9B96AA;
}
.TagClassName
{
border-color: #9B96AA;
}
</style>