Color Hex Logo

#9b6aed Color Hex

#9B6AED
(155,106,237)
0 Favorites   0 Comments

Color spaces of #9b6aed

RGB 155106237
HSL0.730.780.67
HSV262°55°93°
CMYK 0.350.550.00   0.07
XYZ33.957723.391182.8459
Yxy23.39110.24220.1668
Hunter Lab48.364340.6913-67.7060
CIE-Lab55.472946.7159-59.3566

#9b6aed color RGB value is (155,106,237).

#9b6aed hex color red value is 155, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9b6aed hue: 0.73 , saturation: 0.78 and the lightness value of 9b6aed is 0.67.

The process color (four color CMYK) of #9b6aed color hex is 0.35, 0.55, 0.00, 0.07. Web safe color of #9b6aed is #9966ff. Color #9b6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101010 11101101
Octal 233 152 355
Decimal 155 106 237
Hex 9B 6A ED

RGB Percentages of Color #9b6aed

%31.12
%21.29
%47.59

CMYK Percentages of Color #9b6aed

%35
%55
%0
%7

Triadic Colors of #9b6aed

#9b6aed #ed9b6a #6aed9b

Analogous Colors of #9b6aed

#9b6aed #dd6aed #6a7bed

Monochromatic Colors of #9b6aed

#9b6aed

Complementary Color

#9b6aed #bced6a

#9b6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6aed Color CSS Codes

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

#9b6aed Text Font Color

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

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


#9b6aed Background Color

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

This div background color is #9b6aed


#9b6aed Border Color

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

This div border color is #9b6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6aed


Comments

No comments written yet.

Please login to write comment.