Shades of Grey Suit #9B96A3
Tints of Grey Suit #9B96A3
RGB
CMYK
RGB Variations
Color information
#9B96A3 (or 0x9B96A3) is known color: Grey Suit. HEX triplet: 9B, 96 and A3. RGB value is (155,150,163). Sum of RGB (Red+Green+Blue) = 155+150+163=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 163 - color contains mainly: blue. Hex color #9B96A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B96A3 is #64695C. Grayscale: #989898. Windows color (decimal): -6580573 or 10720923. OLE color: 10720923.
HSL color Cylindrical-coordinate representation of color #9B96A3: hue angle of 263.08º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B96A3 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 150 | 163 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.36 |
| HSL | 263.08º | 0.07% | 0.61% | - |
| HSV(B) | 263.08º | 0.08% | 0.64% | - |
| XYZ | 31.03 | 31.43 | 39.08 | - |
| YUV | 152.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 163 | 0.05 | 0.08 | 0 | 0.36 | 263.08 | 0.07 | 0.61 |
| Hex | 9B | 96 | A3 | 5 | 8 | 0 | 24 | 107 | 7 | 3D |
| Octal | 233 | 226 | 243 | 5 | 10 | 0 | 44 | 407 | 7 | 75 |
| Binary | 10011011 | 10010110 | 10100011 | 101 | 1000 | 0 | 100100 | 100000111 | 111 | 111101 |
Color Harmonies of #9B96A3
Complementary color
Monochromatic Colors of #9B96A3
Black with #9B96A3
Text Example
Text Example
White with #9B96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96A3; }
p { color: rgb(155,150,163); }
H1.HeaderClassName
{
color: #9B96A3;
}
.AnyTagClassName
{
color: #9B96A3;
}
</style>
background-color css
<style>
a { background-color: #9B96A3; }
a { background-color: rgb(155,150,163); }
div.DivClassName
{
background-color: #9B96A3;
}
.BgClassName
{
background-color: #9B96A3;
}
</style>
border-color css
<style>
span { border-color: #9B96A3; }
span { border-color: rgb(155,150,163); }
td.TdClassName
{
border-color: #9B96A3;
}
.TagClassName
{
border-color: #9B96A3;
}
</style>