Color Hex Logo

#9f7abf Color Hex

#9F7ABF
(159,122,191)
0 Favorites   0 Comments

Color spaces of #9f7abf

RGB 159122191
HSL0.760.350.61
HSV272°36°75°
CMYK 0.170.360.00   0.25
XYZ30.661625.051652.5096
Yxy25.05160.28330.2315
Hunter Lab50.051621.7589-27.1656
CIE-Lab57.125727.7200-30.7610

#9f7abf color RGB value is (159,122,191).

#9f7abf hex color red value is 159, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9f7abf hue: 0.76 , saturation: 0.35 and the lightness value of 9f7abf is 0.61.

The process color (four color CMYK) of #9f7abf color hex is 0.17, 0.36, 0.00, 0.25. Web safe color of #9f7abf is #9966cc. Color #9f7abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01111010 10111111
Octal 237 172 277
Decimal 159 122 191
Hex 9F 7A BF

RGB Percentages of Color #9f7abf

%33.69
%25.85
%40.47

CMYK Percentages of Color #9f7abf

%17
%36
%0
%25

Triadic Colors of #9f7abf

#9f7abf #bf9f7a #7abf9f

Analogous Colors of #9f7abf

#9f7abf #bf7abd #7d7abf

Monochromatic Colors of #9f7abf

#9f7abf

Complementary Color

#9f7abf #9abf7a

#9f7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f7abf Color CSS Codes

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

#9f7abf Text Font Color

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

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


#9f7abf Background Color

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

This div background color is #9f7abf


#9f7abf Border Color

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

This div border color is #9f7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f7abf


Comments

No comments written yet.

Please login to write comment.