Shades of Santas Grey #9A95AB
Tints of Santas Grey #9A95AB
RGB
CMYK
RGB Variations
Color information
#9A95AB (or 0x9A95AB) is known color: Santas Grey. HEX triplet: 9A, 95 and AB. RGB value is (154,149,171). Sum of RGB (Red+Green+Blue) = 154+149+171=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A95AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A95AB is #656A54. Grayscale: #989898. Windows color (decimal): -6646357 or 11244954. OLE color: 11244954.
HSL color Cylindrical-coordinate representation of color #9A95AB: hue angle of 253.64º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9A95AB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 149 | 171 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.33 |
| HSL | 253.64º | 0.12% | 0.63% | - |
| HSV(B) | 253.64º | 0.13% | 0.67% | - |
| XYZ | 31.42 | 31.31 | 42.91 | - |
| YUV | 153 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 171 | 0.10 | 0.13 | 0 | 0.33 | 253.64 | 0.12 | 0.63 |
| Hex | 9A | 95 | AB | A | D | 0 | 21 | FE | C | 3F |
| Octal | 232 | 225 | 253 | 12 | 15 | 0 | 41 | 376 | 14 | 77 |
| Binary | 10011010 | 10010101 | 10101011 | 1010 | 1101 | 0 | 100001 | 11111110 | 1100 | 111111 |
Color Harmonies of #9A95AB
Complementary color
Monochromatic Colors of #9A95AB
Black with #9A95AB
Text Example
Text Example
White with #9A95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95AB; }
p { color: rgb(154,149,171); }
H1.HeaderClassName
{
color: #9A95AB;
}
.AnyTagClassName
{
color: #9A95AB;
}
</style>
background-color css
<style>
a { background-color: #9A95AB; }
a { background-color: rgb(154,149,171); }
div.DivClassName
{
background-color: #9A95AB;
}
.BgClassName
{
background-color: #9A95AB;
}
</style>
border-color css
<style>
span { border-color: #9A95AB; }
span { border-color: rgb(154,149,171); }
td.TdClassName
{
border-color: #9A95AB;
}
.TagClassName
{
border-color: #9A95AB;
}
</style>