Color Hex Logo

#9a519b Color Hex

#9A519B
(154,81,155)
0 Favorites   0 Comments

Color spaces of #9a519b

RGB 15481155
HSL0.830.310.46
HSV299°48°61°
CMYK 0.010.480.00   0.39
XYZ22.185315.121432.7598
Yxy15.12140.31660.2158
Hunter Lab38.886233.7865-22.7286
CIE-Lab45.800041.4752-27.4644

#9a519b color RGB value is (154,81,155).

#9a519b hex color red value is 154, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9a519b hue: 0.83 , saturation: 0.31 and the lightness value of 9a519b is 0.46.

The process color (four color CMYK) of #9a519b color hex is 0.01, 0.48, 0.00, 0.39. Web safe color of #9a519b is #996699. Color #9a519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010001 10011011
Octal 232 121 233
Decimal 154 81 155
Hex 9A 51 9B

RGB Percentages of Color #9a519b

%39.49
%20.77
%39.74

CMYK Percentages of Color #9a519b

%1
%48
%0
%39

Triadic Colors of #9a519b

#9a519b #9b9a51 #519b9a

Analogous Colors of #9a519b

#9a519b #9b5177 #75519b

Monochromatic Colors of #9a519b

#9a519b

Complementary Color

#9a519b #529b51

#9a519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a519b Color CSS Codes

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

#9a519b Text Font Color

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

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


#9a519b Background Color

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

This div background color is #9a519b


#9a519b Border Color

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

This div border color is #9a519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a519b


Comments

No comments written yet.

Please login to write comment.