Shades of Santas Grey #9B95AD
Tints of Santas Grey #9B95AD
RGB
CMYK
RGB Variations
Color information
#9B95AD (or 0x9B95AD) is known color: Santas Grey. HEX triplet: 9B, 95 and AD. RGB value is (155,149,173). Sum of RGB (Red+Green+Blue) = 155+149+173=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B95AD is #646A52. Grayscale: #999999. Windows color (decimal): -6580819 or 11376027. OLE color: 11376027.
HSL color Cylindrical-coordinate representation of color #9B95AD: hue angle of 255º 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 #9B95AD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 149 | 173 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.32 |
| HSL | 255º | 0.13% | 0.63% | - |
| HSV(B) | 255º | 0.14% | 0.68% | - |
| XYZ | 31.81 | 31.48 | 43.94 | - |
| YUV | 153.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 173 | 0.10 | 0.14 | 0 | 0.32 | 255 | 0.13 | 0.63 |
| Hex | 9B | 95 | AD | A | E | 0 | 20 | FF | D | 3F |
| Octal | 233 | 225 | 255 | 12 | 16 | 0 | 40 | 377 | 15 | 77 |
| Binary | 10011011 | 10010101 | 10101101 | 1010 | 1110 | 0 | 100000 | 11111111 | 1101 | 111111 |
Color Harmonies of #9B95AD
Complementary color
Monochromatic Colors of #9B95AD
Black with #9B95AD
Text Example
Text Example
White with #9B95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95AD; }
p { color: rgb(155,149,173); }
H1.HeaderClassName
{
color: #9B95AD;
}
.AnyTagClassName
{
color: #9B95AD;
}
</style>
background-color css
<style>
a { background-color: #9B95AD; }
a { background-color: rgb(155,149,173); }
div.DivClassName
{
background-color: #9B95AD;
}
.BgClassName
{
background-color: #9B95AD;
}
</style>
border-color css
<style>
span { border-color: #9B95AD; }
span { border-color: rgb(155,149,173); }
td.TdClassName
{
border-color: #9B95AD;
}
.TagClassName
{
border-color: #9B95AD;
}
</style>