Color Hex Logo

#9556aa Color Hex

#9556AA
(149,86,170)
0 Favorites   0 Comments

Color spaces of #9556aa

RGB 14986170
HSL0.790.330.50
HSV285°49°67°
CMYK 0.120.490.00   0.33
XYZ22.977915.947439.8973
Yxy15.94740.29150.2023
Hunter Lab39.934232.8230-31.2813
CIE-Lab46.905440.3340-34.6594

#9556aa color RGB value is (149,86,170).

#9556aa hex color red value is 149, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9556aa hue: 0.79 , saturation: 0.33 and the lightness value of 9556aa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 10101010
Octal 225 126 252
Decimal 149 86 170
Hex 95 56 AA

RGB Percentages of Color #9556aa

%36.79
%21.23
%41.98

CMYK Percentages of Color #9556aa

%12
%49
%0
%33

Triadic Colors of #9556aa

#9556aa #aa9556 #56aa95

Analogous Colors of #9556aa

#9556aa #aa5695 #6b56aa

Monochromatic Colors of #9556aa

#9556aa

Complementary Color

#9556aa #6baa56

#9556aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9556aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9556aa Color CSS Codes

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

#9556aa Text Font Color

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

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


#9556aa Background Color

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

This div background color is #9556aa


#9556aa Border Color

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

This div border color is #9556aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9556aa


Comments

No comments written yet.

Please login to write comment.