Color Hex Logo

#9b6fbc Color Hex

#9B6FBC
(155,111,188)
0 Favorites   0 Comments

Color spaces of #9b6fbc

RGB 155111188
HSL0.760.360.59
HSV274°41°74°
CMYK 0.180.410.00   0.26
XYZ28.279121.968350.3268
Yxy21.96830.28120.2184
Hunter Lab46.870425.6744-30.8531
CIE-Lab53.993432.0989-33.9575

#9b6fbc color RGB value is (155,111,188).

#9b6fbc hex color red value is 155, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9b6fbc hue: 0.76 , saturation: 0.36 and the lightness value of 9b6fbc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101111 10111100
Octal 233 157 274
Decimal 155 111 188
Hex 9B 6F BC

RGB Percentages of Color #9b6fbc

%34.14
%24.45
%41.41

CMYK Percentages of Color #9b6fbc

%18
%41
%0
%26

Triadic Colors of #9b6fbc

#9b6fbc #bc9b6f #6fbc9b

Analogous Colors of #9b6fbc

#9b6fbc #bc6fb7 #756fbc

Monochromatic Colors of #9b6fbc

#9b6fbc

Complementary Color

#9b6fbc #90bc6f

#9b6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6fbc Color CSS Codes

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

#9b6fbc Text Font Color

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

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


#9b6fbc Background Color

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

This div background color is #9b6fbc


#9b6fbc Border Color

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

This div border color is #9b6fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,111,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 #9b6fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6fbc


Comments

No comments written yet.

Please login to write comment.