Color Hex Logo

#9667aa Color Hex

#9667AA
(150,103,170)
0 Favorites   0 Comments

Color spaces of #9667aa

RGB 150103170
HSL0.780.280.54
HSV282°39°67°
CMYK 0.120.390.00   0.33
XYZ24.683619.086840.4134
Yxy19.08680.29320.2267
Hunter Lab43.688424.3962-24.2635
CIE-Lab50.788631.1201-28.5787

#9667aa color RGB value is (150,103,170).

#9667aa hex color red value is 150, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9667aa hue: 0.78 , saturation: 0.28 and the lightness value of 9667aa is 0.54.

The process color (four color CMYK) of #9667aa color hex is 0.12, 0.39, 0.00, 0.33. Web safe color of #9667aa is #996699. Color #9667aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100111 10101010
Octal 226 147 252
Decimal 150 103 170
Hex 96 67 AA

RGB Percentages of Color #9667aa

%35.46
%24.35
%40.19

CMYK Percentages of Color #9667aa

%12
%39
%0
%33

Triadic Colors of #9667aa

#9667aa #aa9667 #67aa96

Analogous Colors of #9667aa

#9667aa #aa679d #7567aa

Monochromatic Colors of #9667aa

#9667aa

Complementary Color

#9667aa #7baa67

#9667aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9667aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9667aa Color CSS Codes

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

#9667aa Text Font Color

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

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


#9667aa Background Color

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

This div background color is #9667aa


#9667aa Border Color

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

This div border color is #9667aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9667aa


Comments

No comments written yet.

Please login to write comment.