Shades of Venus #9E8087
Tints of Venus #9E8087
RGB
CMYK
RGB Variations
Color information
#9E8087 (or 0x9E8087) is known color: Venus. HEX triplet: 9E, 80 and 87. RGB value is (158,128,135). Sum of RGB (Red+Green+Blue) = 158+128+135=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8087 is #617F78. Grayscale: #898989. Windows color (decimal): -6389625 or 8880286. OLE color: 8880286.
HSL color Cylindrical-coordinate representation of color #9E8087: hue angle of 346º 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 #9E8087 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 135 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.38 |
| HSL | 346º | 0.13% | 0.56% | - |
| HSV(B) | 346º | 0.19% | 0.62% | - |
| XYZ | 26.19 | 24.46 | 26.26 | - |
| YUV | 137.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 135 | 0 | 0.19 | 0.15 | 0.38 | 346 | 0.13 | 0.56 |
| Hex | 9E | 80 | 87 | 0 | 13 | F | 26 | 15A | D | 38 |
| Octal | 236 | 200 | 207 | 0 | 23 | 17 | 46 | 532 | 15 | 70 |
| Binary | 10011110 | 10000000 | 10000111 | 0 | 10011 | 1111 | 100110 | 101011010 | 1101 | 111000 |
Color Harmonies of #9E8087
Complementary color
Monochromatic Colors of #9E8087
Black with #9E8087
Text Example
Text Example
White with #9E8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8087; }
p { color: rgb(158,128,135); }
H1.HeaderClassName
{
color: #9E8087;
}
.AnyTagClassName
{
color: #9E8087;
}
</style>
background-color css
<style>
a { background-color: #9E8087; }
a { background-color: rgb(158,128,135); }
div.DivClassName
{
background-color: #9E8087;
}
.BgClassName
{
background-color: #9E8087;
}
</style>
border-color css
<style>
span { border-color: #9E8087; }
span { border-color: rgb(158,128,135); }
td.TdClassName
{
border-color: #9E8087;
}
.TagClassName
{
border-color: #9E8087;
}
</style>