Color Hex Logo

#9961bc Color Hex

#9961BC
(153,97,188)
0 Favorites   0 Comments

Color spaces of #9961bc

RGB 15397188
HSL0.770.400.56
HSV277°48°74°
CMYK 0.190.480.00   0.26
XYZ26.488718.952549.8391
Yxy18.95250.27800.1989
Hunter Lab43.534532.4236-37.4022
CIE-Lab50.631639.3908-39.2525

#9961bc color RGB value is (153,97,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 10111100
Octal 231 141 274
Decimal 153 97 188
Hex 99 61 BC

RGB Percentages of Color #9961bc

%34.93
%22.15
%42.92

CMYK Percentages of Color #9961bc

%19
%48
%0
%26

Triadic Colors of #9961bc

#9961bc #bc9961 #61bc99

Analogous Colors of #9961bc

#9961bc #bc61b2 #6c61bc

Monochromatic Colors of #9961bc

#9961bc

Complementary Color

#9961bc #84bc61

#9961bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9961bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9961bc Color CSS Codes

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

#9961bc Text Font Color

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

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


#9961bc Background Color

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

This div background color is #9961bc


#9961bc Border Color

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

This div border color is #9961bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9961bc


Comments

No comments written yet.

Please login to write comment.