Color Hex Logo

#9a68aa Color Hex

#9A68AA
(154,104,170)
0 Favorites   0 Comments

Color spaces of #9a68aa

RGB 154104170
HSL0.790.280.54
HSV285°39°67°
CMYK 0.090.390.00   0.33
XYZ25.532419.672940.4818
Yxy19.67290.29800.2296
Hunter Lab44.354125.1335-23.0658
CIE-Lab51.465431.8184-27.4929

#9a68aa color RGB value is (154,104,170).

#9a68aa hex color red value is 154, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9a68aa hue: 0.79 , saturation: 0.28 and the lightness value of 9a68aa is 0.54.

The process color (four color CMYK) of #9a68aa color hex is 0.09, 0.39, 0.00, 0.33. Web safe color of #9a68aa is #996699. Color #9a68aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01101000 10101010
Octal 232 150 252
Decimal 154 104 170
Hex 9A 68 AA

RGB Percentages of Color #9a68aa

%35.98
%24.30
%39.72

CMYK Percentages of Color #9a68aa

%9
%39
%0
%33

Triadic Colors of #9a68aa

#9a68aa #aa9a68 #68aa9a

Analogous Colors of #9a68aa

#9a68aa #aa6899 #7968aa

Monochromatic Colors of #9a68aa

#9a68aa

Complementary Color

#9a68aa #78aa68

#9a68aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a68aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a68aa Color CSS Codes

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

#9a68aa Text Font Color

<p style="color:#9a68aa">Text here</p>

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


#9a68aa Background Color

<div style="background-color:#9a68aa">
Div content here</div>

This div background color is #9a68aa


#9a68aa Border Color

<div style="border:3px solid #9a68aa">
Div here</div>

This div border color is #9a68aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,104,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a68aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a68aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9a68aa;
  box-shadow:         1px 1px 3px 2px #9a68aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,104,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 #9a68aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a68aa


Comments

No comments written yet.

Please login to write comment.