Shades of Venus #9E7A87
Tints of Venus #9E7A87
RGB
CMYK
RGB Variations
Color information
#9E7A87 (or 0x9E7A87) is known color: Venus. HEX triplet: 9E, 7A and 87. RGB value is (158,122,135). Sum of RGB (Red+Green+Blue) = 158+122+135=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A87 is #618578. Grayscale: #868686. Windows color (decimal): -6391161 or 8878750. OLE color: 8878750.
HSL color Cylindrical-coordinate representation of color #9E7A87: hue angle of 338.33º 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 #9E7A87 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 135 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.38 |
| HSL | 338.33º | 0.16% | 0.55% | - |
| HSV(B) | 338.33º | 0.23% | 0.62% | - |
| XYZ | 25.43 | 22.94 | 26.01 | - |
| YUV | 134.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 135 | 0 | 0.23 | 0.15 | 0.38 | 338.33 | 0.16 | 0.55 |
| Hex | 9E | 7A | 87 | 0 | 17 | F | 26 | 152 | 10 | 37 |
| Octal | 236 | 172 | 207 | 0 | 27 | 17 | 46 | 522 | 20 | 67 |
| Binary | 10011110 | 1111010 | 10000111 | 0 | 10111 | 1111 | 100110 | 101010010 | 10000 | 110111 |
Color Harmonies of #9E7A87
Complementary color
Monochromatic Colors of #9E7A87
Black with #9E7A87
Text Example
Text Example
White with #9E7A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A87; }
p { color: rgb(158,122,135); }
H1.HeaderClassName
{
color: #9E7A87;
}
.AnyTagClassName
{
color: #9E7A87;
}
</style>
background-color css
<style>
a { background-color: #9E7A87; }
a { background-color: rgb(158,122,135); }
div.DivClassName
{
background-color: #9E7A87;
}
.BgClassName
{
background-color: #9E7A87;
}
</style>
border-color css
<style>
span { border-color: #9E7A87; }
span { border-color: rgb(158,122,135); }
td.TdClassName
{
border-color: #9E7A87;
}
.TagClassName
{
border-color: #9E7A87;
}
</style>