Shades of Venus #9B898E
Tints of Venus #9B898E
RGB
CMYK
RGB Variations
Color information
#9B898E (or 0x9B898E) is known color: Venus. HEX triplet: 9B, 89 and 8E. RGB value is (155,137,142). Sum of RGB (Red+Green+Blue) = 155+137+142=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B898E is #647671. Grayscale: #8E8E8E. Windows color (decimal): -6583922 or 9341339. OLE color: 9341339.
HSL color Cylindrical-coordinate representation of color #9B898E: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B898E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 142 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.39 |
| HSL | 343.33º | 0.08% | 0.57% | - |
| HSV(B) | 343.33º | 0.12% | 0.61% | - |
| XYZ | 27.35 | 26.81 | 29.33 | - |
| YUV | 142.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 142 | 0 | 0.12 | 0.08 | 0.39 | 343.33 | 0.08 | 0.57 |
| Hex | 9B | 89 | 8E | 0 | C | 8 | 27 | 157 | 8 | 39 |
| Octal | 233 | 211 | 216 | 0 | 14 | 10 | 47 | 527 | 10 | 71 |
| Binary | 10011011 | 10001001 | 10001110 | 0 | 1100 | 1000 | 100111 | 101010111 | 1000 | 111001 |
Color Harmonies of #9B898E
Complementary color
Monochromatic Colors of #9B898E
Black with #9B898E
Text Example
Text Example
White with #9B898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B898E; }
p { color: rgb(155,137,142); }
H1.HeaderClassName
{
color: #9B898E;
}
.AnyTagClassName
{
color: #9B898E;
}
</style>
background-color css
<style>
a { background-color: #9B898E; }
a { background-color: rgb(155,137,142); }
div.DivClassName
{
background-color: #9B898E;
}
.BgClassName
{
background-color: #9B898E;
}
</style>
border-color css
<style>
span { border-color: #9B898E; }
span { border-color: rgb(155,137,142); }
td.TdClassName
{
border-color: #9B898E;
}
.TagClassName
{
border-color: #9B898E;
}
</style>