Shades of Santas Grey #9591AD
Tints of Santas Grey #9591AD
RGB
CMYK
RGB Variations
Color information
#9591AD (or 0x9591AD) is known color: Santas Grey. HEX triplet: 95, 91 and AD. RGB value is (149,145,173). Sum of RGB (Red+Green+Blue) = 149+145+173=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #9591AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9591AD is #6A6E52. Grayscale: #959595. Windows color (decimal): -6975059 or 11374997. OLE color: 11374997.
HSL color Cylindrical-coordinate representation of color #9591AD: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9591AD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 145 | 173 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.32 |
| HSL | 248.57º | 0.15% | 0.62% | - |
| HSV(B) | 248.57º | 0.16% | 0.68% | - |
| XYZ | 30.06 | 29.66 | 43.68 | - |
| YUV | 149.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 173 | 0.14 | 0.16 | 0 | 0.32 | 248.57 | 0.15 | 0.62 |
| Hex | 95 | 91 | AD | E | 10 | 0 | 20 | F9 | F | 3E |
| Octal | 225 | 221 | 255 | 16 | 20 | 0 | 40 | 371 | 17 | 76 |
| Binary | 10010101 | 10010001 | 10101101 | 1110 | 10000 | 0 | 100000 | 11111001 | 1111 | 111110 |
Color Harmonies of #9591AD
Complementary color
Monochromatic Colors of #9591AD
Black with #9591AD
Text Example
Text Example
White with #9591AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9591AD; }
p { color: rgb(149,145,173); }
H1.HeaderClassName
{
color: #9591AD;
}
.AnyTagClassName
{
color: #9591AD;
}
</style>
background-color css
<style>
a { background-color: #9591AD; }
a { background-color: rgb(149,145,173); }
div.DivClassName
{
background-color: #9591AD;
}
.BgClassName
{
background-color: #9591AD;
}
</style>
border-color css
<style>
span { border-color: #9591AD; }
span { border-color: rgb(149,145,173); }
td.TdClassName
{
border-color: #9591AD;
}
.TagClassName
{
border-color: #9591AD;
}
</style>