Color Hex Logo

#9f219c Color Hex

#9F219C
(159,33,156)
0 Favorites   0 Comments

Color spaces of #9f219c

RGB 15933156
HSL0.840.660.38
HSV301°79°62°
CMYK 0.000.790.02   0.38
XYZ20.842710.858932.4499
Yxy10.85890.32490.1693
Hunter Lab32.952855.2339-35.3181
CIE-Lab39.341862.9725-38.1753

#9f219c color RGB value is (159,33,156).

#9f219c hex color red value is 159, green value is 33 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9f219c hue: 0.84 , saturation: 0.66 and the lightness value of 9f219c is 0.38.

The process color (four color CMYK) of #9f219c color hex is 0.00, 0.79, 0.02, 0.38. Web safe color of #9f219c is #993399. Color #9f219c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00100001 10011100
Octal 237 41 234
Decimal 159 33 156
Hex 9F 21 9C

RGB Percentages of Color #9f219c

%45.69
%9.48
%44.83

CMYK Percentages of Color #9f219c

%0
%79
%2
%38

Triadic Colors of #9f219c

#9f219c #9c9f21 #219c9f

Analogous Colors of #9f219c

#9f219c #9f215d #63219f

Monochromatic Colors of #9f219c

#9f219c

Complementary Color

#9f219c #219f24

#9f219c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f219c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f219c Color CSS Codes

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

#9f219c Text Font Color

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

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


#9f219c Background Color

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

This div background color is #9f219c


#9f219c Border Color

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

This div border color is #9f219c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f219c


Comments

No comments written yet.

Please login to write comment.