Color Hex Logo

#9961af Color Hex

#9961AF
(153,97,175)
0 Favorites   0 Comments

Color spaces of #9961af

RGB 15397175
HSL0.790.330.53
HSV283°45°69°
CMYK 0.130.450.00   0.31
XYZ25.149418.416842.7867
Yxy18.41680.29120.2133
Hunter Lab42.914829.5056-29.0727
CIE-Lab49.997836.5229-32.7024

#9961af color RGB value is (153,97,175).

#9961af hex color red value is 153, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9961af hue: 0.79 , saturation: 0.33 and the lightness value of 9961af is 0.53.

The process color (four color CMYK) of #9961af color hex is 0.13, 0.45, 0.00, 0.31. Web safe color of #9961af is #996699. Color #9961af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 10101111
Octal 231 141 257
Decimal 153 97 175
Hex 99 61 AF

RGB Percentages of Color #9961af

%36.00
%22.82
%41.18

CMYK Percentages of Color #9961af

%13
%45
%0
%31

Triadic Colors of #9961af

#9961af #af9961 #61af99

Analogous Colors of #9961af

#9961af #af619e #7261af

Monochromatic Colors of #9961af

#9961af

Complementary Color

#9961af #77af61

#9961af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9961af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9961af Color CSS Codes

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

#9961af Text Font Color

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

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


#9961af Background Color

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

This div background color is #9961af


#9961af Border Color

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

This div border color is #9961af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9961af


Comments

No comments written yet.

Please login to write comment.