Shades of Grey Suit #9591A1
Tints of Grey Suit #9591A1
RGB
CMYK
RGB Variations
Color information
#9591A1 (or 0x9591A1) is known color: Grey Suit. HEX triplet: 95, 91 and A1. RGB value is (149,145,161). Sum of RGB (Red+Green+Blue) = 149+145+161=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 161 - color contains mainly: blue. Hex color #9591A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9591A1 is #6A6E5E. Grayscale: #939393. Windows color (decimal): -6975071 or 10588565. OLE color: 10588565.
HSL color Cylindrical-coordinate representation of color #9591A1: hue angle of 255º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9591A1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 145 | 161 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.37 |
| HSL | 255º | 0.08% | 0.6% | - |
| HSV(B) | 255º | 0.1% | 0.63% | - |
| XYZ | 28.95 | 29.21 | 37.83 | - |
| YUV | 148.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 161 | 0.07 | 0.10 | 0 | 0.37 | 255 | 0.08 | 0.6 |
| Hex | 95 | 91 | A1 | 7 | A | 0 | 25 | FF | 8 | 3C |
| Octal | 225 | 221 | 241 | 7 | 12 | 0 | 45 | 377 | 10 | 74 |
| Binary | 10010101 | 10010001 | 10100001 | 111 | 1010 | 0 | 100101 | 11111111 | 1000 | 111100 |
Color Harmonies of #9591A1
Complementary color
Monochromatic Colors of #9591A1
Black with #9591A1
Text Example
Text Example
White with #9591A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9591A1; }
p { color: rgb(149,145,161); }
H1.HeaderClassName
{
color: #9591A1;
}
.AnyTagClassName
{
color: #9591A1;
}
</style>
background-color css
<style>
a { background-color: #9591A1; }
a { background-color: rgb(149,145,161); }
div.DivClassName
{
background-color: #9591A1;
}
.BgClassName
{
background-color: #9591A1;
}
</style>
border-color css
<style>
span { border-color: #9591A1; }
span { border-color: rgb(149,145,161); }
td.TdClassName
{
border-color: #9591A1;
}
.TagClassName
{
border-color: #9591A1;
}
</style>