Color Hex Logo

#9b6fcb Color Hex

#9B6FCB
(155,111,203)
0 Favorites   0 Comments

Color spaces of #9b6fcb

RGB 155111203
HSL0.750.470.62
HSV269°45°80°
CMYK 0.240.450.00   0.20
XYZ29.981522.649259.2915
Yxy22.64920.26790.2024
Hunter Lab47.591229.1669-40.5527
CIE-Lab54.709135.5816-41.4082

#9b6fcb color RGB value is (155,111,203).

#9b6fcb hex color red value is 155, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9b6fcb hue: 0.75 , saturation: 0.47 and the lightness value of 9b6fcb is 0.62.

The process color (four color CMYK) of #9b6fcb color hex is 0.24, 0.45, 0.00, 0.20. Web safe color of #9b6fcb is #9966cc. Color #9b6fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101111 11001011
Octal 233 157 313
Decimal 155 111 203
Hex 9B 6F CB

RGB Percentages of Color #9b6fcb

%33.05
%23.67
%43.28

CMYK Percentages of Color #9b6fcb

%24
%45
%0
%20

Triadic Colors of #9b6fcb

#9b6fcb #cb9b6f #6fcb9b

Analogous Colors of #9b6fcb

#9b6fcb #c96fcb #6f71cb

Monochromatic Colors of #9b6fcb

#9b6fcb

Complementary Color

#9b6fcb #9fcb6f

#9b6fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6fcb Color CSS Codes

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

#9b6fcb Text Font Color

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

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


#9b6fcb Background Color

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

This div background color is #9b6fcb


#9b6fcb Border Color

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

This div border color is #9b6fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,111,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b6fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b6fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #9b6fcb;
  box-shadow:         1px 1px 3px 2px #9b6fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,111,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6fcb


Comments

No comments written yet.

Please login to write comment.