Shades of Grey Suit #9D96AA
Tints of Grey Suit #9D96AA
RGB
CMYK
RGB Variations
Color information
#9D96AA (or 0x9D96AA) is known color: Grey Suit. HEX triplet: 9D, 96 and AA. RGB value is (157,150,170). Sum of RGB (Red+Green+Blue) = 157+150+170=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D96AA is #626955. Grayscale: #9A9A9A. Windows color (decimal): -6449494 or 11179677. OLE color: 11179677.
HSL color Cylindrical-coordinate representation of color #9D96AA: hue angle of 261º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D96AA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 150 | 170 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.33 |
| HSL | 261º | 0.11% | 0.63% | - |
| HSV(B) | 261º | 0.12% | 0.67% | - |
| XYZ | 32.07 | 31.88 | 42.49 | - |
| YUV | 154.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 170 | 0.08 | 0.12 | 0 | 0.33 | 261 | 0.11 | 0.63 |
| Hex | 9D | 96 | AA | 8 | C | 0 | 21 | 105 | B | 3F |
| Octal | 235 | 226 | 252 | 10 | 14 | 0 | 41 | 405 | 13 | 77 |
| Binary | 10011101 | 10010110 | 10101010 | 1000 | 1100 | 0 | 100001 | 100000101 | 1011 | 111111 |
Color Harmonies of #9D96AA
Complementary color
Monochromatic Colors of #9D96AA
Black with #9D96AA
Text Example
Text Example
White with #9D96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D96AA; }
p { color: rgb(157,150,170); }
H1.HeaderClassName
{
color: #9D96AA;
}
.AnyTagClassName
{
color: #9D96AA;
}
</style>
background-color css
<style>
a { background-color: #9D96AA; }
a { background-color: rgb(157,150,170); }
div.DivClassName
{
background-color: #9D96AA;
}
.BgClassName
{
background-color: #9D96AA;
}
</style>
border-color css
<style>
span { border-color: #9D96AA; }
span { border-color: rgb(157,150,170); }
td.TdClassName
{
border-color: #9D96AA;
}
.TagClassName
{
border-color: #9D96AA;
}
</style>