Color Hex Logo

#9f4aad Color Hex

#9F4AAD
(159,74,173)
0 Favorites   0 Comments

Color spaces of #9f4aad

RGB 15974173
HSL0.810.400.48
HSV292°57°68°
CMYK 0.080.570.00   0.32
XYZ24.289715.285641.2054
Yxy15.28560.30070.1892
Hunter Lab39.096842.4774-35.1199
CIE-Lab46.022949.9559-37.7282

#9f4aad color RGB value is (159,74,173).

#9f4aad hex color red value is 159, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9f4aad hue: 0.81 , saturation: 0.40 and the lightness value of 9f4aad is 0.48.

The process color (four color CMYK) of #9f4aad color hex is 0.08, 0.57, 0.00, 0.32. Web safe color of #9f4aad is #993399. Color #9f4aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01001010 10101101
Octal 237 112 255
Decimal 159 74 173
Hex 9F 4A AD

RGB Percentages of Color #9f4aad

%39.16
%18.23
%42.61

CMYK Percentages of Color #9f4aad

%8
%57
%0
%32

Triadic Colors of #9f4aad

#9f4aad #ad9f4a #4aad9f

Analogous Colors of #9f4aad

#9f4aad #ad4a8a #6e4aad

Monochromatic Colors of #9f4aad

#9f4aad

Complementary Color

#9f4aad #58ad4a

#9f4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f4aad Color CSS Codes

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

#9f4aad Text Font Color

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

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


#9f4aad Background Color

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

This div background color is #9f4aad


#9f4aad Border Color

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

This div border color is #9f4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f4aad


Comments

No comments written yet.

Please login to write comment.