Color Hex Logo

#9958aa Color Hex

#9958AA
(153,88,170)
0 Favorites   0 Comments

Color spaces of #9958aa

RGB 15388170
HSL0.800.330.51
HSV288°48°67°
CMYK 0.100.480.00   0.33
XYZ23.882316.654039.9860
Yxy16.65400.29660.2068
Hunter Lab40.809333.0449-29.5273
CIE-Lab47.821140.4211-33.1866

#9958aa color RGB value is (153,88,170).

#9958aa hex color red value is 153, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9958aa hue: 0.80 , saturation: 0.33 and the lightness value of 9958aa is 0.51.

The process color (four color CMYK) of #9958aa color hex is 0.10, 0.48, 0.00, 0.33. Web safe color of #9958aa is #996699. Color #9958aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 10101010
Octal 231 130 252
Decimal 153 88 170
Hex 99 58 AA

RGB Percentages of Color #9958aa

%37.23
%21.41
%41.36

CMYK Percentages of Color #9958aa

%10
%48
%0
%33

Triadic Colors of #9958aa

#9958aa #aa9958 #58aa99

Analogous Colors of #9958aa

#9958aa #aa5892 #7058aa

Monochromatic Colors of #9958aa

#9958aa

Complementary Color

#9958aa #69aa58

#9958aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9958aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9958aa Color CSS Codes

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

#9958aa Text Font Color

<p style="color:#9958aa">Text here</p>

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


#9958aa Background Color

<div style="background-color:#9958aa">
Div content here</div>

This div background color is #9958aa


#9958aa Border Color

<div style="border:3px solid #9958aa">
Div here</div>

This div border color is #9958aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,88,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9958aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9958aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9958aa;
  box-shadow:         1px 1px 3px 2px #9958aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9958aa


Comments

No comments written yet.

Please login to write comment.