Color Hex Logo

#9767ac Color Hex

#9767AC
(151,103,172)
0 Favorites   0 Comments

Color spaces of #9767ac

RGB 151103172
HSL0.780.290.54
HSV282°40°67°
CMYK 0.120.400.00   0.33
XYZ25.059119.258441.4262
Yxy19.25840.29230.2246
Hunter Lab43.884425.1303-25.2498
CIE-Lab50.988231.8694-29.4254

#9767ac color RGB value is (151,103,172).

#9767ac hex color red value is 151, green value is 103 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9767ac hue: 0.78 , saturation: 0.29 and the lightness value of 9767ac is 0.54.

The process color (four color CMYK) of #9767ac color hex is 0.12, 0.40, 0.00, 0.33. Web safe color of #9767ac is #996699. Color #9767ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100111 10101100
Octal 227 147 254
Decimal 151 103 172
Hex 97 67 AC

RGB Percentages of Color #9767ac

%35.45
%24.18
%40.38

CMYK Percentages of Color #9767ac

%12
%40
%0
%33

Triadic Colors of #9767ac

#9767ac #ac9767 #67ac97

Analogous Colors of #9767ac

#9767ac #ac679f #7567ac

Monochromatic Colors of #9767ac

#9767ac

Complementary Color

#9767ac #7cac67

#9767ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9767ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9767ac Color CSS Codes

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

#9767ac Text Font Color

<p style="color:#9767ac">Text here</p>

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


#9767ac Background Color

<div style="background-color:#9767ac">
Div content here</div>

This div background color is #9767ac


#9767ac Border Color

<div style="border:3px solid #9767ac">
Div here</div>

This div border color is #9767ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,103,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9767ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9767ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9767ac;
  box-shadow:         1px 1px 3px 2px #9767ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,103,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9767ac


Comments

No comments written yet.

Please login to write comment.