Color Hex Logo

#990080 Color Hex

#990080
(153,0,128)
1 Favorites   0 Comments

Color spaces of #990080

RGB 1530128
HSL0.861.000.30
HSV310°100°60°
CMYK 0.001.000.16   0.40
XYZ17.03328.330821.1323
Yxy8.33080.36630.1792
Hunter Lab28.863154.8290-23.2053
CIE-Lab34.662563.5233-28.4465

#990080 color RGB value is (153,0,128).

#990080 hex color red value is 153, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #990080 hue: 0.86 , saturation: 1.00 and the lightness value of 990080 is 0.30.

The process color (four color CMYK) of #990080 color hex is 0.00, 1.00, 0.16, 0.40. Web safe color of #990080 is #990099. Color #990080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000000 10000000
Octal 231 0 200
Decimal 153 0 128
Hex 99 0 80

RGB Percentages of Color #990080

%54.45
%0.00
%45.55

CMYK Percentages of Color #990080

%0
%100
%16
%40

Triadic Colors of #990080

#990080 #809900 #008099

Analogous Colors of #990080

#990080 #990033 #660099

Monochromatic Colors of #990080

#990080

Complementary Color

#990080 #009919

#990080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990080 Color CSS Codes

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

#990080 Text Font Color

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

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


#990080 Background Color

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

This div background color is #990080


#990080 Border Color

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

This div border color is #990080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,0,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #990080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #990080;
  -webkit-box-shadow: 1px 1px 3px 2px #990080;
  box-shadow:         1px 1px 3px 2px #990080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990080


Comments

No comments written yet.

Please login to write comment.