Shades of Venus #9E808B
Tints of Venus #9E808B
RGB
CMYK
RGB Variations
Color information
#9E808B (or 0x9E808B) is known color: Venus. HEX triplet: 9E, 80 and 8B. RGB value is (158,128,139). Sum of RGB (Red+Green+Blue) = 158+128+139=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E808B is #617F74. Grayscale: #8A8A8A. Windows color (decimal): -6389621 or 9142430. OLE color: 9142430.
HSL color Cylindrical-coordinate representation of color #9E808B: hue angle of 338º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E808B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 139 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.38 |
| HSL | 338º | 0.13% | 0.56% | - |
| HSV(B) | 338º | 0.19% | 0.62% | - |
| XYZ | 26.48 | 24.57 | 27.77 | - |
| YUV | 138.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 139 | 0 | 0.19 | 0.12 | 0.38 | 338 | 0.13 | 0.56 |
| Hex | 9E | 80 | 8B | 0 | 13 | C | 26 | 152 | D | 38 |
| Octal | 236 | 200 | 213 | 0 | 23 | 14 | 46 | 522 | 15 | 70 |
| Binary | 10011110 | 10000000 | 10001011 | 0 | 10011 | 1100 | 100110 | 101010010 | 1101 | 111000 |
Color Harmonies of #9E808B
Complementary color
Monochromatic Colors of #9E808B
Black with #9E808B
Text Example
Text Example
White with #9E808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E808B; }
p { color: rgb(158,128,139); }
H1.HeaderClassName
{
color: #9E808B;
}
.AnyTagClassName
{
color: #9E808B;
}
</style>
background-color css
<style>
a { background-color: #9E808B; }
a { background-color: rgb(158,128,139); }
div.DivClassName
{
background-color: #9E808B;
}
.BgClassName
{
background-color: #9E808B;
}
</style>
border-color css
<style>
span { border-color: #9E808B; }
span { border-color: rgb(158,128,139); }
td.TdClassName
{
border-color: #9E808B;
}
.TagClassName
{
border-color: #9E808B;
}
</style>