Shades of Grey Suit #9C96A7
Tints of Grey Suit #9C96A7
RGB
CMYK
RGB Variations
Color information
#9C96A7 (or 0x9C96A7) is known color: Grey Suit. HEX triplet: 9C, 96 and A7. RGB value is (156,150,167). Sum of RGB (Red+Green+Blue) = 156+150+167=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C96A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C96A7 is #636958. Grayscale: #999999. Windows color (decimal): -6515033 or 10983068. OLE color: 10983068.
HSL color Cylindrical-coordinate representation of color #9C96A7: hue angle of 261.18º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C96A7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 150 | 167 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.35 |
| HSL | 261.18º | 0.09% | 0.62% | - |
| HSV(B) | 261.18º | 0.1% | 0.65% | - |
| XYZ | 31.59 | 31.67 | 41.01 | - |
| YUV | 153.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 167 | 0.07 | 0.10 | 0 | 0.35 | 261.18 | 0.09 | 0.62 |
| Hex | 9C | 96 | A7 | 7 | A | 0 | 23 | 105 | 9 | 3E |
| Octal | 234 | 226 | 247 | 7 | 12 | 0 | 43 | 405 | 11 | 76 |
| Binary | 10011100 | 10010110 | 10100111 | 111 | 1010 | 0 | 100011 | 100000101 | 1001 | 111110 |
Color Harmonies of #9C96A7
Complementary color
Monochromatic Colors of #9C96A7
Black with #9C96A7
Text Example
Text Example
White with #9C96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96A7; }
p { color: rgb(156,150,167); }
H1.HeaderClassName
{
color: #9C96A7;
}
.AnyTagClassName
{
color: #9C96A7;
}
</style>
background-color css
<style>
a { background-color: #9C96A7; }
a { background-color: rgb(156,150,167); }
div.DivClassName
{
background-color: #9C96A7;
}
.BgClassName
{
background-color: #9C96A7;
}
</style>
border-color css
<style>
span { border-color: #9C96A7; }
span { border-color: rgb(156,150,167); }
td.TdClassName
{
border-color: #9C96A7;
}
.TagClassName
{
border-color: #9C96A7;
}
</style>