Color Hex Logo

#913a99 Color Hex

#913A99
(145,58,153)
0 Favorites   0 Comments

Color spaces of #913a99

RGB 14558153
HSL0.820.450.41
HSV295°62°60°
CMYK 0.050.620.00   0.40
XYZ18.939911.345831.3287
Yxy11.34580.30740.1841
Hunter Lab33.683541.4225-31.5665
CIE-Lab40.156949.9894-35.2133

#913a99 color RGB value is (145,58,153).

#913a99 hex color red value is 145, green value is 58 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #913a99 hue: 0.82 , saturation: 0.45 and the lightness value of 913a99 is 0.41.

The process color (four color CMYK) of #913a99 color hex is 0.05, 0.62, 0.00, 0.40. Web safe color of #913a99 is #993399. Color #913a99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111010 10011001
Octal 221 72 231
Decimal 145 58 153
Hex 91 3A 99

RGB Percentages of Color #913a99

%40.73
%16.29
%42.98

CMYK Percentages of Color #913a99

%5
%62
%0
%40

Triadic Colors of #913a99

#913a99 #99913a #3a9991

Analogous Colors of #913a99

#913a99 #993a72 #613a99

Monochromatic Colors of #913a99

#913a99

Complementary Color

#913a99 #42993a

#913a99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913a99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#913a99 Color CSS Codes

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

#913a99 Text Font Color

<p style="color:#913a99">Text here</p>

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


#913a99 Background Color

<div style="background-color:#913a99">
Div content here</div>

This div background color is #913a99


#913a99 Border Color

<div style="border:3px solid #913a99">
Div here</div>

This div border color is #913a99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,58,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #913a99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #913a99;
  -webkit-box-shadow: 1px 1px 3px 2px #913a99;
  box-shadow:         1px 1px 3px 2px #913a99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,58,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913a99


Comments

No comments written yet.

Please login to write comment.