Shades of Venus #9E7D88
Tints of Venus #9E7D88
RGB
CMYK
RGB Variations
Color information
#9E7D88 (or 0x9E7D88) is known color: Venus. HEX triplet: 9E, 7D and 88. RGB value is (158,125,136). Sum of RGB (Red+Green+Blue) = 158+125+136=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D88 is #618277. Grayscale: #888888. Windows color (decimal): -6390392 or 8945054. OLE color: 8945054.
HSL color Cylindrical-coordinate representation of color #9E7D88: hue angle of 340º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E7D88 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 136 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.38 |
| HSL | 340º | 0.15% | 0.55% | - |
| HSV(B) | 340º | 0.21% | 0.62% | - |
| XYZ | 25.88 | 23.71 | 26.51 | - |
| YUV | 136.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 136 | 0 | 0.21 | 0.14 | 0.38 | 340 | 0.15 | 0.55 |
| Hex | 9E | 7D | 88 | 0 | 15 | E | 26 | 154 | F | 37 |
| Octal | 236 | 175 | 210 | 0 | 25 | 16 | 46 | 524 | 17 | 67 |
| Binary | 10011110 | 1111101 | 10001000 | 0 | 10101 | 1110 | 100110 | 101010100 | 1111 | 110111 |
Color Harmonies of #9E7D88
Complementary color
Monochromatic Colors of #9E7D88
Black with #9E7D88
Text Example
Text Example
White with #9E7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D88; }
p { color: rgb(158,125,136); }
H1.HeaderClassName
{
color: #9E7D88;
}
.AnyTagClassName
{
color: #9E7D88;
}
</style>
background-color css
<style>
a { background-color: #9E7D88; }
a { background-color: rgb(158,125,136); }
div.DivClassName
{
background-color: #9E7D88;
}
.BgClassName
{
background-color: #9E7D88;
}
</style>
border-color css
<style>
span { border-color: #9E7D88; }
span { border-color: rgb(158,125,136); }
td.TdClassName
{
border-color: #9E7D88;
}
.TagClassName
{
border-color: #9E7D88;
}
</style>