Color Hex Logo

#9333aa Color Hex

#9333AA
(147,51,170)
0 Favorites   0 Comments

Color spaces of #9333aa

RGB 14751170
HSL0.800.540.43
HSV288°70°67°
CMYK 0.140.700.00   0.33
XYZ20.472111.473039.1657
Yxy11.47300.28790.1613
Hunter Lab33.871848.6096-44.8463
CIE-Lab40.366056.7602-45.0541

#9333aa color RGB value is (147,51,170).

#9333aa hex color red value is 147, green value is 51 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9333aa hue: 0.80 , saturation: 0.54 and the lightness value of 9333aa is 0.43.

The process color (four color CMYK) of #9333aa color hex is 0.14, 0.70, 0.00, 0.33. Web safe color of #9333aa is #993399. Color #9333aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110011 10101010
Octal 223 63 252
Decimal 147 51 170
Hex 93 33 AA

RGB Percentages of Color #9333aa

%39.95
%13.86
%46.20

CMYK Percentages of Color #9333aa

%14
%70
%0
%33

Triadic Colors of #9333aa

#9333aa #aa9333 #33aa93

Analogous Colors of #9333aa

#9333aa #aa3386 #5833aa

Monochromatic Colors of #9333aa

#9333aa

Complementary Color

#9333aa #4aaa33

#9333aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9333aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9333aa Color CSS Codes

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

#9333aa Text Font Color

<p style="color:#9333aa">Text here</p>

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


#9333aa Background Color

<div style="background-color:#9333aa">
Div content here</div>

This div background color is #9333aa


#9333aa Border Color

<div style="border:3px solid #9333aa">
Div here</div>

This div border color is #9333aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,51,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9333aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9333aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9333aa;
  box-shadow:         1px 1px 3px 2px #9333aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,51,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9333aa


Comments

No comments written yet.

Please login to write comment.