Color Hex Logo

#9a55af Color Hex

#9A55AF
(154,85,175)
0 Favorites   0 Comments

Color spaces of #9a55af

RGB 15485175
HSL0.790.360.51
HSV286°51°69°
CMYK 0.120.510.00   0.31
XYZ24.312816.462242.4535
Yxy16.46220.29210.1978
Hunter Lab40.573635.9581-33.6355
CIE-Lab47.575143.3658-36.4981

#9a55af color RGB value is (154,85,175).

#9a55af hex color red value is 154, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9a55af hue: 0.79 , saturation: 0.36 and the lightness value of 9a55af is 0.51.

The process color (four color CMYK) of #9a55af color hex is 0.12, 0.51, 0.00, 0.31. Web safe color of #9a55af is #996699. Color #9a55af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010101 10101111
Octal 232 125 257
Decimal 154 85 175
Hex 9A 55 AF

RGB Percentages of Color #9a55af

%37.20
%20.53
%42.27

CMYK Percentages of Color #9a55af

%12
%51
%0
%31

Triadic Colors of #9a55af

#9a55af #af9a55 #55af9a

Analogous Colors of #9a55af

#9a55af #af5597 #6d55af

Monochromatic Colors of #9a55af

#9a55af

Complementary Color

#9a55af #6aaf55

#9a55af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a55af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a55af Color CSS Codes

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

#9a55af Text Font Color

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

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


#9a55af Background Color

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

This div background color is #9a55af


#9a55af Border Color

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

This div border color is #9a55af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,85,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a55af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a55af;
  -webkit-box-shadow: 1px 1px 3px 2px #9a55af;
  box-shadow:         1px 1px 3px 2px #9a55af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,85,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a55af


Comments

No comments written yet.

Please login to write comment.