#9B8085

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

Shades of Venus #9B8085

Tints of Venus #9B8085

Color information

#9B8085 (or 0x9B8085) is unknown color: approx Venus. HEX triplet: 9B, 80 and 85. RGB value is (155,128,133). Sum of RGB (Red+Green+Blue) = 155+128+133=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8085 is #647F7A. Grayscale: #888888. Windows color (decimal): -6586235 or 8749211. OLE color: 8749211.

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

Color convert

RGB155128133-
CMYK00.170.140.39
HSL348.89º11.89%55.49%-
HSV(B)348.89º17.42%60.78%-
XYZ25.4724.125.5-
YUV136.64125.95141.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=37.26%
G=30.77%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512813300.170.140.39348.8911.8955.49
Hex9B8085011E2715dc37
Octal23320020502116475351467
Binary10011011100000001000010101000111101001111010111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,133); }

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

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

 a { background-color: rgb(155,128,133); }

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

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

 span { border-color: rgb(155,128,133); }

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