Color Hex Logo

#9b19ba Color Hex

#9B19BA
(155,25,186)
0 Favorites   0 Comments

Color spaces of #9b19ba

RGB 15525186
HSL0.800.760.41
HSV288°87°73°
CMYK 0.170.870.00   0.27
XYZ22.728111.209047.4200
Yxy11.20900.27940.1378
Hunter Lab33.479862.5866-60.5410
CIE-Lab39.930369.2663-55.1678

#9b19ba color RGB value is (155,25,186).

#9b19ba hex color red value is 155, green value is 25 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9b19ba hue: 0.80 , saturation: 0.76 and the lightness value of 9b19ba is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00011001 10111010
Octal 233 31 272
Decimal 155 25 186
Hex 9B 19 BA

RGB Percentages of Color #9b19ba

%42.35
%6.83
%50.82

CMYK Percentages of Color #9b19ba

%17
%87
%0
%27

Triadic Colors of #9b19ba

#9b19ba #ba9b19 #19ba9b

Analogous Colors of #9b19ba

#9b19ba #ba1989 #4b19ba

Monochromatic Colors of #9b19ba

#9b19ba

Complementary Color

#9b19ba #38ba19

#9b19ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b19ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b19ba Color CSS Codes

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

#9b19ba Text Font Color

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

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


#9b19ba Background Color

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

This div background color is #9b19ba


#9b19ba Border Color

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

This div border color is #9b19ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b19ba


Comments

No comments written yet.

Please login to write comment.