#9D808A

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

Shades of Venus #9D808A

Tints of Venus #9D808A

Color information

#9D808A (or 0x9D808A) is unknown color: approx Venus. HEX triplet: 9D, 80 and 8A. RGB value is (157,128,138). Sum of RGB (Red+Green+Blue) = 157+128+138=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D808A is #627F75. Grayscale: #898989. Windows color (decimal): -6455158 or 9076893. OLE color: 9076893.

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

Color convert

RGB157128138-
CMYK00.180.120.38
HSL339.31º12.89%55.88%-
HSV(B)339.31º18.47%61.57%-
XYZ26.2124.4427.38-
YUV137.81128.11141.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=37.12%
G=30.26%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712813800.180.120.38339.3112.8955.88
Hex9D808A012C26153d38
Octal23520021202214465231570
Binary10011101100000001000101001001011001001101010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,138); }

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

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

 a { background-color: rgb(157,128,138); }

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

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

 span { border-color: rgb(157,128,138); }

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