Color Hex Logo

#9b76bc Color Hex

#9B76BC
(155,118,188)
0 Favorites   0 Comments

Color spaces of #9b76bc

RGB 155118188
HSL0.750.340.60
HSV272°37°74°
CMYK 0.180.370.00   0.26
XYZ29.073123.556350.5914
Yxy23.55630.28170.2282
Hunter Lab48.534821.9882-27.8279
CIE-Lab55.640828.0931-31.3876

#9b76bc color RGB value is (155,118,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110110 10111100
Octal 233 166 274
Decimal 155 118 188
Hex 9B 76 BC

RGB Percentages of Color #9b76bc

%33.62
%25.60
%40.78

CMYK Percentages of Color #9b76bc

%18
%37
%0
%26

Triadic Colors of #9b76bc

#9b76bc #bc9b76 #76bc9b

Analogous Colors of #9b76bc

#9b76bc #bc76ba #7876bc

Monochromatic Colors of #9b76bc

#9b76bc

Complementary Color

#9b76bc #97bc76

#9b76bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b76bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b76bc Color CSS Codes

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

#9b76bc Text Font Color

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

This sample text font color is #9b76bc
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.


#9b76bc Background Color

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

This div background color is #9b76bc


#9b76bc Border Color

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

This div border color is #9b76bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b76bc


Comments

No comments written yet.

Please login to write comment.