Shades of Santas Grey #9592AD
Tints of Santas Grey #9592AD
RGB
CMYK
RGB Variations
Color information
#9592AD (or 0x9592AD) is known color: Santas Grey. HEX triplet: 95, 92 and AD. RGB value is (149,146,173). Sum of RGB (Red+Green+Blue) = 149+146+173=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #9592AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9592AD is #6A6D52. Grayscale: #959595. Windows color (decimal): -6974803 or 11375253. OLE color: 11375253.
HSL color Cylindrical-coordinate representation of color #9592AD: hue angle of 246.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9592AD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 146 | 173 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.32 |
| HSL | 246.67º | 0.14% | 0.63% | - |
| HSV(B) | 246.67º | 0.16% | 0.68% | - |
| XYZ | 30.22 | 29.96 | 43.73 | - |
| YUV | 149.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 173 | 0.14 | 0.16 | 0 | 0.32 | 246.67 | 0.14 | 0.63 |
| Hex | 95 | 92 | AD | E | 10 | 0 | 20 | F7 | E | 3F |
| Octal | 225 | 222 | 255 | 16 | 20 | 0 | 40 | 367 | 16 | 77 |
| Binary | 10010101 | 10010010 | 10101101 | 1110 | 10000 | 0 | 100000 | 11110111 | 1110 | 111111 |
Color Harmonies of #9592AD
Complementary color
Monochromatic Colors of #9592AD
Black with #9592AD
Text Example
Text Example
White with #9592AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9592AD; }
p { color: rgb(149,146,173); }
H1.HeaderClassName
{
color: #9592AD;
}
.AnyTagClassName
{
color: #9592AD;
}
</style>
background-color css
<style>
a { background-color: #9592AD; }
a { background-color: rgb(149,146,173); }
div.DivClassName
{
background-color: #9592AD;
}
.BgClassName
{
background-color: #9592AD;
}
</style>
border-color css
<style>
span { border-color: #9592AD; }
span { border-color: rgb(149,146,173); }
td.TdClassName
{
border-color: #9592AD;
}
.TagClassName
{
border-color: #9592AD;
}
</style>