#9F8387

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

Shades of Venus #9F8387

Tints of Venus #9F8387

Color information

#9F8387 (or 0x9F8387) is unknown color: approx Venus. HEX triplet: 9F, 83 and 87. RGB value is (159,131,135). Sum of RGB (Red+Green+Blue) = 159+131+135=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8387 is #607C78. Grayscale: #8B8B8B. Windows color (decimal): -6323321 or 8881055. OLE color: 8881055.

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

Color convert

RGB159131135-
CMYK00.180.150.38
HSL351.43º12.73%56.86%-
HSV(B)351.43º17.61%62.35%-
XYZ26.7925.3526.4-
YUV139.83125.28141.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=37.41%
G=30.82%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913113500.180.150.38351.4312.7356.86
Hex9F8387012F2615fd39
Octal23720320702217465371571
Binary10011111100000111000011101001011111001101010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,135); }

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

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

 a { background-color: rgb(159,131,135); }

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

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

 span { border-color: rgb(159,131,135); }

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