Shades of Venus #9E888B
Tints of Venus #9E888B
RGB
CMYK
RGB Variations
Color information
#9E888B (or 0x9E888B) is known color: Venus. HEX triplet: 9E, 88 and 8B. RGB value is (158,136,139). Sum of RGB (Red+Green+Blue) = 158+136+139=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 158 - color contains mainly: red. Hex color #9E888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E888B is #617774. Grayscale: #8E8E8E. Windows color (decimal): -6387573 or 9144478. OLE color: 9144478.
HSL color Cylindrical-coordinate representation of color #9E888B: hue angle of 351.82º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E888B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 139 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.38 |
| HSL | 351.82º | 0.1% | 0.58% | - |
| HSV(B) | 351.82º | 0.14% | 0.62% | - |
| XYZ | 27.56 | 26.74 | 28.13 | - |
| YUV | 142.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 139 | 0 | 0.14 | 0.12 | 0.38 | 351.82 | 0.1 | 0.58 |
| Hex | 9E | 88 | 8B | 0 | E | C | 26 | 160 | A | 3A |
| Octal | 236 | 210 | 213 | 0 | 16 | 14 | 46 | 540 | 12 | 72 |
| Binary | 10011110 | 10001000 | 10001011 | 0 | 1110 | 1100 | 100110 | 101100000 | 1010 | 111010 |
Color Harmonies of #9E888B
Complementary color
Monochromatic Colors of #9E888B
Black with #9E888B
Text Example
Text Example
White with #9E888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E888B; }
p { color: rgb(158,136,139); }
H1.HeaderClassName
{
color: #9E888B;
}
.AnyTagClassName
{
color: #9E888B;
}
</style>
background-color css
<style>
a { background-color: #9E888B; }
a { background-color: rgb(158,136,139); }
div.DivClassName
{
background-color: #9E888B;
}
.BgClassName
{
background-color: #9E888B;
}
</style>
border-color css
<style>
span { border-color: #9E888B; }
span { border-color: rgb(158,136,139); }
td.TdClassName
{
border-color: #9E888B;
}
.TagClassName
{
border-color: #9E888B;
}
</style>