Color Hex Logo

#991191 Color Hex

#991191
(153,17,145)
0 Favorites   0 Comments

Color spaces of #991191

RGB 15317145
HSL0.840.800.33
HSV304°89°60°
CMYK 0.000.890.05   0.40
XYZ18.44829.217527.5949
Yxy9.21750.33380.1668
Hunter Lab30.360355.3334-32.6372
CIE-Lab36.399763.6346-36.2224

#991191 color RGB value is (153,17,145).

#991191 hex color red value is 153, green value is 17 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #991191 hue: 0.84 , saturation: 0.80 and the lightness value of 991191 is 0.33.

The process color (four color CMYK) of #991191 color hex is 0.00, 0.89, 0.05, 0.40. Web safe color of #991191 is #990099. Color #991191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010001 10010001
Octal 231 21 221
Decimal 153 17 145
Hex 99 11 91

RGB Percentages of Color #991191

%48.57
%5.40
%46.03

CMYK Percentages of Color #991191

%0
%89
%5
%40

Triadic Colors of #991191

#991191 #919911 #119199

Analogous Colors of #991191

#991191 #99114d #5d1199

Monochromatic Colors of #991191

#991191

Complementary Color

#991191 #119919

#991191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991191 Color CSS Codes

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

#991191 Text Font Color

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

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


#991191 Background Color

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

This div background color is #991191


#991191 Border Color

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

This div border color is #991191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991191


Comments

No comments written yet.

Please login to write comment.