#9F8489

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

Shades of Venus #9F8489

Tints of Venus #9F8489

Color information

#9F8489 (or 0x9F8489) is unknown color: approx Venus. HEX triplet: 9F, 84 and 89. RGB value is (159,132,137). Sum of RGB (Red+Green+Blue) = 159+132+137=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8489 is #607B76. Grayscale: #8C8C8C. Windows color (decimal): -6323063 or 9012383. OLE color: 9012383.

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

Color convert

RGB159132137-
CMYK00.170.140.38
HSL348.89º12.33%57.06%-
HSV(B)348.89º16.98%62.35%-
XYZ27.0625.6827.2-
YUV140.64125.95141.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=37.15%
G=30.84%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913213700.170.140.38348.8912.3357.06
Hex9F8489011E2615dc39
Octal23720421102116465351471
Binary10011111100001001000100101000111101001101010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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