Color Hex Logo

#9b6aaa Color Hex

#9B6AAA
(155,106,170)
0 Favorites   0 Comments

Color spaces of #9b6aaa

RGB 155106170
HSL0.790.270.54
HSV286°38°67°
CMYK 0.090.380.00   0.33
XYZ25.927320.178940.5586
Yxy20.17890.29920.2328
Hunter Lab44.920924.4144-22.0876
CIE-Lab52.038931.0011-26.5950

#9b6aaa color RGB value is (155,106,170).

#9b6aaa hex color red value is 155, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9b6aaa hue: 0.79 , saturation: 0.27 and the lightness value of 9b6aaa is 0.54.

The process color (four color CMYK) of #9b6aaa color hex is 0.09, 0.38, 0.00, 0.33. Web safe color of #9b6aaa is #996699. Color #9b6aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101010 10101010
Octal 233 152 252
Decimal 155 106 170
Hex 9B 6A AA

RGB Percentages of Color #9b6aaa

%35.96
%24.59
%39.44

CMYK Percentages of Color #9b6aaa

%9
%38
%0
%33

Triadic Colors of #9b6aaa

#9b6aaa #aa9b6a #6aaa9b

Analogous Colors of #9b6aaa

#9b6aaa #aa6a99 #7b6aaa

Monochromatic Colors of #9b6aaa

#9b6aaa

Complementary Color

#9b6aaa #79aa6a

#9b6aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6aaa Color CSS Codes

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

#9b6aaa Text Font Color

<p style="color:#9b6aaa">Text here</p>

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


#9b6aaa Background Color

<div style="background-color:#9b6aaa">
Div content here</div>

This div background color is #9b6aaa


#9b6aaa Border Color

<div style="border:3px solid #9b6aaa">
Div here</div>

This div border color is #9b6aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,106,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b6aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b6aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #9b6aaa;
  box-shadow:         1px 1px 3px 2px #9b6aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,106,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 #9b6aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6aaa


Comments

No comments written yet.

Please login to write comment.