Color Hex Logo

#9746a1 Color Hex

#9746A1
(151,70,161)
0 Favorites   0 Comments

Color spaces of #9746a1

RGB 15170161
HSL0.820.390.45
HSV293°57°63°
CMYK 0.060.570.00   0.37
XYZ21.385713.532835.2032
Yxy13.53280.30500.1930
Hunter Lab36.787039.3919-30.9866
CIE-Lab43.555347.4067-34.5869

#9746a1 color RGB value is (151,70,161).

#9746a1 hex color red value is 151, green value is 70 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #9746a1 hue: 0.82 , saturation: 0.39 and the lightness value of 9746a1 is 0.45.

The process color (four color CMYK) of #9746a1 color hex is 0.06, 0.57, 0.00, 0.37. Web safe color of #9746a1 is #993399. Color #9746a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000110 10100001
Octal 227 106 241
Decimal 151 70 161
Hex 97 46 A1

RGB Percentages of Color #9746a1

%39.53
%18.32
%42.15

CMYK Percentages of Color #9746a1

%6
%57
%0
%37

Triadic Colors of #9746a1

#9746a1 #a19746 #46a197

Analogous Colors of #9746a1

#9746a1 #a1467e #6a46a1

Monochromatic Colors of #9746a1

#9746a1

Complementary Color

#9746a1 #50a146

#9746a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9746a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9746a1 Color CSS Codes

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

#9746a1 Text Font Color

<p style="color:#9746a1">Text here</p>

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


#9746a1 Background Color

<div style="background-color:#9746a1">
Div content here</div>

This div background color is #9746a1


#9746a1 Border Color

<div style="border:3px solid #9746a1">
Div here</div>

This div border color is #9746a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,70,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9746a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9746a1;
  -webkit-box-shadow: 1px 1px 3px 2px #9746a1;
  box-shadow:         1px 1px 3px 2px #9746a1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9746a1


Comments

No comments written yet.

Please login to write comment.