Color Hex Logo

#9933aa Color Hex

#9933AA
(153,51,170)
2 Favorites   0 Comments

Color spaces of #9933aa

RGB 15351170
HSL0.810.540.43
HSV291°70°67°
CMYK 0.100.700.00   0.33
XYZ21.576412.042239.2174
Yxy12.04220.29620.1653
Hunter Lab34.701950.2567-42.7137
CIE-Lab41.283158.1020-43.5354

#9933aa color RGB value is (153,51,170). This hex color code is also a web safe color which is equal to #93A.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 10101010
Octal 231 63 252
Decimal 153 51 170
Hex 99 33 AA

RGB Percentages of Color #9933aa

%40.91
%13.64
%45.45

CMYK Percentages of Color #9933aa

%10
%70
%0
%33

Triadic Colors of #9933aa

#9933aa #aa9933 #33aa99

Analogous Colors of #9933aa

#9933aa #aa3380 #5d33aa

Monochromatic Colors of #9933aa

#9933aa

Complementary Color

#9933aa #44aa33

#9933aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9933aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9933aa Color CSS Codes

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

#9933aa Text Font Color

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

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


#9933aa Background Color

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

This div background color is #9933aa


#9933aa Border Color

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

This div border color is #9933aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #9933aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9933aa


Comments

No comments written yet.

Please login to write comment.