Color Hex Logo

#9551e1 Color Hex

#9551E1
(149,81,225)
0 Favorites   0 Comments

Color spaces of #9551e1

RGB 14981225
HSL0.750.710.60
HSV268°64°88°
CMYK 0.340.640.00   0.12
XYZ28.927517.710773.1280
Yxy17.71070.24150.1479
Hunter Lab42.084149.0491-73.5672
CIE-Lab49.143355.5361-62.8317

#9551e1 color RGB value is (149,81,225).

#9551e1 hex color red value is 149, green value is 81 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #9551e1 hue: 0.75 , saturation: 0.71 and the lightness value of 9551e1 is 0.60.

The process color (four color CMYK) of #9551e1 color hex is 0.34, 0.64, 0.00, 0.12. Web safe color of #9551e1 is #9966cc. Color #9551e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 11100001
Octal 225 121 341
Decimal 149 81 225
Hex 95 51 E1

RGB Percentages of Color #9551e1

%32.75
%17.80
%49.45

CMYK Percentages of Color #9551e1

%34
%64
%0
%12

Triadic Colors of #9551e1

#9551e1 #e19551 #51e195

Analogous Colors of #9551e1

#9551e1 #dd51e1 #5155e1

Monochromatic Colors of #9551e1

#9551e1

Complementary Color

#9551e1 #9de151

#9551e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9551e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9551e1 Color CSS Codes

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

#9551e1 Text Font Color

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

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


#9551e1 Background Color

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

This div background color is #9551e1


#9551e1 Border Color

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

This div border color is #9551e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,81,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9551e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9551e1;
  -webkit-box-shadow: 1px 1px 3px 2px #9551e1;
  box-shadow:         1px 1px 3px 2px #9551e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,81,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9551e1


Comments

No comments written yet.

Please login to write comment.