Color Hex Logo

#9b6bfe Color Hex

#9B6BFE
(155,107,254)
0 Favorites   0 Comments

Color spaces of #9b6bfe

RGB 155107254
HSL0.720.990.71
HSV260°58°100°
CMYK 0.390.580.00   0.00
XYZ36.664724.639796.5894
Yxy24.63970.23220.1561
Hunter Lab49.638444.9793-80.6232
CIE-Lab56.722750.5166-66.7865

#9b6bfe color RGB value is (155,107,254).

#9b6bfe hex color red value is 155, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9b6bfe hue: 0.72 , saturation: 0.99 and the lightness value of 9b6bfe is 0.71.

The process color (four color CMYK) of #9b6bfe color hex is 0.39, 0.58, 0.00, 0.00. Web safe color of #9b6bfe is #9966ff. Color #9b6bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101011 11111110
Octal 233 153 376
Decimal 155 107 254
Hex 9B 6B FE

RGB Percentages of Color #9b6bfe

%30.04
%20.74
%49.22

CMYK Percentages of Color #9b6bfe

%39
%58
%0
%0

Triadic Colors of #9b6bfe

#9b6bfe #fe9b6b #6bfe9b

Analogous Colors of #9b6bfe

#9b6bfe #e56bfe #6b85fe

Monochromatic Colors of #9b6bfe

#9b6bfe

Complementary Color

#9b6bfe #cefe6b

#9b6bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6bfe Color CSS Codes

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

#9b6bfe Text Font Color

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

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


#9b6bfe Background Color

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

This div background color is #9b6bfe


#9b6bfe Border Color

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

This div border color is #9b6bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6bfe


Comments

No comments written yet.

Please login to write comment.