#9B717F

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

Shades of Venus #9B717F

Tints of Venus #9B717F

Color information

#9B717F (or 0x9B717F) is unknown color: approx Venus. HEX triplet: 9B, 71 and 7F. RGB value is (155,113,127). Sum of RGB (Red+Green+Blue) = 155+113+127=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B717F is #648E80. Grayscale: #7F7F7F. Windows color (decimal): -6590081 or 8352155. OLE color: 8352155.

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

Color convert

RGB155113127-
CMYK00.270.180.39
HSL340º17.36%52.55%-
HSV(B)340º27.1%60.78%-
XYZ23.2520.3122.77-
YUV127.15127.91147.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 127 (50% from 255) = 32.15%
R=39.24%
G=28.61%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511312700.270.180.3934017.3652.55
Hex9B717F01B12271541135
Octal23316117703322475242165
Binary10011011111000111111110110111001010011110101010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,127); }

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

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

 a { background-color: rgb(155,113,127); }

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

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

 span { border-color: rgb(155,113,127); }

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