#9F7D89

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

Shades of Venus #9F7D89

Tints of Venus #9F7D89

Color information

#9F7D89 (or 0x9F7D89) is unknown color: approx Venus. HEX triplet: 9F, 7D and 89. RGB value is (159,125,137). Sum of RGB (Red+Green+Blue) = 159+125+137=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7D89 is #608276. Grayscale: #888888. Windows color (decimal): -6324855 or 9010591. OLE color: 9010591.

HSL color Cylindrical-coordinate representation of color #9F7D89: hue angle of 338.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7D89 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB159125137-
CMYK00.210.140.38
HSL338.82º15.04%55.69%-
HSV(B)338.82º21.38%62.35%-
XYZ26.1523.8426.89-
YUV136.53128.26144.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=37.77%
G=29.69%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912513700.210.140.38338.8215.0455.69
Hex9F7D89015E26153f38
Octal23717521102516465231770
Binary1001111111111011000100101010111101001101010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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