Color Hex Logo

#964f9e Color Hex

#964F9E
(150,79,158)
0 Favorites   0 Comments

Color spaces of #964f9e

RGB 15079158
HSL0.820.330.46
HSV294°50°62°
CMYK 0.050.500.00   0.38
XYZ21.545214.544634.0196
Yxy14.54460.30730.2075
Hunter Lab38.137434.1007-26.1922
CIE-Lab45.004041.9164-30.5331

#964f9e color RGB value is (150,79,158).

#964f9e hex color red value is 150, green value is 79 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #964f9e hue: 0.82 , saturation: 0.33 and the lightness value of 964f9e is 0.46.

The process color (four color CMYK) of #964f9e color hex is 0.05, 0.50, 0.00, 0.38. Web safe color of #964f9e is #996699. Color #964f9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001111 10011110
Octal 226 117 236
Decimal 150 79 158
Hex 96 4F 9E

RGB Percentages of Color #964f9e

%38.76
%20.41
%40.83

CMYK Percentages of Color #964f9e

%5
%50
%0
%38

Triadic Colors of #964f9e

#964f9e #9e964f #4f9e96

Analogous Colors of #964f9e

#964f9e #9e4f7f #6f4f9e

Monochromatic Colors of #964f9e

#964f9e

Complementary Color

#964f9e #579e4f

#964f9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964f9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#964f9e Color CSS Codes

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

#964f9e Text Font Color

<p style="color:#964f9e">Text here</p>

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


#964f9e Background Color

<div style="background-color:#964f9e">
Div content here</div>

This div background color is #964f9e


#964f9e Border Color

<div style="border:3px solid #964f9e">
Div here</div>

This div border color is #964f9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,79,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #964f9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #964f9e;
  -webkit-box-shadow: 1px 1px 3px 2px #964f9e;
  box-shadow:         1px 1px 3px 2px #964f9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,79,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964f9e


Comments

No comments written yet.

Please login to write comment.