#9E7D89

Color #9E7D89 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #9E7D89

Tints of Venus #9E7D89

Color information

#9E7D89 (or 0x9E7D89) is unknown color: approx Venus. HEX triplet: 9E, 7D and 89. RGB value is (158,125,137). Sum of RGB (Red+Green+Blue) = 158+125+137=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D89 is #618276. Grayscale: #888888. Windows color (decimal): -6390391 or 9010590. OLE color: 9010590.

HSL color Cylindrical-coordinate representation of color #9E7D89: hue angle of 338.18º 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 #9E7D89 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB158125137-
CMYK00.210.130.38
HSL338.18º14.54%55.49%-
HSV(B)338.18º20.89%61.96%-
XYZ25.9523.7426.88-
YUV136.23128.43143.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=37.62%
G=29.76%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812513700.210.130.38338.1814.5455.49
Hex9E7D89015D26152f37
Octal23617521102515465221767
Binary1001111011111011000100101010111011001101010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7D89; }

 p { color: rgb(158,125,137); }

 H1.HeaderClassName
 {
   color: #9E7D89;
 }
 .AnyTagClassName
 {
   color: #9E7D89;
 }
</style>
background-color css

<style>
 a { background-color: #9E7D89; }

 a { background-color: rgb(158,125,137); }

 div.DivClassName
 {
   background-color: #9E7D89;
 }
 .BgClassName
 {
   background-color: #9E7D89;
 }
</style>
border-color css

<style>
 span { border-color: #9E7D89; }

 span { border-color: rgb(158,125,137); }

 td.TdClassName
 {
   border-color: #9E7D89;
 }
 .TagClassName
 {
   border-color: #9E7D89;
 }
</style>