Shades of Venus #9E898B
Tints of Venus #9E898B
RGB
CMYK
RGB Variations
Color information
#9E898B (or 0x9E898B) is known color: Venus. HEX triplet: 9E, 89 and 8B. RGB value is (158,137,139). Sum of RGB (Red+Green+Blue) = 158+137+139=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 158 - color contains mainly: red. Hex color #9E898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E898B is #617674. Grayscale: #8F8F8F. Windows color (decimal): -6387317 or 9144734. OLE color: 9144734.
HSL color Cylindrical-coordinate representation of color #9E898B: hue angle of 354.29º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E898B is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 139 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.38 |
| HSL | 354.29º | 0.1% | 0.58% | - |
| HSV(B) | 354.29º | 0.13% | 0.62% | - |
| XYZ | 27.71 | 27.02 | 28.18 | - |
| YUV | 143.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 139 | 0 | 0.13 | 0.12 | 0.38 | 354.29 | 0.1 | 0.58 |
| Hex | 9E | 89 | 8B | 0 | D | C | 26 | 162 | A | 3A |
| Octal | 236 | 211 | 213 | 0 | 15 | 14 | 46 | 542 | 12 | 72 |
| Binary | 10011110 | 10001001 | 10001011 | 0 | 1101 | 1100 | 100110 | 101100010 | 1010 | 111010 |
Color Harmonies of #9E898B
Complementary color
Monochromatic Colors of #9E898B
Black with #9E898B
Text Example
Text Example
White with #9E898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E898B; }
p { color: rgb(158,137,139); }
H1.HeaderClassName
{
color: #9E898B;
}
.AnyTagClassName
{
color: #9E898B;
}
</style>
background-color css
<style>
a { background-color: #9E898B; }
a { background-color: rgb(158,137,139); }
div.DivClassName
{
background-color: #9E898B;
}
.BgClassName
{
background-color: #9E898B;
}
</style>
border-color css
<style>
span { border-color: #9E898B; }
span { border-color: rgb(158,137,139); }
td.TdClassName
{
border-color: #9E898B;
}
.TagClassName
{
border-color: #9E898B;
}
</style>