Shades of Santas Grey #9C95AD
Tints of Santas Grey #9C95AD
RGB
CMYK
RGB Variations
Color information
#9C95AD (or 0x9C95AD) is known color: Santas Grey. HEX triplet: 9C, 95 and AD. RGB value is (156,149,173). Sum of RGB (Red+Green+Blue) = 156+149+173=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 149 (58.59% from 255 or 31.17% 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 #9C95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C95AD is #636A52. Grayscale: #999999. Windows color (decimal): -6515283 or 11376028. OLE color: 11376028.
HSL color Cylindrical-coordinate representation of color #9C95AD: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C95AD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 149 | 173 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.32 |
| HSL | 257.5º | 0.13% | 0.63% | - |
| HSV(B) | 257.5º | 0.14% | 0.68% | - |
| XYZ | 32 | 31.58 | 43.94 | - |
| YUV | 153.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 173 | 0.10 | 0.14 | 0 | 0.32 | 257.5 | 0.13 | 0.63 |
| Hex | 9C | 95 | AD | A | E | 0 | 20 | 102 | D | 3F |
| Octal | 234 | 225 | 255 | 12 | 16 | 0 | 40 | 402 | 15 | 77 |
| Binary | 10011100 | 10010101 | 10101101 | 1010 | 1110 | 0 | 100000 | 100000010 | 1101 | 111111 |
Color Harmonies of #9C95AD
Complementary color
Monochromatic Colors of #9C95AD
Black with #9C95AD
Text Example
Text Example
White with #9C95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C95AD; }
p { color: rgb(156,149,173); }
H1.HeaderClassName
{
color: #9C95AD;
}
.AnyTagClassName
{
color: #9C95AD;
}
</style>
background-color css
<style>
a { background-color: #9C95AD; }
a { background-color: rgb(156,149,173); }
div.DivClassName
{
background-color: #9C95AD;
}
.BgClassName
{
background-color: #9C95AD;
}
</style>
border-color css
<style>
span { border-color: #9C95AD; }
span { border-color: rgb(156,149,173); }
td.TdClassName
{
border-color: #9C95AD;
}
.TagClassName
{
border-color: #9C95AD;
}
</style>