Color Hex Logo

#9976d9 Color Hex

#9976D9
(153,118,217)
0 Favorites   0 Comments

Color spaces of #9976d9

RGB 153118217
HSL0.730.570.66
HSV261°46°85°
CMYK 0.290.460.00   0.15
XYZ32.139724.738968.7268
Yxy24.73890.25590.1970
Hunter Lab49.738228.3008-47.1084
CIE-Lab56.820134.4610-46.0091

#9976d9 color RGB value is (153,118,217).

#9976d9 hex color red value is 153, green value is 118 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #9976d9 hue: 0.73 , saturation: 0.57 and the lightness value of 9976d9 is 0.66.

The process color (four color CMYK) of #9976d9 color hex is 0.29, 0.46, 0.00, 0.15. Web safe color of #9976d9 is #9966cc. Color #9976d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 11011001
Octal 231 166 331
Decimal 153 118 217
Hex 99 76 D9

RGB Percentages of Color #9976d9

%31.35
%24.18
%44.47

CMYK Percentages of Color #9976d9

%29
%46
%0
%15

Triadic Colors of #9976d9

#9976d9 #d99976 #76d999

Analogous Colors of #9976d9

#9976d9 #cb76d9 #7685d9

Monochromatic Colors of #9976d9

#9976d9

Complementary Color

#9976d9 #b6d976

#9976d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9976d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9976d9 Color CSS Codes

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

#9976d9 Text Font Color

<p style="color:#9976d9">Text here</p>

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


#9976d9 Background Color

<div style="background-color:#9976d9">
Div content here</div>

This div background color is #9976d9


#9976d9 Border Color

<div style="border:3px solid #9976d9">
Div here</div>

This div border color is #9976d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,118,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9976d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9976d9;
  -webkit-box-shadow: 1px 1px 3px 2px #9976d9;
  box-shadow:         1px 1px 3px 2px #9976d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9976d9


Comments

No comments written yet.

Please login to write comment.