Shades of Venus #9E7F85
Tints of Venus #9E7F85
RGB
CMYK
RGB Variations
Color information
#9E7F85 (or 0x9E7F85) is known color: Venus. HEX triplet: 9E, 7F and 85. RGB value is (158,127,133). Sum of RGB (Red+Green+Blue) = 158+127+133=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F85 is #61807A. Grayscale: #888888. Windows color (decimal): -6389883 or 8748958. OLE color: 8748958.
HSL color Cylindrical-coordinate representation of color #9E7F85: hue angle of 348.39º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7F85 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 127 | 133 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.38 |
| HSL | 348.39º | 0.14% | 0.56% | - |
| HSV(B) | 348.39º | 0.2% | 0.62% | - |
| XYZ | 25.92 | 24.14 | 25.48 | - |
| YUV | 136.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 133 | 0 | 0.20 | 0.16 | 0.38 | 348.39 | 0.14 | 0.56 |
| Hex | 9E | 7F | 85 | 0 | 14 | 10 | 26 | 15C | E | 38 |
| Octal | 236 | 177 | 205 | 0 | 24 | 20 | 46 | 534 | 16 | 70 |
| Binary | 10011110 | 1111111 | 10000101 | 0 | 10100 | 10000 | 100110 | 101011100 | 1110 | 111000 |
Color Harmonies of #9E7F85
Complementary color
Monochromatic Colors of #9E7F85
Black with #9E7F85
Text Example
Text Example
White with #9E7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7F85; }
p { color: rgb(158,127,133); }
H1.HeaderClassName
{
color: #9E7F85;
}
.AnyTagClassName
{
color: #9E7F85;
}
</style>
background-color css
<style>
a { background-color: #9E7F85; }
a { background-color: rgb(158,127,133); }
div.DivClassName
{
background-color: #9E7F85;
}
.BgClassName
{
background-color: #9E7F85;
}
</style>
border-color css
<style>
span { border-color: #9E7F85; }
span { border-color: rgb(158,127,133); }
td.TdClassName
{
border-color: #9E7F85;
}
.TagClassName
{
border-color: #9E7F85;
}
</style>