Shades of Santas Grey #9C99AD
Tints of Santas Grey #9C99AD
RGB
CMYK
RGB Variations
Color information
#9C99AD (or 0x9C99AD) is known color: Santas Grey. HEX triplet: 9C, 99 and AD. RGB value is (156,153,173). Sum of RGB (Red+Green+Blue) = 156+153+173=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C99AD is #636652. Grayscale: #9C9C9C. Windows color (decimal): -6514259 or 11377052. OLE color: 11377052.
HSL color Cylindrical-coordinate representation of color #9C99AD: hue angle of 249º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C99AD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 153 | 173 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.32 |
| HSL | 249º | 0.11% | 0.64% | - |
| HSV(B) | 249º | 0.12% | 0.68% | - |
| XYZ | 32.64 | 32.87 | 44.16 | - |
| YUV | 156.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 173 | 0.10 | 0.12 | 0 | 0.32 | 249 | 0.11 | 0.64 |
| Hex | 9C | 99 | AD | A | C | 0 | 20 | F9 | B | 40 |
| Octal | 234 | 231 | 255 | 12 | 14 | 0 | 40 | 371 | 13 | 100 |
| Binary | 10011100 | 10011001 | 10101101 | 1010 | 1100 | 0 | 100000 | 11111001 | 1011 | 1000000 |
Color Harmonies of #9C99AD
Complementary color
Monochromatic Colors of #9C99AD
Black with #9C99AD
Text Example
Text Example
White with #9C99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99AD; }
p { color: rgb(156,153,173); }
H1.HeaderClassName
{
color: #9C99AD;
}
.AnyTagClassName
{
color: #9C99AD;
}
</style>
background-color css
<style>
a { background-color: #9C99AD; }
a { background-color: rgb(156,153,173); }
div.DivClassName
{
background-color: #9C99AD;
}
.BgClassName
{
background-color: #9C99AD;
}
</style>
border-color css
<style>
span { border-color: #9C99AD; }
span { border-color: rgb(156,153,173); }
td.TdClassName
{
border-color: #9C99AD;
}
.TagClassName
{
border-color: #9C99AD;
}
</style>