Color Hex Logo

#9916aa Color Hex

#9916AA
(153,22,170)
0 Favorites   0 Comments

Color spaces of #9916aa

RGB 15322170
HSL0.810.770.38
HSV293°87°67°
CMYK 0.100.870.00   0.33
XYZ20.679510.248438.9184
Yxy10.24840.29610.1467
Hunter Lab32.013159.2826-49.6698
CIE-Lab38.284666.7403-48.3426

#9916aa color RGB value is (153,22,170).

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

The process color (four color CMYK) of #9916aa color hex is 0.10, 0.87, 0.00, 0.33. Web safe color of #9916aa is #990099. Color #9916aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010110 10101010
Octal 231 26 252
Decimal 153 22 170
Hex 99 16 AA

RGB Percentages of Color #9916aa

%44.35
%6.38
%49.28

CMYK Percentages of Color #9916aa

%10
%87
%0
%33

Triadic Colors of #9916aa

#9916aa #aa9916 #16aa99

Analogous Colors of #9916aa

#9916aa #aa1671 #4f16aa

Monochromatic Colors of #9916aa

#9916aa

Complementary Color

#9916aa #27aa16

#9916aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9916aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9916aa Color CSS Codes

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

#9916aa Text Font Color

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

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


#9916aa Background Color

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

This div background color is #9916aa


#9916aa Border Color

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

This div border color is #9916aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9916aa


Comments

No comments written yet.

Please login to write comment.