Shades of Grey Suit #9A95A9
Tints of Grey Suit #9A95A9
RGB
CMYK
RGB Variations
Color information
#9A95A9 (or 0x9A95A9) is known color: Grey Suit. HEX triplet: 9A, 95 and A9. RGB value is (154,149,169). Sum of RGB (Red+Green+Blue) = 154+149+169=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A95A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A95A9 is #656A56. Grayscale: #989898. Windows color (decimal): -6646359 or 11113882. OLE color: 11113882.
HSL color Cylindrical-coordinate representation of color #9A95A9: hue angle of 255º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A95A9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 149 | 169 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.34 |
| HSL | 255º | 0.1% | 0.62% | - |
| HSV(B) | 255º | 0.12% | 0.66% | - |
| XYZ | 31.24 | 31.23 | 41.92 | - |
| YUV | 152.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 169 | 0.09 | 0.12 | 0 | 0.34 | 255 | 0.1 | 0.62 |
| Hex | 9A | 95 | A9 | 9 | C | 0 | 22 | FF | A | 3E |
| Octal | 232 | 225 | 251 | 11 | 14 | 0 | 42 | 377 | 12 | 76 |
| Binary | 10011010 | 10010101 | 10101001 | 1001 | 1100 | 0 | 100010 | 11111111 | 1010 | 111110 |
Color Harmonies of #9A95A9
Complementary color
Monochromatic Colors of #9A95A9
Black with #9A95A9
Text Example
Text Example
White with #9A95A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95A9; }
p { color: rgb(154,149,169); }
H1.HeaderClassName
{
color: #9A95A9;
}
.AnyTagClassName
{
color: #9A95A9;
}
</style>
background-color css
<style>
a { background-color: #9A95A9; }
a { background-color: rgb(154,149,169); }
div.DivClassName
{
background-color: #9A95A9;
}
.BgClassName
{
background-color: #9A95A9;
}
</style>
border-color css
<style>
span { border-color: #9A95A9; }
span { border-color: rgb(154,149,169); }
td.TdClassName
{
border-color: #9A95A9;
}
.TagClassName
{
border-color: #9A95A9;
}
</style>