#8b31cc

#8b31cc color hex

#8b31cc hex color information.
RGB value of #8b31cc is (139,49,204)
Change page background color to #8b31cc | Reset

#8b31cc rgb color chart

Color spaces of #8b31cc

RGB 13949204
HSL0.760.610.50
HSV275°76°80°
CMYK 0.320.760.00   0.20
XYZ22.644912.045258.2582
Yxy12.04520.24360.1296
Hunter Lab34.706255.7308-75.2305
CIE-Lab41.287963.0355-63.5940

Shades of #8b31cc

Tints of #8b31cc

RGB Percentages of Color #8b31cc

%35.46
%12.50
%52.04

CMYK Percentages of Color #8b31cc

%32
%76
%0
%20

#8b31cc Color Info

#8b31cc hex color red value is 139, green value is 49 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #8b31cc hue: 0.76 , saturation: 0.61 and the lightness value of 8b31cc is 0.50.

The process color (four color CMYK) of #8b31cc hex color is 0.32, 0.76, 0.00, 0.20. Web safe color of #8b31cc is #9933cc

Color #8b31cc contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110001 11001100
Octal 213 61 314
Decimal 139 49 204
Hexadecimal 8B 31 CC

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #8b31cc

Triadic Colors of #8b31cc

#8b31cc #cc8b30 #30cc8b

Analogous Colors of #8b31cc

#8b31cc #cc30bf #3d30cc

Complementary Color of #8b31cc

#8b31cc #71cc30

#8b31cc HSL Color Chart
#8b31cc hsl color chart
#8b31cc RGB Color Chart

#8b31cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b31cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b31cc Color CSS Codes

.mybgcolor {background-color:#8b31cc; } 
.myforecolor {color:#8b31cc; }
.mybordercolor {border:3px solid #8b31cc; }
Sample text font color #8b31cc

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

html code
<p style="color:#8b31cc">Text here</p>
#8b31cc background color

This div background color is #8b31cc

<div style="background-color:#8b31cc">
Div content here</div>
#8b31cc border color

This div border color is #8b31cc

<div style="border:3px solid #8b31cc">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #8b31cc Color Sample
#8b31ccborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(139,49,204, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #8b31cc; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #8b31cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8b31cc;
  box-shadow:         1px 1px 3px 2px #8b31cc; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,49,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8b31cc">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #8b31cc

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top