Shades of Venus #9E8186
Tints of Venus #9E8186
RGB
CMYK
RGB Variations
Color information
#9E8186 (or 0x9E8186) is known color: Venus. HEX triplet: 9E, 81 and 86. RGB value is (158,129,134). Sum of RGB (Red+Green+Blue) = 158+129+134=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8186 is #617E79. Grayscale: #8A8A8A. Windows color (decimal): -6389370 or 8815006. OLE color: 8815006.
HSL color Cylindrical-coordinate representation of color #9E8186: hue angle of 349.66º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E8186 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 134 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.38 |
| HSL | 349.66º | 0.13% | 0.56% | - |
| HSV(B) | 349.66º | 0.18% | 0.62% | - |
| XYZ | 26.25 | 24.69 | 25.94 | - |
| YUV | 138.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 134 | 0 | 0.18 | 0.15 | 0.38 | 349.66 | 0.13 | 0.56 |
| Hex | 9E | 81 | 86 | 0 | 12 | F | 26 | 15E | D | 38 |
| Octal | 236 | 201 | 206 | 0 | 22 | 17 | 46 | 536 | 15 | 70 |
| Binary | 10011110 | 10000001 | 10000110 | 0 | 10010 | 1111 | 100110 | 101011110 | 1101 | 111000 |
Color Harmonies of #9E8186
Complementary color
Monochromatic Colors of #9E8186
Black with #9E8186
Text Example
Text Example
White with #9E8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8186; }
p { color: rgb(158,129,134); }
H1.HeaderClassName
{
color: #9E8186;
}
.AnyTagClassName
{
color: #9E8186;
}
</style>
background-color css
<style>
a { background-color: #9E8186; }
a { background-color: rgb(158,129,134); }
div.DivClassName
{
background-color: #9E8186;
}
.BgClassName
{
background-color: #9E8186;
}
</style>
border-color css
<style>
span { border-color: #9E8186; }
span { border-color: rgb(158,129,134); }
td.TdClassName
{
border-color: #9E8186;
}
.TagClassName
{
border-color: #9E8186;
}
</style>