Color Hex Logo

#9f55bc Color Hex

#9F55BC
(159,85,188)
0 Favorites   0 Comments

Color spaces of #9f55bc

RGB 15985188
HSL0.790.430.54
HSV283°55°74°
CMYK 0.150.550.00   0.26
XYZ26.623717.498849.5513
Yxy17.49880.28420.1868
Hunter Lab41.831640.4011-40.9495
CIE-Lab48.882547.4840-41.9710

#9f55bc color RGB value is (159,85,188).

#9f55bc hex color red value is 159, green value is 85 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9f55bc hue: 0.79 , saturation: 0.43 and the lightness value of 9f55bc is 0.54.

The process color (four color CMYK) of #9f55bc color hex is 0.15, 0.55, 0.00, 0.26. Web safe color of #9f55bc is #9966cc. Color #9f55bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010101 10111100
Octal 237 125 274
Decimal 159 85 188
Hex 9F 55 BC

RGB Percentages of Color #9f55bc

%36.81
%19.68
%43.52

CMYK Percentages of Color #9f55bc

%15
%55
%0
%26

Triadic Colors of #9f55bc

#9f55bc #bc9f55 #55bc9f

Analogous Colors of #9f55bc

#9f55bc #bc55a6 #6c55bc

Monochromatic Colors of #9f55bc

#9f55bc

Complementary Color

#9f55bc #72bc55

#9f55bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f55bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f55bc Color CSS Codes

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

#9f55bc Text Font Color

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

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


#9f55bc Background Color

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

This div background color is #9f55bc


#9f55bc Border Color

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

This div border color is #9f55bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,85,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f55bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f55bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9f55bc;
  box-shadow:         1px 1px 3px 2px #9f55bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,85,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f55bc


Comments

No comments written yet.

Please login to write comment.