#9F848B

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

Shades of Venus #9F848B

Tints of Venus #9F848B

Color information

#9F848B (or 0x9F848B) is unknown color: approx Venus. HEX triplet: 9F, 84 and 8B. RGB value is (159,132,139). Sum of RGB (Red+Green+Blue) = 159+132+139=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F848B is #607B74. Grayscale: #8C8C8C. Windows color (decimal): -6323061 or 9143455. OLE color: 9143455.

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

Color convert

RGB159132139-
CMYK00.170.130.38
HSL344.44º12.33%57.06%-
HSV(B)344.44º16.98%62.35%-
XYZ27.2125.7427.96-
YUV140.87126.95140.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=36.98%
G=30.70%
B=32.33%

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
Decimal15913213900.170.130.38344.4412.3357.06
Hex9F848B011D26158c39
Octal23720421302115465301471
Binary10011111100001001000101101000111011001101010110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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