Color Hex Logo

#9961bd Color Hex

#9961BD
(153,97,189)
0 Favorites   0 Comments

Color spaces of #9961bd

RGB 15397189
HSL0.770.410.56
HSV277°49°74°
CMYK 0.190.490.00   0.26
XYZ26.596918.995850.4089
Yxy18.99580.27700.1979
Hunter Lab43.584232.6559-38.0651
CIE-Lab50.682339.6163-39.7503

#9961bd color RGB value is (153,97,189).

#9961bd hex color red value is 153, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9961bd hue: 0.77 , saturation: 0.41 and the lightness value of 9961bd is 0.56.

The process color (four color CMYK) of #9961bd color hex is 0.19, 0.49, 0.00, 0.26. Web safe color of #9961bd is #9966cc. Color #9961bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 10111101
Octal 231 141 275
Decimal 153 97 189
Hex 99 61 BD

RGB Percentages of Color #9961bd

%34.85
%22.10
%43.05

CMYK Percentages of Color #9961bd

%19
%49
%0
%26

Triadic Colors of #9961bd

#9961bd #bd9961 #61bd99

Analogous Colors of #9961bd

#9961bd #bd61b3 #6b61bd

Monochromatic Colors of #9961bd

#9961bd

Complementary Color

#9961bd #85bd61

#9961bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9961bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9961bd Color CSS Codes

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

#9961bd Text Font Color

<p style="color:#9961bd">Text here</p>

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


#9961bd Background Color

<div style="background-color:#9961bd">
Div content here</div>

This div background color is #9961bd


#9961bd Border Color

<div style="border:3px solid #9961bd">
Div here</div>

This div border color is #9961bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,97,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9961bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9961bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9961bd;
  box-shadow:         1px 1px 3px 2px #9961bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9961bd


Comments

No comments written yet.

Please login to write comment.