Shades of Grey Suit #9C95AA
Tints of Grey Suit #9C95AA
RGB
CMYK
RGB Variations
Color information
#9C95AA (or 0x9C95AA) is known color: Grey Suit. HEX triplet: 9C, 95 and AA. RGB value is (156,149,170). Sum of RGB (Red+Green+Blue) = 156+149+170=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C95AA is #636A55. Grayscale: #999999. Windows color (decimal): -6515286 or 11179420. OLE color: 11179420.
HSL color Cylindrical-coordinate representation of color #9C95AA: hue angle of 260º 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 #9C95AA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 149 | 170 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.33 |
| HSL | 260º | 0.11% | 0.63% | - |
| HSV(B) | 260º | 0.12% | 0.67% | - |
| XYZ | 31.71 | 31.47 | 42.43 | - |
| YUV | 153.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 170 | 0.08 | 0.12 | 0 | 0.33 | 260 | 0.11 | 0.63 |
| Hex | 9C | 95 | AA | 8 | C | 0 | 21 | 104 | B | 3F |
| Octal | 234 | 225 | 252 | 10 | 14 | 0 | 41 | 404 | 13 | 77 |
| Binary | 10011100 | 10010101 | 10101010 | 1000 | 1100 | 0 | 100001 | 100000100 | 1011 | 111111 |
Color Harmonies of #9C95AA
Complementary color
Monochromatic Colors of #9C95AA
Black with #9C95AA
Text Example
Text Example
White with #9C95AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C95AA; }
p { color: rgb(156,149,170); }
H1.HeaderClassName
{
color: #9C95AA;
}
.AnyTagClassName
{
color: #9C95AA;
}
</style>
background-color css
<style>
a { background-color: #9C95AA; }
a { background-color: rgb(156,149,170); }
div.DivClassName
{
background-color: #9C95AA;
}
.BgClassName
{
background-color: #9C95AA;
}
</style>
border-color css
<style>
span { border-color: #9C95AA; }
span { border-color: rgb(156,149,170); }
td.TdClassName
{
border-color: #9C95AA;
}
.TagClassName
{
border-color: #9C95AA;
}
</style>