Shades of Santas Grey #9593AD
Tints of Santas Grey #9593AD
RGB
CMYK
RGB Variations
Color information
#9593AD (or 0x9593AD) is known color: Santas Grey. HEX triplet: 95, 93 and AD. RGB value is (149,147,173). Sum of RGB (Red+Green+Blue) = 149+147+173=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #9593AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AD is #6A6C52. Grayscale: #969696. Windows color (decimal): -6974547 or 11375509. OLE color: 11375509.
HSL color Cylindrical-coordinate representation of color #9593AD: hue angle of 244.62º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9593AD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 147 | 173 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.32 |
| HSL | 244.62º | 0.14% | 0.63% | - |
| HSV(B) | 244.62º | 0.15% | 0.68% | - |
| XYZ | 30.37 | 30.27 | 43.78 | - |
| YUV | 150.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 173 | 0.14 | 0.15 | 0 | 0.32 | 244.62 | 0.14 | 0.63 |
| Hex | 95 | 93 | AD | E | F | 0 | 20 | F5 | E | 3F |
| Octal | 225 | 223 | 255 | 16 | 17 | 0 | 40 | 365 | 16 | 77 |
| Binary | 10010101 | 10010011 | 10101101 | 1110 | 1111 | 0 | 100000 | 11110101 | 1110 | 111111 |
Color Harmonies of #9593AD
Complementary color
Monochromatic Colors of #9593AD
Black with #9593AD
Text Example
Text Example
White with #9593AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593AD; }
p { color: rgb(149,147,173); }
H1.HeaderClassName
{
color: #9593AD;
}
.AnyTagClassName
{
color: #9593AD;
}
</style>
background-color css
<style>
a { background-color: #9593AD; }
a { background-color: rgb(149,147,173); }
div.DivClassName
{
background-color: #9593AD;
}
.BgClassName
{
background-color: #9593AD;
}
</style>
border-color css
<style>
span { border-color: #9593AD; }
span { border-color: rgb(149,147,173); }
td.TdClassName
{
border-color: #9593AD;
}
.TagClassName
{
border-color: #9593AD;
}
</style>