#9B818A

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

Shades of Venus #9B818A

Tints of Venus #9B818A

Color information

#9B818A (or 0x9B818A) is unknown color: approx Venus. HEX triplet: 9B, 81 and 8A. RGB value is (155,129,138). Sum of RGB (Red+Green+Blue) = 155+129+138=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B818A is #647E75. Grayscale: #898989. Windows color (decimal): -6585974 or 9077147. OLE color: 9077147.

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

Color convert

RGB155129138-
CMYK00.170.110.39
HSL339.23º11.5%55.69%-
HSV(B)339.23º16.77%60.78%-
XYZ25.9624.527.41-
YUV137.8128.11140.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=36.73%
G=30.57%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512913800.170.110.39339.2311.555.69
Hex9B818A011B27153c38
Octal23320121202113475231470
Binary10011011100000011000101001000110111001111010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,138); }

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

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

 a { background-color: rgb(155,129,138); }

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

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

 span { border-color: rgb(155,129,138); }

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