Color Hex Logo

#9f139a Color Hex

#9F139A
(159,19,154)
0 Favorites   0 Comments

Color spaces of #9f139a

RGB 15919154
HSL0.840.790.35
HSV302°88°62°
CMYK 0.000.880.03   0.38
XYZ20.363710.169831.4615
Yxy10.16980.32850.1640
Hunter Lab31.890158.1749-36.1700
CIE-Lab38.145565.8014-38.8676

#9f139a color RGB value is (159,19,154).

#9f139a hex color red value is 159, green value is 19 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9f139a hue: 0.84 , saturation: 0.79 and the lightness value of 9f139a is 0.35.

The process color (four color CMYK) of #9f139a color hex is 0.00, 0.88, 0.03, 0.38. Web safe color of #9f139a is #990099. Color #9f139a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010011 10011010
Octal 237 23 232
Decimal 159 19 154
Hex 9F 13 9A

RGB Percentages of Color #9f139a

%47.89
%5.72
%46.39

CMYK Percentages of Color #9f139a

%0
%88
%3
%38

Triadic Colors of #9f139a

#9f139a #9a9f13 #139a9f

Analogous Colors of #9f139a

#9f139a #9f1354 #5e139f

Monochromatic Colors of #9f139a

#9f139a

Complementary Color

#9f139a #139f18

#9f139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f139a Color CSS Codes

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

#9f139a Text Font Color

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

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


#9f139a Background Color

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

This div background color is #9f139a


#9f139a Border Color

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

This div border color is #9f139a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f139a


Comments

No comments written yet.

Please login to write comment.