Shades of Santas Grey #9B96AD
Tints of Santas Grey #9B96AD
RGB
CMYK
RGB Variations
Color information
#9B96AD (or 0x9B96AD) is known color: Santas Grey. HEX triplet: 9B, 96 and AD. RGB value is (155,150,173). Sum of RGB (Red+Green+Blue) = 155+150+173=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96AD is #646952. Grayscale: #9A9A9A. Windows color (decimal): -6580563 or 11376283. OLE color: 11376283.
HSL color Cylindrical-coordinate representation of color #9B96AD: hue angle of 253.04º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B96AD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 150 | 173 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.32 |
| HSL | 253.04º | 0.12% | 0.63% | - |
| HSV(B) | 253.04º | 0.13% | 0.68% | - |
| XYZ | 31.97 | 31.8 | 43.99 | - |
| YUV | 154.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 173 | 0.10 | 0.13 | 0 | 0.32 | 253.04 | 0.12 | 0.63 |
| Hex | 9B | 96 | AD | A | D | 0 | 20 | FD | C | 3F |
| Octal | 233 | 226 | 255 | 12 | 15 | 0 | 40 | 375 | 14 | 77 |
| Binary | 10011011 | 10010110 | 10101101 | 1010 | 1101 | 0 | 100000 | 11111101 | 1100 | 111111 |
Color Harmonies of #9B96AD
Complementary color
Monochromatic Colors of #9B96AD
Black with #9B96AD
Text Example
Text Example
White with #9B96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96AD; }
p { color: rgb(155,150,173); }
H1.HeaderClassName
{
color: #9B96AD;
}
.AnyTagClassName
{
color: #9B96AD;
}
</style>
background-color css
<style>
a { background-color: #9B96AD; }
a { background-color: rgb(155,150,173); }
div.DivClassName
{
background-color: #9B96AD;
}
.BgClassName
{
background-color: #9B96AD;
}
</style>
border-color css
<style>
span { border-color: #9B96AD; }
span { border-color: rgb(155,150,173); }
td.TdClassName
{
border-color: #9B96AD;
}
.TagClassName
{
border-color: #9B96AD;
}
</style>