Color Hex Logo

#9a11bb Color Hex

#9A11BB
(154,17,187)
0 Favorites   0 Comments

Color spaces of #9a11bb

RGB 15417187
HSL0.800.830.40
HSV288°91°73°
CMYK 0.180.910.00   0.27
XYZ22.496510.858847.9240
Yxy10.85880.27680.1336
Hunter Lab32.952764.1931-63.1602
CIE-Lab39.341670.7459-56.7179

#9a11bb color RGB value is (154,17,187).

#9a11bb hex color red value is 154, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9a11bb hue: 0.80 , saturation: 0.83 and the lightness value of 9a11bb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 00010001 10111011
Octal 232 21 273
Decimal 154 17 187
Hex 9A 11 BB

RGB Percentages of Color #9a11bb

%43.02
%4.75
%52.23

CMYK Percentages of Color #9a11bb

%18
%91
%0
%27

Triadic Colors of #9a11bb

#9a11bb #bb9a11 #11bb9a

Analogous Colors of #9a11bb

#9a11bb #bb1187 #4511bb

Monochromatic Colors of #9a11bb

#9a11bb

Complementary Color

#9a11bb #32bb11

#9a11bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a11bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a11bb Color CSS Codes

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

#9a11bb Text Font Color

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

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


#9a11bb Background Color

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

This div background color is #9a11bb


#9a11bb Border Color

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

This div border color is #9a11bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,17,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 #9a11bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a11bb


Comments

No comments written yet.

Please login to write comment.