Shades of Santas Grey #9C96AD
Tints of Santas Grey #9C96AD
RGB
CMYK
RGB Variations
Color information
#9C96AD (or 0x9C96AD) is known color: Santas Grey. HEX triplet: 9C, 96 and AD. RGB value is (156,150,173). Sum of RGB (Red+Green+Blue) = 156+150+173=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C96AD is #636952. Grayscale: #9A9A9A. Windows color (decimal): -6515027 or 11376284. OLE color: 11376284.
HSL color Cylindrical-coordinate representation of color #9C96AD: hue angle of 255.65º 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 #9C96AD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 150 | 173 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.32 |
| HSL | 255.65º | 0.12% | 0.63% | - |
| HSV(B) | 255.65º | 0.13% | 0.68% | - |
| XYZ | 32.16 | 31.9 | 44 | - |
| YUV | 154.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 173 | 0.10 | 0.13 | 0 | 0.32 | 255.65 | 0.12 | 0.63 |
| Hex | 9C | 96 | AD | A | D | 0 | 20 | 100 | C | 3F |
| Octal | 234 | 226 | 255 | 12 | 15 | 0 | 40 | 400 | 14 | 77 |
| Binary | 10011100 | 10010110 | 10101101 | 1010 | 1101 | 0 | 100000 | 100000000 | 1100 | 111111 |
Color Harmonies of #9C96AD
Complementary color
Monochromatic Colors of #9C96AD
Black with #9C96AD
Text Example
Text Example
White with #9C96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96AD; }
p { color: rgb(156,150,173); }
H1.HeaderClassName
{
color: #9C96AD;
}
.AnyTagClassName
{
color: #9C96AD;
}
</style>
background-color css
<style>
a { background-color: #9C96AD; }
a { background-color: rgb(156,150,173); }
div.DivClassName
{
background-color: #9C96AD;
}
.BgClassName
{
background-color: #9C96AD;
}
</style>
border-color css
<style>
span { border-color: #9C96AD; }
span { border-color: rgb(156,150,173); }
td.TdClassName
{
border-color: #9C96AD;
}
.TagClassName
{
border-color: #9C96AD;
}
</style>