COLOR #8377AF

HEX: #8377AF RGB: (131,119,175)

Color info

#8377AF contains red, green and blue colors in about the same proportion. Web safe color of #8377AF is #996699 (or #969).

RGB color model

#8377AF color RGB value is (131,119,175).

RGB: (131,119,175) (51%, 47%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 175 of 255 = 69%

131
119
175

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

Portions of RGB colors in percentages

R + G + B = 131 + 119 + 175 = 425 (100%)
R 131 of 425 ~ 30.82%
G 119 of 425 ~ 28%
B 175 of 425 ~ 41.18'%

%30.82
%28
%41.18

CMYK color model

#8377AF color CMYK value is (25,32,0,31).

  • cyan value is 25.14%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (25,32,0,31)
C25M32Y0K31 (25%, 32%, 0%, 31%)
(0.25 / 0.32 / 0.00 / 0.31)

CMYK percentages

%25.14
%32
%0
%31.37

Codes

Color #8377AF in popluar color models

83 77 AF
RGB 131 119 175
HSL 253° 25.93% 57.65%
HSB/HSV 253° 32.00% 68.63%
CMYK 25.14% 32.00% 0.00%
31.37%

Color #8377AF in popluar number systems.

HEX 83 77 AF
Decimal 131 119 175
Binary 10000011 1110111 10101111
Octal 203 167 257

Shades and tints

Shades of #8377AF

#8377AF
(131,119,175)
#786DA0
(120,109,160)
#6D6391
(109,99,145)
#625982
(98,89,130)
#574F73
(87,79,115)
#4C4564
(76,69,100)
#413B55
(65,59,85)
#363146
(54,49,70)
#2B2737
(43,39,55)
#201D28
(32,29,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #8377AF

#8377AF
(131,119,175)
#8E83B6
(142,131,182)
#998FBD
(153,143,189)
#A49BC4
(164,155,196)
#AFA7CB
(175,167,203)
#BAB3D2
(186,179,210)
#C5BFD9
(197,191,217)
#D0CBE0
(208,203,224)
#DBD7E7
(219,215,231)
#E6E3EE
(230,227,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8377AF; }

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

This text font color is #8377AF.

Background Color

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

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

This div background color is #8377AF.

Border color

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

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

This div border color is #8377AF.

Opacity

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

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

Text with #8377AF 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 #8377AF;}

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

This text has shadow with #8377AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8377AF.

Preview

Color preview on black background

This text has color #8377AF on black background.


Color preview on white background

This text has color #8377AF on white background.


Black color preview on #8377AF background

This text has black color on #8377AF background.


White color preview on #8377AF background

This text has white color on #8377AF background.


Related colors

Complementary color

Complementary color for #hex is #7C8850.


I love getcolorcode.com

Triadic colors

1 #AF8377 and #77AF83 with #8377AF are triadic colors.

2 #AF7783 and #7783AF with #8377AF are triadic colors.