Color Hex Logo

#966f9f Color Hex

#966F9F
(150,111,159)
0 Favorites   0 Comments

Color spaces of #966f9f

RGB 150111159
HSL0.800.200.53
HSV289°30°62°
CMYK 0.060.300.00   0.38
XYZ24.520120.356135.4377
Yxy20.35610.30530.2535
Hunter Lab45.117718.0532-14.9869
CIE-Lab52.237524.1691-19.9218

#966f9f color RGB value is (150,111,159).

#966f9f hex color red value is 150, green value is 111 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #966f9f hue: 0.80 , saturation: 0.20 and the lightness value of 966f9f is 0.53.

The process color (four color CMYK) of #966f9f color hex is 0.06, 0.30, 0.00, 0.38. Web safe color of #966f9f is #996699. Color #966f9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 10011111
Octal 226 157 237
Decimal 150 111 159
Hex 96 6F 9F

RGB Percentages of Color #966f9f

%35.71
%26.43
%37.86

CMYK Percentages of Color #966f9f

%6
%30
%0
%38

Triadic Colors of #966f9f

#966f9f #9f966f #6f9f96

Analogous Colors of #966f9f

#966f9f #9f6f90 #7e6f9f

Monochromatic Colors of #966f9f

#966f9f

Complementary Color

#966f9f #789f6f

#966f9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966f9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#966f9f Color CSS Codes

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

#966f9f Text Font Color

<p style="color:#966f9f">Text here</p>

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


#966f9f Background Color

<div style="background-color:#966f9f">
Div content here</div>

This div background color is #966f9f


#966f9f Border Color

<div style="border:3px solid #966f9f">
Div here</div>

This div border color is #966f9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,111,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966f9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966f9f;
  -webkit-box-shadow: 1px 1px 3px 2px #966f9f;
  box-shadow:         1px 1px 3px 2px #966f9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966f9f


Comments

No comments written yet.

Please login to write comment.