Color Hex Logo

#9315aa Color Hex

#9315AA
(147,21,170)
0 Favorites   0 Comments

Color spaces of #9315aa

RGB 14721170
HSL0.810.780.37
HSV291°88°67°
CMYK 0.140.880.00   0.33
XYZ19.55659.641738.8605
Yxy9.64170.28730.1417
Hunter Lab31.051158.0829-52.4658
CIE-Lab37.191565.9066-50.1568

#9315aa color RGB value is (147,21,170).

#9315aa hex color red value is 147, green value is 21 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9315aa hue: 0.81 , saturation: 0.78 and the lightness value of 9315aa is 0.37.

The process color (four color CMYK) of #9315aa color hex is 0.14, 0.88, 0.00, 0.33. Web safe color of #9315aa is #990099. Color #9315aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010101 10101010
Octal 223 25 252
Decimal 147 21 170
Hex 93 15 AA

RGB Percentages of Color #9315aa

%43.49
%6.21
%50.30

CMYK Percentages of Color #9315aa

%14
%88
%0
%33

Triadic Colors of #9315aa

#9315aa #aa9315 #15aa93

Analogous Colors of #9315aa

#9315aa #aa1577 #4815aa

Monochromatic Colors of #9315aa

#9315aa

Complementary Color

#9315aa #2caa15

#9315aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9315aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9315aa Color CSS Codes

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

#9315aa Text Font Color

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

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


#9315aa Background Color

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

This div background color is #9315aa


#9315aa Border Color

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

This div border color is #9315aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9315aa


Comments

No comments written yet.

Please login to write comment.