Color Hex Logo

#90639c Color Hex

#90639C
(144,99,156)
0 Favorites   0 Comments

Color spaces of #90639c

RGB 14499156
HSL0.800.220.50
HSV287°37°61°
CMYK 0.080.370.00   0.39
XYZ21.964217.253333.6251
Yxy17.25330.30150.2369
Hunter Lab41.537121.6982-18.9205
CIE-Lab48.577628.4767-23.8451

#90639c color RGB value is (144,99,156).

#90639c hex color red value is 144, green value is 99 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #90639c hue: 0.80 , saturation: 0.22 and the lightness value of 90639c is 0.50.

The process color (four color CMYK) of #90639c color hex is 0.08, 0.37, 0.00, 0.39. Web safe color of #90639c is #996699. Color #90639c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100011 10011100
Octal 220 143 234
Decimal 144 99 156
Hex 90 63 9C

RGB Percentages of Color #90639c

%36.09
%24.81
%39.10

CMYK Percentages of Color #90639c

%8
%37
%0
%39

Triadic Colors of #90639c

#90639c #9c9063 #639c90

Analogous Colors of #90639c

#90639c #9c638c #74639c

Monochromatic Colors of #90639c

#90639c

Complementary Color

#90639c #6f9c63

#90639c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90639c Color Preview on White Background

Lorem ipsum dolor sit amet.

#90639c Color CSS Codes

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

#90639c Text Font Color

<p style="color:#90639c">Text here</p>

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


#90639c Background Color

<div style="background-color:#90639c">
Div content here</div>

This div background color is #90639c


#90639c Border Color

<div style="border:3px solid #90639c">
Div here</div>

This div border color is #90639c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,99,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90639c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90639c;
  -webkit-box-shadow: 1px 1px 3px 2px #90639c;
  box-shadow:         1px 1px 3px 2px #90639c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,99,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90639c


Comments

No comments written yet.

Please login to write comment.