Shades of Venus #9E7B85
Tints of Venus #9E7B85
RGB
CMYK
RGB Variations
Color information
#9E7B85 (or 0x9E7B85) is known color: Venus. HEX triplet: 9E, 7B and 85. RGB value is (158,123,133). Sum of RGB (Red+Green+Blue) = 158+123+133=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7B85 is #61847A. Grayscale: #868686. Windows color (decimal): -6390907 or 8747934. OLE color: 8747934.
HSL color Cylindrical-coordinate representation of color #9E7B85: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7B85 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 133 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.38 |
| HSL | 342.86º | 0.15% | 0.55% | - |
| HSV(B) | 342.86º | 0.22% | 0.62% | - |
| XYZ | 25.42 | 23.13 | 25.31 | - |
| YUV | 134.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 133 | 0 | 0.22 | 0.16 | 0.38 | 342.86 | 0.15 | 0.55 |
| Hex | 9E | 7B | 85 | 0 | 16 | 10 | 26 | 157 | F | 37 |
| Octal | 236 | 173 | 205 | 0 | 26 | 20 | 46 | 527 | 17 | 67 |
| Binary | 10011110 | 1111011 | 10000101 | 0 | 10110 | 10000 | 100110 | 101010111 | 1111 | 110111 |
Color Harmonies of #9E7B85
Complementary color
Monochromatic Colors of #9E7B85
Black with #9E7B85
Text Example
Text Example
White with #9E7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B85; }
p { color: rgb(158,123,133); }
H1.HeaderClassName
{
color: #9E7B85;
}
.AnyTagClassName
{
color: #9E7B85;
}
</style>
background-color css
<style>
a { background-color: #9E7B85; }
a { background-color: rgb(158,123,133); }
div.DivClassName
{
background-color: #9E7B85;
}
.BgClassName
{
background-color: #9E7B85;
}
</style>
border-color css
<style>
span { border-color: #9E7B85; }
span { border-color: rgb(158,123,133); }
td.TdClassName
{
border-color: #9E7B85;
}
.TagClassName
{
border-color: #9E7B85;
}
</style>