Shades of Grey Suit #9591A9
Tints of Grey Suit #9591A9
RGB
CMYK
RGB Variations
Color information
#9591A9 (or 0x9591A9) is known color: Grey Suit. HEX triplet: 95, 91 and A9. RGB value is (149,145,169). Sum of RGB (Red+Green+Blue) = 149+145+169=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 169 - color contains mainly: blue. Hex color #9591A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9591A9 is #6A6E56. Grayscale: #949494. Windows color (decimal): -6975063 or 11112853. OLE color: 11112853.
HSL color Cylindrical-coordinate representation of color #9591A9: hue angle of 250º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9591A9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 145 | 169 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.34 |
| HSL | 250º | 0.12% | 0.62% | - |
| HSV(B) | 250º | 0.14% | 0.66% | - |
| XYZ | 29.68 | 29.5 | 41.67 | - |
| YUV | 148.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 169 | 0.12 | 0.14 | 0 | 0.34 | 250 | 0.12 | 0.62 |
| Hex | 95 | 91 | A9 | C | E | 0 | 22 | FA | C | 3E |
| Octal | 225 | 221 | 251 | 14 | 16 | 0 | 42 | 372 | 14 | 76 |
| Binary | 10010101 | 10010001 | 10101001 | 1100 | 1110 | 0 | 100010 | 11111010 | 1100 | 111110 |
Color Harmonies of #9591A9
Complementary color
Monochromatic Colors of #9591A9
Black with #9591A9
Text Example
Text Example
White with #9591A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9591A9; }
p { color: rgb(149,145,169); }
H1.HeaderClassName
{
color: #9591A9;
}
.AnyTagClassName
{
color: #9591A9;
}
</style>
background-color css
<style>
a { background-color: #9591A9; }
a { background-color: rgb(149,145,169); }
div.DivClassName
{
background-color: #9591A9;
}
.BgClassName
{
background-color: #9591A9;
}
</style>
border-color css
<style>
span { border-color: #9591A9; }
span { border-color: rgb(149,145,169); }
td.TdClassName
{
border-color: #9591A9;
}
.TagClassName
{
border-color: #9591A9;
}
</style>