Color Hex Logo

#9969bf Color Hex

#9969BF
(153,105,191)
0 Favorites   0 Comments

Color spaces of #9969bf

RGB 153105191
HSL0.760.400.58
HSV273°45°75°
CMYK 0.200.450.00   0.25
XYZ27.592420.637051.8193
Yxy20.63700.27580.2063
Hunter Lab45.428028.9198-35.8320
CIE-Lab52.549935.5967-37.9600

#9969bf color RGB value is (153,105,191).

#9969bf hex color red value is 153, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9969bf hue: 0.76 , saturation: 0.40 and the lightness value of 9969bf is 0.58.

The process color (four color CMYK) of #9969bf color hex is 0.20, 0.45, 0.00, 0.25. Web safe color of #9969bf is #9966cc. Color #9969bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101001 10111111
Octal 231 151 277
Decimal 153 105 191
Hex 99 69 BF

RGB Percentages of Color #9969bf

%34.08
%23.39
%42.54

CMYK Percentages of Color #9969bf

%20
%45
%0
%25

Triadic Colors of #9969bf

#9969bf #bf9969 #69bf99

Analogous Colors of #9969bf

#9969bf #bf69ba #6e69bf

Monochromatic Colors of #9969bf

#9969bf

Complementary Color

#9969bf #8fbf69

#9969bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9969bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9969bf Color CSS Codes

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

#9969bf Text Font Color

<p style="color:#9969bf">Text here</p>

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


#9969bf Background Color

<div style="background-color:#9969bf">
Div content here</div>

This div background color is #9969bf


#9969bf Border Color

<div style="border:3px solid #9969bf">
Div here</div>

This div border color is #9969bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,105,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9969bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9969bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9969bf;
  box-shadow:         1px 1px 3px 2px #9969bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,105,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9969bf


Comments

No comments written yet.

Please login to write comment.