COLOR #8337AF

HEX: #8337AF
RGB: (131,55,175)

Color info

#8337AF contains mainly red and blue colors. Web safe color of #8337AF is #993399 (or #939).

RGB color model

#8337AF color RGB value is (131,55,175).

  • red value is 131;
  • green value is 55;
  • blue value is 175.
RGB:
(131,55,175)
(51%,22%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 55 of 255 = 22%
B 175 of 255 = 69%

131
55
175

R + G + B ~ 47%. #8337AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 55 + 175 = 361 (100%)
R 131 of 361 ~ 36.29%
G 55 of 361 ~ 15.24%
B 175 of 361 ~ 48.48%

%36.29
%15.24
%48.48

CMYK color model

#8337AF color CMYK value is (25,69,0,31).

  • cyan value is 25.14%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,69,0,31)
C25M69Y0K31 
(25%,69%,0%,31%)
(0.25/0.69/0.00/0.31)	

CMYK percentages

%25.14
%68.57
%0
%31.37

Codes

Color #8337AF in popluar color models

8337AF
RGB13155175
HSL278°52.17%45.10%
HSB/HSV278°68.57%68.63%
CMYK25.14%68.57%0.00%
31.37%

Color #8337AF in popluar number systems.

HEX8337AF
Decimal13155175
Binary1000001111011110101111
Octal20367257

Shades and tints

Shades of #8337AF

#8337AF
(131,55,175)
#7832A0
(120,50,160)
#6D2D91
(109,45,145)
#622882
(98,40,130)
#572373
(87,35,115)
#4C1E64
(76,30,100)
#411955
(65,25,85)
#361446
(54,20,70)
#2B0F37
(43,15,55)
#200A28
(32,10,40)
#150519
(21,5,25)
#000000
(0,0,0)

Tints of #8337AF

#8337AF
(131,55,175)
#8E49B6
(142,73,182)
#995BBD
(153,91,189)
#A46DC4
(164,109,196)
#AF7FCB
(175,127,203)
#BA91D2
(186,145,210)
#C5A3D9
(197,163,217)
#D0B5E0
(208,181,224)
#DBC7E7
(219,199,231)
#E6D9EE
(230,217,238)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8337AF color. Also use rgb(131,55,175) instead hex code.

Text Font Color

.myTextColor { color: #8337AF; }

<p style="color:#8337AF">This sample text font color is #8337AF.</p>

This text font color is #8337AF.


Background Color

.myBgColor { background-color: #8337AF; }

<div style="background-color:#8337AF">Inner text</div>

This div background color is #8337AF.


Border color

.myBorderColor { border: 1px solid #8337AF; }

<div style="border:3px solid #8337AF">Div</div>

This div border color is #8337AF.


Opacity

.myOpacity80 { color: #8337AF; opacity: 0.8; }

<p style="color:#8337AF;opacity:0.8;">80%</p>

Text with #8337AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8337AF;}

<p style="text-shadow: 3px 3px 1px #8337AF">Text here.</p>

This text has shadow with #8337AF color.

.textShadow {text-shadow: 3px 3px 1px #8337AF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8337AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #8337AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8337AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8337AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #8337AF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8337AF;
  -webkit-box-shadow:	1px 1px 3px 2px #8337AF;
  box-shadow:		1px 1px 3px 2px #8337AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8337AF;
-webkit-box-shadow: 1px 1px 3px 2px #8337AF;
box-shadow:1px 1px 3px 2px #8337AF;">
Div content here</div>
This div box has shadow with color #8337AF.

Preview

Color preview on black background

This text has color #8337AF on black background.


Color preview on white background

This text has color #8337AF on white background.



Black color preview on #8337AF background

This text has black color on #8337AF background.


White color preview on #8337AF background

This text has white color on #8337AF background.