#9B7F84

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

Shades of Venus #9B7F84

Tints of Venus #9B7F84

Color information

#9B7F84 (or 0x9B7F84) is unknown color: approx Venus. HEX triplet: 9B, 7F and 84. RGB value is (155,127,132). Sum of RGB (Red+Green+Blue) = 155+127+132=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F84 is #64807B. Grayscale: #878787. Windows color (decimal): -6586492 or 8683419. OLE color: 8683419.

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

Color convert

RGB155127132-
CMYK00.180.150.39
HSL349.29º12.28%55.29%-
HSV(B)349.29º18.06%60.78%-
XYZ25.2723.8125.09-
YUV135.94125.78141.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=37.44%
G=30.68%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512713200.180.150.39349.2912.2855.29
Hex9B7F84012F2715dc37
Octal23317720402217475351467
Binary1001101111111111000010001001011111001111010111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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