Color Hex Logo

#9f218d Color Hex

#9F218D
(159,33,141)
0 Favorites   0 Comments

Color spaces of #9f218d

RGB 15933141
HSL0.860.660.38
HSV309°79°62°
CMYK 0.000.790.11   0.38
XYZ19.649710.381726.1675
Yxy10.38170.34960.1847
Hunter Lab32.220652.4718-25.5970
CIE-Lab38.518960.6531-30.3475

#9f218d color RGB value is (159,33,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00100001 10001101
Octal 237 41 215
Decimal 159 33 141
Hex 9F 21 8D

RGB Percentages of Color #9f218d

%47.75
%9.91
%42.34

CMYK Percentages of Color #9f218d

%0
%79
%11
%38

Triadic Colors of #9f218d

#9f218d #8d9f21 #218d9f

Analogous Colors of #9f218d

#9f218d #9f214e #72219f

Monochromatic Colors of #9f218d

#9f218d

Complementary Color

#9f218d #219f33

#9f218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f218d Color CSS Codes

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

#9f218d Text Font Color

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

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


#9f218d Background Color

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

This div background color is #9f218d


#9f218d Border Color

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

This div border color is #9f218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f218d


Comments

No comments written yet.

Please login to write comment.