#9F838A

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

Shades of Venus #9F838A

Tints of Venus #9F838A

Color information

#9F838A (or 0x9F838A) is unknown color: approx Venus. HEX triplet: 9F, 83 and 8A. RGB value is (159,131,138). Sum of RGB (Red+Green+Blue) = 159+131+138=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F838A is #607C75. Grayscale: #8C8C8C. Windows color (decimal): -6323318 or 9077663. OLE color: 9077663.

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

Color convert

RGB159131138-
CMYK00.180.130.38
HSL345º12.73%56.86%-
HSV(B)345º17.61%62.35%-
XYZ2725.4427.53-
YUV140.17126.78141.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=37.15%
G=30.61%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913113800.180.130.3834512.7356.86
Hex9F838A012D26159d39
Octal23720321202215465311571
Binary10011111100000111000101001001011011001101010110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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