Color Hex Logo

#9b09bb Color Hex

#9B09BB
(155,9,187)
0 Favorites   0 Comments

Color spaces of #9b09bb

RGB 1559187
HSL0.800.910.38
HSV289°95°73°
CMYK 0.170.950.00   0.27
XYZ22.584910.751847.8987
Yxy10.75180.27800.1324
Hunter Lab32.789965.5640-63.6564
CIE-Lab39.159371.9366-57.0055

#9b09bb color RGB value is (155,9,187).

#9b09bb hex color red value is 155, green value is 9 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9b09bb hue: 0.80 , saturation: 0.91 and the lightness value of 9b09bb is 0.38.

The process color (four color CMYK) of #9b09bb color hex is 0.17, 0.95, 0.00, 0.27. Web safe color of #9b09bb is #9900cc. Color #9b09bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00001001 10111011
Octal 233 11 273
Decimal 155 9 187
Hex 9B 9 BB

RGB Percentages of Color #9b09bb

%44.16
%2.56
%53.28

CMYK Percentages of Color #9b09bb

%17
%95
%0
%27

Triadic Colors of #9b09bb

#9b09bb #bb9b09 #09bb9b

Analogous Colors of #9b09bb

#9b09bb #bb0982 #4209bb

Monochromatic Colors of #9b09bb

#9b09bb

Complementary Color

#9b09bb #29bb09

#9b09bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b09bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b09bb Color CSS Codes

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

#9b09bb Text Font Color

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

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


#9b09bb Background Color

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

This div background color is #9b09bb


#9b09bb Border Color

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

This div border color is #9b09bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b09bb


Comments

No comments written yet.

Please login to write comment.