Shades of Grey Suit #9B93AB
Tints of Grey Suit #9B93AB
RGB
CMYK
RGB Variations
Color information
#9B93AB (or 0x9B93AB) is known color: Grey Suit. HEX triplet: 9B, 93 and AB. RGB value is (155,147,171). Sum of RGB (Red+Green+Blue) = 155+147+171=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B93AB is #646C54. Grayscale: #989898. Windows color (decimal): -6581333 or 11244443. OLE color: 11244443.
HSL color Cylindrical-coordinate representation of color #9B93AB: hue angle of 260º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B93AB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 147 | 171 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.33 |
| HSL | 260º | 0.13% | 0.62% | - |
| HSV(B) | 260º | 0.14% | 0.67% | - |
| XYZ | 31.3 | 30.78 | 42.82 | - |
| YUV | 152.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 171 | 0.09 | 0.14 | 0 | 0.33 | 260 | 0.13 | 0.62 |
| Hex | 9B | 93 | AB | 9 | E | 0 | 21 | 104 | C | 3E |
| Octal | 233 | 223 | 253 | 11 | 16 | 0 | 41 | 404 | 14 | 76 |
| Binary | 10011011 | 10010011 | 10101011 | 1001 | 1110 | 0 | 100001 | 100000100 | 1100 | 111110 |
Color Harmonies of #9B93AB
Complementary color
Monochromatic Colors of #9B93AB
Black with #9B93AB
Text Example
Text Example
White with #9B93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93AB; }
p { color: rgb(155,147,171); }
H1.HeaderClassName
{
color: #9B93AB;
}
.AnyTagClassName
{
color: #9B93AB;
}
</style>
background-color css
<style>
a { background-color: #9B93AB; }
a { background-color: rgb(155,147,171); }
div.DivClassName
{
background-color: #9B93AB;
}
.BgClassName
{
background-color: #9B93AB;
}
</style>
border-color css
<style>
span { border-color: #9B93AB; }
span { border-color: rgb(155,147,171); }
td.TdClassName
{
border-color: #9B93AB;
}
.TagClassName
{
border-color: #9B93AB;
}
</style>