Color Hex Logo

#9b79bd Color Hex

#9B79BD
(155,121,189)
0 Favorites   0 Comments

Color spaces of #9b79bd

RGB 155121189
HSL0.750.340.61
HSV270°36°74°
CMYK 0.180.360.00   0.26
XYZ29.540224.317451.2809
Yxy24.31740.28100.2313
Hunter Lab49.312720.6312-27.1376
CIE-Lab56.404226.5972-30.7720

#9b79bd color RGB value is (155,121,189).

#9b79bd hex color red value is 155, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9b79bd hue: 0.75 , saturation: 0.34 and the lightness value of 9b79bd is 0.61.

The process color (four color CMYK) of #9b79bd color hex is 0.18, 0.36, 0.00, 0.26. Web safe color of #9b79bd is #9966cc. Color #9b79bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111001 10111101
Octal 233 171 275
Decimal 155 121 189
Hex 9B 79 BD

RGB Percentages of Color #9b79bd

%33.33
%26.02
%40.65

CMYK Percentages of Color #9b79bd

%18
%36
%0
%26

Triadic Colors of #9b79bd

#9b79bd #bd9b79 #79bd9b

Analogous Colors of #9b79bd

#9b79bd #bd79bd #7979bd

Monochromatic Colors of #9b79bd

#9b79bd

Complementary Color

#9b79bd #9bbd79

#9b79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b79bd Color CSS Codes

.mybgcolor {background-color:#9b79bd; } 
.myforecolor {color:#9b79bd; }
.mybordercolor {border:3px solid #9b79bd; }

#9b79bd Text Font Color

<p style="color:#9b79bd">Text here</p>

This sample text font color is #9b79bd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9b79bd Background Color

<div style="background-color:#9b79bd">
Div content here</div>

This div background color is #9b79bd


#9b79bd Border Color

<div style="border:3px solid #9b79bd">
Div here</div>

This div border color is #9b79bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,121,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b79bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b79bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9b79bd;
  box-shadow:         1px 1px 3px 2px #9b79bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,121,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9b79bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9b79bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9b79bd;
  box-shadow:         1px 1px 3px 2px #9b79bd;">
Div content here</div>

This div box has shadow with color #9b79bd


Comments

No comments written yet.

Please login to write comment.