#9F848A

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

Shades of Venus #9F848A

Tints of Venus #9F848A

Color information

#9F848A (or 0x9F848A) is unknown color: approx Venus. HEX triplet: 9F, 84 and 8A. RGB value is (159,132,138). Sum of RGB (Red+Green+Blue) = 159+132+138=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F848A is #607B75. Grayscale: #8C8C8C. Windows color (decimal): -6323062 or 9077919. OLE color: 9077919.

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

Color convert

RGB159132138-
CMYK00.170.130.38
HSL346.67º12.33%57.06%-
HSV(B)346.67º16.98%62.35%-
XYZ27.1425.7127.58-
YUV140.76126.45141.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=37.06%
G=30.77%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913213800.170.130.38346.6712.3357.06
Hex9F848A011D2615bc39
Octal23720421202115465331471
Binary10011111100001001000101001000111011001101010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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