Shades of Santas Grey #9B95B0
Tints of Santas Grey #9B95B0
RGB
CMYK
RGB Variations
Color information
#9B95B0 (or 0x9B95B0) is known color: Santas Grey. HEX triplet: 9B, 95 and B0. RGB value is (155,149,176). Sum of RGB (Red+Green+Blue) = 155+149+176=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 176 - color contains mainly: blue. Hex color #9B95B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B95B0 is #646A4F. Grayscale: #999999. Windows color (decimal): -6580816 or 11572635. OLE color: 11572635.
HSL color Cylindrical-coordinate representation of color #9B95B0: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B95B0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 149 | 176 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.31 |
| HSL | 253.33º | 0.15% | 0.64% | - |
| HSV(B) | 253.33º | 0.15% | 0.69% | - |
| XYZ | 32.1 | 31.6 | 45.48 | - |
| YUV | 153.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 176 | 0.12 | 0.15 | 0 | 0.31 | 253.33 | 0.15 | 0.64 |
| Hex | 9B | 95 | B0 | C | F | 0 | 1F | FD | F | 40 |
| Octal | 233 | 225 | 260 | 14 | 17 | 0 | 37 | 375 | 17 | 100 |
| Binary | 10011011 | 10010101 | 10110000 | 1100 | 1111 | 0 | 11111 | 11111101 | 1111 | 1000000 |
Color Harmonies of #9B95B0
Complementary color
Monochromatic Colors of #9B95B0
Black with #9B95B0
Text Example
Text Example
White with #9B95B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95B0; }
p { color: rgb(155,149,176); }
H1.HeaderClassName
{
color: #9B95B0;
}
.AnyTagClassName
{
color: #9B95B0;
}
</style>
background-color css
<style>
a { background-color: #9B95B0; }
a { background-color: rgb(155,149,176); }
div.DivClassName
{
background-color: #9B95B0;
}
.BgClassName
{
background-color: #9B95B0;
}
</style>
border-color css
<style>
span { border-color: #9B95B0; }
span { border-color: rgb(155,149,176); }
td.TdClassName
{
border-color: #9B95B0;
}
.TagClassName
{
border-color: #9B95B0;
}
</style>