Color Hex Logo

#9665aa Color Hex

#9665AA
(150,101,170)
0 Favorites   0 Comments

Color spaces of #9665aa

RGB 150101170
HSL0.790.290.53
HSV283°41°67°
CMYK 0.120.410.00   0.33
XYZ24.487118.693740.3478
Yxy18.69370.29320.2238
Hunter Lab43.236225.4312-25.0638
CIE-Lab50.326932.2614-29.2969

#9665aa color RGB value is (150,101,170).

#9665aa hex color red value is 150, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9665aa hue: 0.79 , saturation: 0.29 and the lightness value of 9665aa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 10101010
Octal 226 145 252
Decimal 150 101 170
Hex 96 65 AA

RGB Percentages of Color #9665aa

%35.63
%23.99
%40.38

CMYK Percentages of Color #9665aa

%12
%41
%0
%33

Triadic Colors of #9665aa

#9665aa #aa9665 #65aa96

Analogous Colors of #9665aa

#9665aa #aa659c #7465aa

Monochromatic Colors of #9665aa

#9665aa

Complementary Color

#9665aa #79aa65

#9665aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9665aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9665aa Color CSS Codes

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

#9665aa Text Font Color

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

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


#9665aa Background Color

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

This div background color is #9665aa


#9665aa Border Color

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

This div border color is #9665aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9665aa


Comments

No comments written yet.

Please login to write comment.