Color Hex Logo

#9f557e Color Hex

#9F557E
(159,85,126)
0 Favorites   0 Comments

Color spaces of #9f557e

RGB 15985126
HSL0.910.300.48
HSV327°47°62°
CMYK 0.000.470.21   0.38
XYZ21.312515.374321.5829
Yxy15.37430.36580.2638
Hunter Lab39.210128.4054-5.1887
CIE-Lab46.142735.9071-9.4704

#9f557e color RGB value is (159,85,126).

#9f557e hex color red value is 159, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9f557e hue: 0.91 , saturation: 0.30 and the lightness value of 9f557e is 0.48.

The process color (four color CMYK) of #9f557e color hex is 0.00, 0.47, 0.21, 0.38. Web safe color of #9f557e is #996666. Color #9f557e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010101 01111110
Octal 237 125 176
Decimal 159 85 126
Hex 9F 55 7E

RGB Percentages of Color #9f557e

%42.97
%22.97
%34.05

CMYK Percentages of Color #9f557e

%0
%47
%21
%38

Triadic Colors of #9f557e

#9f557e #7e9f55 #557e9f

Analogous Colors of #9f557e

#9f557e #9f5559 #9b559f

Monochromatic Colors of #9f557e

#9f557e

Complementary Color

#9f557e #559f76

#9f557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f557e Color CSS Codes

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

#9f557e Text Font Color

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

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


#9f557e Background Color

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

This div background color is #9f557e


#9f557e Border Color

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

This div border color is #9f557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f557e


Comments

No comments written yet.

Please login to write comment.