Color Hex Logo

#9741cc Color Hex

#9741CC
(151,65,204)
0 Favorites   0 Comments

Color spaces of #9741cc

RGB 15165204
HSL0.770.580.53
HSV277°68°80°
CMYK 0.260.680.00   0.20
XYZ25.551914.719558.6212
Yxy14.71950.25840.1488
Hunter Lab38.366051.7412-63.7358
CIE-Lab45.247658.7012-57.1034

#9741cc color RGB value is (151,65,204).

#9741cc hex color red value is 151, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9741cc hue: 0.77 , saturation: 0.58 and the lightness value of 9741cc is 0.53.

The process color (four color CMYK) of #9741cc color hex is 0.26, 0.68, 0.00, 0.20. Web safe color of #9741cc is #9933cc. Color #9741cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000001 11001100
Octal 227 101 314
Decimal 151 65 204
Hex 97 41 CC

RGB Percentages of Color #9741cc

%35.95
%15.48
%48.57

CMYK Percentages of Color #9741cc

%26
%68
%0
%20

Triadic Colors of #9741cc

#9741cc #cc9741 #41cc97

Analogous Colors of #9741cc

#9741cc #cc41bc #5241cc

Monochromatic Colors of #9741cc

#9741cc

Complementary Color

#9741cc #76cc41

#9741cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9741cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9741cc Color CSS Codes

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

#9741cc Text Font Color

<p style="color:#9741cc">Text here</p>

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


#9741cc Background Color

<div style="background-color:#9741cc">
Div content here</div>

This div background color is #9741cc


#9741cc Border Color

<div style="border:3px solid #9741cc">
Div here</div>

This div border color is #9741cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,65,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9741cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9741cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9741cc;
  box-shadow:         1px 1px 3px 2px #9741cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,65,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9741cc


Comments

No comments written yet.

Please login to write comment.