Color Hex Logo

#9b0661 Color Hex

#9B0661
(155,6,97)
0 Favorites   0 Comments

Color spaces of #9b0661

RGB 155697
HSL0.900.930.32
HSV323°96°61°
CMYK 0.000.960.37   0.39
XYZ15.74047.961912.0164
Yxy7.96190.44070.2229
Hunter Lab28.216850.1945-5.4974
CIE-Lab33.903459.4750-9.8927

#9b0661 color RGB value is (155,6,97).

#9b0661 hex color red value is 155, green value is 6 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #9b0661 hue: 0.90 , saturation: 0.93 and the lightness value of 9b0661 is 0.32.

The process color (four color CMYK) of #9b0661 color hex is 0.00, 0.96, 0.37, 0.39. Web safe color of #9b0661 is #990066. Color #9b0661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000110 01100001
Octal 233 6 141
Decimal 155 6 97
Hex 9B 6 61

RGB Percentages of Color #9b0661

%60.08
%2.33
%37.60

CMYK Percentages of Color #9b0661

%0
%96
%37
%39

Triadic Colors of #9b0661

#9b0661 #619b06 #06619b

Analogous Colors of #9b0661

#9b0661 #9b0617 #8b069b

Monochromatic Colors of #9b0661

#9b0661

Complementary Color

#9b0661 #069b40

#9b0661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b0661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b0661 Color CSS Codes

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

#9b0661 Text Font Color

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

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


#9b0661 Background Color

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

This div background color is #9b0661


#9b0661 Border Color

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

This div border color is #9b0661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b0661


Comments

No comments written yet.

Please login to write comment.