Shades of Venus #9B9192
Tints of Venus #9B9192
RGB
CMYK
RGB Variations
Color information
#9B9192 (or 0x9B9192) is known color: Venus. HEX triplet: 9B, 91 and 92. RGB value is (155,145,146). Sum of RGB (Red+Green+Blue) = 155+145+146=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9192 is #646E6D. Grayscale: #949494. Windows color (decimal): -6581870 or 9605531. OLE color: 9605531.
HSL color Cylindrical-coordinate representation of color #9B9192: hue angle of 354º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B9192 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 146 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.39 |
| HSL | 354º | 0.05% | 0.59% | - |
| HSV(B) | 354º | 0.06% | 0.61% | - |
| XYZ | 28.83 | 29.29 | 31.33 | - |
| YUV | 148.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 146 | 0 | 0.06 | 0.06 | 0.39 | 354 | 0.05 | 0.59 |
| Hex | 9B | 91 | 92 | 0 | 6 | 6 | 27 | 162 | 5 | 3B |
| Octal | 233 | 221 | 222 | 0 | 6 | 6 | 47 | 542 | 5 | 73 |
| Binary | 10011011 | 10010001 | 10010010 | 0 | 110 | 110 | 100111 | 101100010 | 101 | 111011 |
Color Harmonies of #9B9192
Complementary color
Monochromatic Colors of #9B9192
Black with #9B9192
Text Example
Text Example
White with #9B9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9192; }
p { color: rgb(155,145,146); }
H1.HeaderClassName
{
color: #9B9192;
}
.AnyTagClassName
{
color: #9B9192;
}
</style>
background-color css
<style>
a { background-color: #9B9192; }
a { background-color: rgb(155,145,146); }
div.DivClassName
{
background-color: #9B9192;
}
.BgClassName
{
background-color: #9B9192;
}
</style>
border-color css
<style>
span { border-color: #9B9192; }
span { border-color: rgb(155,145,146); }
td.TdClassName
{
border-color: #9B9192;
}
.TagClassName
{
border-color: #9B9192;
}
</style>