Shades of Santas Grey #9A96AF
Tints of Santas Grey #9A96AF
RGB
CMYK
RGB Variations
Color information
#9A96AF (or 0x9A96AF) is known color: Santas Grey. HEX triplet: 9A, 96 and AF. RGB value is (154,150,175). Sum of RGB (Red+Green+Blue) = 154+150+175=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A96AF is #656950. Grayscale: #999999. Windows color (decimal): -6646097 or 11507354. OLE color: 11507354.
HSL color Cylindrical-coordinate representation of color #9A96AF: hue angle of 249.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A96AF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 150 | 175 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.31 |
| HSL | 249.6º | 0.14% | 0.64% | - |
| HSV(B) | 249.6º | 0.14% | 0.69% | - |
| XYZ | 31.97 | 31.78 | 45.01 | - |
| YUV | 154.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 175 | 0.12 | 0.14 | 0 | 0.31 | 249.6 | 0.14 | 0.64 |
| Hex | 9A | 96 | AF | C | E | 0 | 1F | FA | E | 40 |
| Octal | 232 | 226 | 257 | 14 | 16 | 0 | 37 | 372 | 16 | 100 |
| Binary | 10011010 | 10010110 | 10101111 | 1100 | 1110 | 0 | 11111 | 11111010 | 1110 | 1000000 |
Color Harmonies of #9A96AF
Complementary color
Monochromatic Colors of #9A96AF
Black with #9A96AF
Text Example
Text Example
White with #9A96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A96AF; }
p { color: rgb(154,150,175); }
H1.HeaderClassName
{
color: #9A96AF;
}
.AnyTagClassName
{
color: #9A96AF;
}
</style>
background-color css
<style>
a { background-color: #9A96AF; }
a { background-color: rgb(154,150,175); }
div.DivClassName
{
background-color: #9A96AF;
}
.BgClassName
{
background-color: #9A96AF;
}
</style>
border-color css
<style>
span { border-color: #9A96AF; }
span { border-color: rgb(154,150,175); }
td.TdClassName
{
border-color: #9A96AF;
}
.TagClassName
{
border-color: #9A96AF;
}
</style>