Color Hex Logo

#9b30af Color Hex

#9B30AF
(155,48,175)
0 Favorites   0 Comments

Color spaces of #9b30af

RGB 15548175
HSL0.810.570.44
HSV291°73°69°
CMYK 0.110.730.00   0.31
XYZ22.312412.177641.7320
Yxy12.17760.29270.1598
Hunter Lab34.896453.0623-46.4764
CIE-Lab41.497060.6095-46.1452

#9b30af color RGB value is (155,48,175).

#9b30af hex color red value is 155, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9b30af hue: 0.81 , saturation: 0.57 and the lightness value of 9b30af is 0.44.

The process color (four color CMYK) of #9b30af color hex is 0.11, 0.73, 0.00, 0.31. Web safe color of #9b30af is #993399. Color #9b30af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00110000 10101111
Octal 233 60 257
Decimal 155 48 175
Hex 9B 30 AF

RGB Percentages of Color #9b30af

%41.01
%12.70
%46.30

CMYK Percentages of Color #9b30af

%11
%73
%0
%31

Triadic Colors of #9b30af

#9b30af #af9b30 #30af9b

Analogous Colors of #9b30af

#9b30af #af3084 #5b30af

Monochromatic Colors of #9b30af

#9b30af

Complementary Color

#9b30af #44af30

#9b30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b30af Color CSS Codes

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

#9b30af Text Font Color

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

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


#9b30af Background Color

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

This div background color is #9b30af


#9b30af Border Color

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

This div border color is #9b30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b30af


Comments

No comments written yet.

Please login to write comment.