Shades of Venus #9E7A85
Tints of Venus #9E7A85
RGB
CMYK
RGB Variations
Color information
#9E7A85 (or 0x9E7A85) is known color: Venus. HEX triplet: 9E, 7A and 85. RGB value is (158,122,133). Sum of RGB (Red+Green+Blue) = 158+122+133=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A85 is #61857A. Grayscale: #868686. Windows color (decimal): -6391163 or 8747678. OLE color: 8747678.
HSL color Cylindrical-coordinate representation of color #9E7A85: hue angle of 341.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7A85 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 133 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.38 |
| HSL | 341.67º | 0.16% | 0.55% | - |
| HSV(B) | 341.67º | 0.23% | 0.62% | - |
| XYZ | 25.29 | 22.88 | 25.27 | - |
| YUV | 134.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 133 | 0 | 0.23 | 0.16 | 0.38 | 341.67 | 0.16 | 0.55 |
| Hex | 9E | 7A | 85 | 0 | 17 | 10 | 26 | 156 | 10 | 37 |
| Octal | 236 | 172 | 205 | 0 | 27 | 20 | 46 | 526 | 20 | 67 |
| Binary | 10011110 | 1111010 | 10000101 | 0 | 10111 | 10000 | 100110 | 101010110 | 10000 | 110111 |
Color Harmonies of #9E7A85
Complementary color
Monochromatic Colors of #9E7A85
Black with #9E7A85
Text Example
Text Example
White with #9E7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A85; }
p { color: rgb(158,122,133); }
H1.HeaderClassName
{
color: #9E7A85;
}
.AnyTagClassName
{
color: #9E7A85;
}
</style>
background-color css
<style>
a { background-color: #9E7A85; }
a { background-color: rgb(158,122,133); }
div.DivClassName
{
background-color: #9E7A85;
}
.BgClassName
{
background-color: #9E7A85;
}
</style>
border-color css
<style>
span { border-color: #9E7A85; }
span { border-color: rgb(158,122,133); }
td.TdClassName
{
border-color: #9E7A85;
}
.TagClassName
{
border-color: #9E7A85;
}
</style>