Shades of Grey Suit #9993A9
Tints of Grey Suit #9993A9
RGB
CMYK
RGB Variations
Color information
#9993A9 (or 0x9993A9) is known color: Grey Suit. HEX triplet: 99, 93 and A9. RGB value is (153,147,169). Sum of RGB (Red+Green+Blue) = 153+147+169=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #9993A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9993A9 is #666C56. Grayscale: #979797. Windows color (decimal): -6712407 or 11113369. OLE color: 11113369.
HSL color Cylindrical-coordinate representation of color #9993A9: hue angle of 256.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9993A9 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 147 | 169 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.34 |
| HSL | 256.36º | 0.11% | 0.62% | - |
| HSV(B) | 256.36º | 0.13% | 0.66% | - |
| XYZ | 30.73 | 30.5 | 41.8 | - |
| YUV | 151.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 169 | 0.09 | 0.13 | 0 | 0.34 | 256.36 | 0.11 | 0.62 |
| Hex | 99 | 93 | A9 | 9 | D | 0 | 22 | 100 | B | 3E |
| Octal | 231 | 223 | 251 | 11 | 15 | 0 | 42 | 400 | 13 | 76 |
| Binary | 10011001 | 10010011 | 10101001 | 1001 | 1101 | 0 | 100010 | 100000000 | 1011 | 111110 |
Color Harmonies of #9993A9
Complementary color
Monochromatic Colors of #9993A9
Black with #9993A9
Text Example
Text Example
White with #9993A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993A9; }
p { color: rgb(153,147,169); }
H1.HeaderClassName
{
color: #9993A9;
}
.AnyTagClassName
{
color: #9993A9;
}
</style>
background-color css
<style>
a { background-color: #9993A9; }
a { background-color: rgb(153,147,169); }
div.DivClassName
{
background-color: #9993A9;
}
.BgClassName
{
background-color: #9993A9;
}
</style>
border-color css
<style>
span { border-color: #9993A9; }
span { border-color: rgb(153,147,169); }
td.TdClassName
{
border-color: #9993A9;
}
.TagClassName
{
border-color: #9993A9;
}
</style>